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

CVE-2025-9987: Broadstreet WordPress Information Disclosure

CVE-2025-9987 is an information disclosure vulnerability in the Broadstreet WordPress plugin that allows authenticated attackers to access protected business data. This article covers the technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2025-9987 Overview

CVE-2025-9987 is a sensitive information exposure vulnerability in the Broadstreet plugin for WordPress. The flaw affects all versions up to and including 1.53.1. The issue resides in the get_sponsored_meta() AJAX action, which fails to enforce adequate access controls on returned data. Authenticated users with subscriber-level access or higher can invoke the action to retrieve data from password-protected and private business records. The vulnerability is categorized under [CWE-200] (Exposure of Sensitive Information to an Unauthorized Actor).

Critical Impact

Authenticated subscribers can extract restricted business metadata, including details from password-protected and private posts, without elevated privileges.

Affected Products

  • Broadstreet plugin for WordPress versions up to and including 1.53.1
  • WordPress installations with subscriber registration enabled
  • Sites relying on Broadstreet password-protected or private business listings

Discovery Timeline

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

Technical Details for CVE-2025-9987

Vulnerability Analysis

The Broadstreet plugin exposes the get_sponsored_meta() function through a WordPress AJAX endpoint. The handler returns metadata about sponsored or business entries without verifying whether the requesting user has permission to view records flagged as private or password-protected. WordPress treats subscriber accounts as the lowest authenticated tier, making the attack surface broad on any site that allows open registration. The attacker only needs valid session cookies and the ability to issue an authenticated POST request to admin-ajax.php.

Root Cause

The root cause is missing authorization within the AJAX handler. The function checks that a user is logged in but does not call current_user_can() against an appropriate capability, nor does it filter results by the visibility state of the underlying post. As a result, the response payload includes fields that should be gated behind password verification or post-level access checks. This is a classic broken access control pattern in WordPress plugins that combine wp_ajax_ hooks with sensitive read operations.

Attack Vector

The attack is remote and network-based. An attacker registers or logs in as a subscriber, then sends a crafted POST request to the get_sponsored_meta AJAX action. The server responds with metadata that should remain confidential. No user interaction is required beyond the authenticated request, and exploitation requires no elevated privileges. The Wordfence advisory documents the request structure and the fields returned by the vulnerable handler.

No public proof-of-concept exploit is referenced in the advisory data. See the Wordfence Vulnerability Analysis for technical details on the request and response patterns.

Detection Methods for CVE-2025-9987

Indicators of Compromise

  • Unexpected authenticated POST requests to /wp-admin/admin-ajax.php carrying the parameter action=get_sponsored_meta.
  • Subscriber accounts generating high volumes of AJAX traffic that they would not normally produce.
  • New subscriber registrations followed shortly by repeated calls to Broadstreet AJAX endpoints.

Detection Strategies

  • Review web server and WordPress access logs for admin-ajax.php calls referencing get_sponsored_meta from low-privilege accounts.
  • Correlate authentication events with AJAX activity to flag accounts that read business metadata without ever visiting standard subscriber pages.
  • Compare installed Broadstreet plugin version against 1.53.1 and earlier across managed WordPress estates.

Monitoring Recommendations

  • Alert on bursts of get_sponsored_meta requests originating from a single IP or session.
  • Track creation of new subscriber accounts followed by sensitive data retrieval within short time windows.
  • Forward WordPress audit logs to a central analytics platform for retention and cross-site correlation.

How to Mitigate CVE-2025-9987

Immediate Actions Required

  • Update the Broadstreet plugin to a version newer than 1.53.1 as soon as the vendor releases a fix.
  • Audit existing subscriber accounts and remove unrecognized or stale registrations.
  • Review which business records were configured as private or password-protected and assume their metadata may have been exposed.

Patch Information

The code change addressing this vulnerability is recorded in WordPress Changeset 3524817. Site administrators should upgrade to the fixed release distributed through the WordPress plugin repository. Verify the installed version after upgrade through the WordPress admin Plugins screen.

Workarounds

  • Disable open user registration on affected WordPress sites until the patched plugin version is deployed.
  • Temporarily deactivate the Broadstreet plugin if private business metadata must remain confidential and patching is delayed.
  • Restrict access to /wp-admin/admin-ajax.php for the get_sponsored_meta action using a web application firewall rule.
bash
# Example WAF rule fragment to block the vulnerable AJAX action
# Drop authenticated POSTs targeting the vulnerable handler
SecRule REQUEST_URI "@endsWith /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1009987,msg:'Block Broadstreet get_sponsored_meta CVE-2025-9987'"
  SecRule ARGS:action "@streq get_sponsored_meta" "t:lowercase"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6206: MW WP Form Information Disclosure Flaw

  • CVE-2025-14033: WooCommerce Support System Plugin Flaw

  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2023-54346: WordPress Backup Migration Plugin Leak
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