A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-15654

CVE-2025-15654: Fox-themes Prague XSS Vulnerability

CVE-2025-15654 is a reflected XSS vulnerability in Fox-themes Prague theme that allows attackers to inject malicious scripts. This post covers the technical details, affected versions through 2.2.8, and mitigation steps.

Published: June 4, 2026

CVE-2025-15654 Overview

CVE-2025-15654 is a reflected Cross-Site Scripting (XSS) vulnerability in the Fox-themes Prague WordPress plugin. The flaw stems from improper neutralization of user-supplied input during web page generation [CWE-79]. Attackers can craft malicious URLs that execute arbitrary JavaScript in the browser of any victim who clicks the link. The vulnerability affects all Prague plugin versions up to and including 2.2.8. Successful exploitation requires user interaction but no authentication, and the scope is changed, meaning the injected script can affect resources beyond the vulnerable component.

Critical Impact

Attackers can hijack authenticated WordPress sessions, redirect administrators to malicious sites, or modify rendered page content by tricking users into clicking a crafted link.

Affected Products

  • Fox-themes Prague plugin versions from n/a through 2.2.8
  • WordPress sites running the Prague plugin
  • Site administrators and authenticated users interacting with crafted URLs

Discovery Timeline

  • 2026-06-03 - CVE-2025-15654 published to NVD
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2025-15654

Vulnerability Analysis

The Prague plugin fails to properly sanitize or encode user-controlled input before reflecting it back into HTML responses. When a victim loads a URL containing attacker-supplied parameters, the plugin renders those values directly into the page output. The browser then parses the injected payload as executable script. Because the attack vector is network-based and requires no privileges, any unauthenticated attacker can craft a weaponized link. User interaction is required, which aligns with reflected XSS exploitation patterns where victims must visit the malicious URL.

Root Cause

The root cause is missing or insufficient output encoding on request parameters that flow into HTML response contexts. The plugin trusts client-supplied input and emits it without applying WordPress sanitization helpers such as esc_html(), esc_attr(), or wp_kses(). This pattern [CWE-79] allows raw <script> tags or event-handler attributes to break out of the intended HTML context and execute in the victim's session.

Attack Vector

An attacker constructs a URL pointing to a vulnerable Prague plugin endpoint with a payload embedded in a reflected parameter. The attacker distributes this link through phishing emails, social media, or compromised third-party sites. When an authenticated WordPress user clicks the link, their browser submits the payload, the server reflects it, and the script executes under the site's origin. The injected JavaScript can steal session cookies, perform actions on behalf of the user, or rewrite page content. The scope change indicator means the script can impact data outside the plugin's security boundary, including the broader WordPress admin context.

No verified public proof-of-concept code is available. See the Patchstack WordPress Vulnerability Report for advisory details.

Detection Methods for CVE-2025-15654

Indicators of Compromise

  • Web server access logs containing query strings with <script>, javascript:, onerror=, or URL-encoded equivalents such as %3Cscript%3E targeting Prague plugin endpoints.
  • Outbound requests from administrator browsers to attacker-controlled domains shortly after clicking external links.
  • Unexpected WordPress administrative actions originating from legitimate admin sessions.

Detection Strategies

  • Inspect HTTP request logs for reflected parameter values containing HTML or JavaScript metacharacters routed to Prague plugin paths.
  • Deploy a Web Application Firewall (WAF) rule set that flags XSS payload patterns targeting WordPress plugin parameters.
  • Correlate referrer headers from external domains with subsequent privileged actions inside /wp-admin.

Monitoring Recommendations

  • Enable WordPress audit logging to capture changes made by administrator accounts and the source IP of each action.
  • Forward web server and WordPress logs to a centralized logging platform for anomaly review.
  • Monitor browser-side Content Security Policy (CSP) violation reports for blocked inline script executions.

How to Mitigate CVE-2025-15654

Immediate Actions Required

  • Identify all WordPress instances running the Fox-themes Prague plugin at version 2.2.8 or earlier.
  • Disable or remove the plugin until a patched release is verified and applied.
  • Force a logout of active administrator sessions and rotate WordPress credentials and secret keys defined in wp-config.php.
  • Review recent administrative activity for unauthorized user creation, option changes, or content modifications.

Patch Information

At the time of publication, the advisory lists affected versions through 2.2.8. Consult the Patchstack WordPress Vulnerability Report for the latest fixed version information and apply the vendor update as soon as it is available.

Workarounds

  • Place the WordPress site behind a WAF configured to block reflected XSS payloads in query strings and POST bodies.
  • Enforce a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins.
  • Restrict /wp-admin access by IP allowlist to reduce exposure of authenticated sessions to phishing-delivered links.
bash
# Example nginx rule to block obvious XSS payloads targeting Prague plugin paths
location ~* /wp-content/plugins/prague/ {
    if ($args ~* "(<|%3C)script") { return 403; }
    if ($args ~* "javascript:")    { return 403; }
    if ($args ~* "onerror=")       { return 403; }
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFox Themes

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Related CVEs
  • CVE-2025-67972: Prague Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English