The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-11238

CVE-2025-11238: Watu Quiz WordPress Plugin XSS Flaw

CVE-2025-11238 is a stored cross-site scripting vulnerability in the Watu Quiz WordPress plugin affecting versions up to 3.4.4. Attackers can inject malicious scripts via HTTP Referer headers when the Save source URL option is enabled.

Published: May 4, 2026

CVE-2025-11238 Overview

CVE-2025-11238 is a stored Cross-Site Scripting (XSS) vulnerability in the Watu Quiz plugin for WordPress. The flaw affects all versions up to and including 3.4.4. It stems from insufficient input sanitization and output escaping of the HTTP Referer header when the "Save source URL" option is enabled. Unauthenticated attackers can inject arbitrary JavaScript that executes in the browser of any user viewing an affected page. The issue is tracked under CWE-79.

Critical Impact

Unauthenticated attackers can inject persistent JavaScript that executes against site visitors and administrators, enabling session theft, account takeover, and arbitrary actions in the WordPress dashboard.

Affected Products

  • Watu Quiz plugin for WordPress, versions <= 3.4.4
  • WordPress sites with the "Save source URL" option enabled in Watu Quiz
  • Patched in Watu Quiz version 3.4.5 (per plugin changeset)

Discovery Timeline

  • 2025-10-25 - CVE-2025-11238 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11238

Vulnerability Analysis

The Watu Quiz plugin captures the source URL of quiz submissions by reading the HTTP Referer request header. When the "Save source URL" option is enabled, the plugin stores the header value in the database without applying sufficient sanitization. The stored value is later rendered in administrative or public-facing pages without proper output escaping.

Because the Referer header is fully attacker-controlled, an unauthenticated user can submit a quiz request with a crafted header containing HTML or JavaScript payloads. The payload persists in the database and executes whenever the affected page loads in a victim's browser.

Exploitation requires no authentication and no user interaction beyond an administrator or visitor viewing the page that renders the stored value. Successful exploitation enables session hijacking, forced administrative actions, content modification, and redirection to attacker-controlled infrastructure.

Root Cause

The plugin trusts the Referer header as a benign metadata field. It fails to apply WordPress sanitization helpers such as esc_url_raw() on input and esc_url() or esc_html() on output. The "Save source URL" feature widens the attack surface by persisting the unsanitized header server-side.

Attack Vector

An attacker sends an HTTP request to the quiz submission endpoint with a malicious Referer header containing a JavaScript payload. The plugin writes the value into quiz result records. When an administrator reviews quiz results or a visitor loads a page rendering the source URL, the script executes in their browser context. See the WordPress plugin changeset and the Wordfence vulnerability report for the upstream fix and technical write-up.

Detection Methods for CVE-2025-11238

Indicators of Compromise

  • HTTP requests to Watu Quiz submission endpoints containing <script>, javascript:, or HTML event handlers (e.g., onerror=, onload=) within the Referer header.
  • Database entries in Watu Quiz tables where stored source URL fields contain HTML tags or JavaScript instead of valid URLs.
  • Unexpected outbound requests from administrator browsers to unfamiliar domains shortly after viewing the quiz results dashboard.

Detection Strategies

  • Inspect web server access logs for anomalous Referer headers submitted to /wp-admin/admin-ajax.php or Watu Quiz endpoints.
  • Run database queries against Watu Quiz tables to identify rows where the stored URL field does not match a valid URL pattern.
  • Deploy a Web Application Firewall (WAF) rule that blocks requests carrying script-like content in the Referer header.

Monitoring Recommendations

  • Alert on creation of new WordPress administrator accounts or unauthorized changes to user roles following quiz submissions.
  • Monitor WordPress plugin and theme file modifications for unexpected JavaScript injection consistent with XSS-driven follow-on attacks.
  • Track outbound traffic from administrator workstations for connections to suspicious or newly registered domains.

How to Mitigate CVE-2025-11238

Immediate Actions Required

  • Update the Watu Quiz plugin to version 3.4.5 or later on every WordPress site where it is installed.
  • Audit existing quiz result records and remove or sanitize any stored source URL values containing HTML or script content.
  • Force password resets and invalidate active sessions for WordPress administrators if exploitation is suspected.

Patch Information

The vendor addressed the issue in the upstream commit referenced in the WordPress Plugin Changeset 3373855, which adds proper sanitization and output escaping for the stored Referer value. Site owners should upgrade through the WordPress plugin manager. The Wordfence Vulnerability Report confirms that versions <= 3.4.4 are affected.

Workarounds

  • Disable the "Save source URL" option in the Watu Quiz settings until the plugin can be updated.
  • Deactivate and remove the Watu Quiz plugin if the feature is not required for site operations.
  • Apply WAF rules that strip or block HTTP Referer headers containing <, >, or javascript: content directed at WordPress endpoints.
bash
# Example WAF/ModSecurity rule to block script payloads in Referer headers
SecRule REQUEST_HEADERS:Referer "@rx (?i)(<script|javascript:|onerror=|onload=)" \
    "id:1011238,phase:1,deny,status:403,log,\
     msg:'CVE-2025-11238: Suspicious Referer header targeting Watu Quiz'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7448: LatePoint WordPress Plugin XSS Vulnerability

  • CVE-2026-7332: LatePoint WordPress Plugin XSS Vulnerability

  • CVE-2026-7457: WordPress LatePoint Plugin XSS Vulnerability

  • CVE-2026-6672: SliceWP Affiliates Plugin XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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