Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
The Broadstreet plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.53.1 via the get_sponsored_meta() AJAX action. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract data from password protected and private business details.
AnalysisAI
The Broadstreet WordPress plugin versions up to 1.53.1 exposes sensitive business information through an unauthenticated AJAX endpoint (get_sponsored_meta), allowing attackers to extract password-protected and private business details. Despite the CVSS vector indicating PR:N, the vulnerability requires subscriber-level or higher WordPress access, making authenticated users the primary attack vector. The exposure is limited to confidentiality impact with no integrity or availability compromise.
Technical ContextAI
The vulnerability exists in the get_sponsored_meta() AJAX action handler within the Broadstreet plugin, which is a WordPress advertising and sponsorship management plugin (CPE: cpe:2.3:a:broadstreetads:broadstreet). The root cause is CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), indicating insufficient access controls on data retrieval functions. AJAX endpoints in WordPress are callable by authenticated users if the nonce validation is absent or bypassed; in this case, the endpoint fails to properly restrict access to sensitive business metadata, allowing subscribers and above to query information that should only be accessible to administrators or the business owner.
RemediationAI
Update the Broadstreet plugin immediately to the version released after 1.53.1 (verify the exact version via the WordPress plugin repository changeset 3524817 or Wordfence advisory). The patch addresses the AJAX endpoint access control by implementing proper privilege checks in the get_sponsored_meta() function. Until patching is possible, site administrators should restrict subscriber-level user accounts to trusted individuals only and review user access logs for suspicious AJAX requests to get_sponsored_meta. Consider implementing WordPress security plugins that monitor AJAX endpoint access or manually disable the plugin if sensitive business data is critical - the trade-off is loss of sponsorship/advertising functionality until the patch is applied.
More in Broadstreet
View allThe Broadstreet WordPress plugin before 1.51.8 does not sanitise and escape a parameter before outputting it back in the
Missing authorization in Broadstreet Ads WordPress plugin through version 1.52.2 allows authenticated users to bypass ac
Stored Cross-Site Scripting in Broadstreet plugin for WordPress versions up to 1.53.1 allows authenticated administrator
Broadstreet WordPress plugin up to version 1.53.1 allows authenticated attackers with Subscriber-level access to create
Insecure Direct Object Reference in the Broadstreet WordPress plugin (all versions through 1.52.2) allows any authentica
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209818