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-9989

CVE-2025-9989: Broadstreet WordPress Plugin XSS Vulnerability

CVE-2025-9989 is a stored XSS vulnerability in the Broadstreet WordPress plugin affecting admin settings. Attackers with admin access can inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2025-9989 Overview

The Broadstreet plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in admin settings affecting all versions up to and including 1.53.1. The flaw stems from insufficient input sanitization and output escaping in plugin-controlled administrative fields. Authenticated attackers with administrator-level permissions can inject arbitrary web scripts that execute when users access the affected pages. The vulnerability only affects multi-site WordPress installations and single-site installations where unfiltered_html has been disabled. The issue is tracked under [CWE-79] and assigned a CVSS score of 4.4.

Critical Impact

Authenticated administrators on multi-site WordPress installations can persist malicious JavaScript into admin-rendered pages, enabling session theft, privilege abuse, and lateral movement across network sites.

Affected Products

  • Broadstreet plugin for WordPress versions up to and including 1.53.1
  • WordPress multi-site network installations using the plugin
  • WordPress installations with unfiltered_html capability disabled

Discovery Timeline

  • 2026-05-13 - CVE-2025-9989 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-9989

Vulnerability Analysis

The Broadstreet plugin exposes administrative settings that accept user-supplied input without performing adequate sanitization on save or escaping on render. An attacker meeting the privilege prerequisites submits crafted payloads containing HTML or JavaScript through the plugin's admin settings interface. The plugin persists these payloads to the WordPress database. When any user, including higher-privileged administrators or network super-administrators, loads the affected page, the browser executes the injected script in the context of the WordPress origin.

The attack scope reaches beyond the initial injection context because stored payloads execute against every viewer of the compromised page. On multi-site networks, this provides a path for site-level administrators to attack the super-administrator account that manages the entire network.

Root Cause

The plugin fails to apply WordPress sanitization helpers such as sanitize_text_field() or wp_kses() on input received through admin settings. It also omits escaping functions like esc_html() or esc_attr() when rendering stored values back to the page. This double failure of input sanitization and output escaping permits raw script tags and event handlers to survive the storage and render lifecycle, classifying the issue as Stored XSS under [CWE-79].

Attack Vector

Exploitation requires an authenticated session with administrator-level permissions. On a single-site WordPress installation, administrators normally hold the unfiltered_html capability, which legitimately allows raw HTML. The vulnerability becomes exploitable only when that capability is removed, which is the default behavior on multi-site networks for non-super-admin users. The attacker navigates to the Broadstreet admin settings page, submits a payload containing JavaScript, and waits for another user to view the page. The injected script then runs with the privileges of the viewing user.

No verified public proof-of-concept code is available. Refer to the Wordfence Vulnerability Report and the WordPress Revision Changeset for technical details on the affected code paths and the upstream fix.

Detection Methods for CVE-2025-9989

Indicators of Compromise

  • Unexpected <script> tags, javascript: URIs, or HTML event handlers stored in wp_options rows associated with the Broadstreet plugin
  • Outbound requests from administrator browser sessions to attacker-controlled domains after visiting plugin admin pages
  • Plugin settings modifications in WordPress audit logs originating from compromised or unexpected administrator accounts

Detection Strategies

  • Query the WordPress database for Broadstreet-related option values and inspect them for HTML or script content
  • Monitor administrator authentication events and correlate them with plugin settings updates in the WordPress activity log
  • Inspect HTTP response bodies for the plugin admin pages and flag rendered content that includes unescaped script payloads

Monitoring Recommendations

  • Enable WordPress security plugins or server-side logging that records all changes to plugin option values with user attribution
  • Monitor browser-side anomalies such as unexpected script execution or DOM modifications on /wp-admin/ pages
  • Alert on creation of new administrator accounts following any plugin settings change to detect post-XSS persistence actions

How to Mitigate CVE-2025-9989

Immediate Actions Required

  • Update the Broadstreet plugin to the version released after 1.53.1 that addresses the issue, as referenced in the WordPress Revision Changeset
  • Audit all WordPress administrator accounts and remove unused or stale privileged users on multi-site networks
  • Review Broadstreet plugin settings for any pre-existing injected payloads and sanitize stored values before re-enabling the plugin

Patch Information

The Broadstreet maintainers committed a fix in the WordPress plugin repository tracked at changeset 3524817. Upgrade to the patched release available on the WordPress.org plugin directory. Review the Wordfence Vulnerability Report for the precise fixed version number and additional remediation guidance.

Workarounds

  • Deactivate the Broadstreet plugin on multi-site installations until the patched version is installed
  • Restrict administrator account access using multi-factor authentication and IP allowlisting on /wp-admin/
  • Apply a web application firewall rule that blocks script tags and event handler attributes submitted to Broadstreet admin endpoints
bash
# Configuration example: update the Broadstreet plugin via WP-CLI
wp plugin update broadstreet --version=<patched-version>
wp plugin status broadstreet

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.02%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6174: CC Child Pages WordPress Plugin XSS Flaw

  • CVE-2026-6252: Meta Field Block WordPress Plugin XSS Flaw

  • CVE-2026-3694: Bold Page Builder WordPress 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