Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Network-accessible unauthenticated endpoint, no interaction required; confidentiality impact is Low as only subscriber emails are disclosed with no integrity or availability impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
2DescriptionCVE.org
The Notification Bar for WordPress plugin through 1.1.8 exposes an unauthenticated CSV export script that discloses all stored subscriber emails.
AnalysisAI
Unauthenticated information disclosure in the Notification Bar for WordPress plugin (through v1.1.8) allows any remote attacker to retrieve the full subscriber email list via an exposed CSV export script that performs no authentication or capability check. A publicly available proof-of-concept published by WPScan confirms trivial exploitation requiring only a single HTTP request. The vulnerability is not currently in CISA KEV, but the zero-friction exploitation path creates meaningful privacy and regulatory exposure (GDPR, CAN-SPAM) for any WordPress site running this plugin.
Technical ContextAI
The Notification Bar for WordPress plugin provides an announcement/notification bar UI and collects visitor email subscriptions. The root cause is a missing authentication check on a CSV export route - a WordPress handler or direct PHP script that dumps all stored subscriber records without verifying WordPress user capabilities or nonces. This antipattern (CWE-306, Missing Authentication for Critical Function, is the most applicable class despite NVD recording CWE as N/A) is common in WordPress plugins where admin export features are inadvertently left publicly reachable. The affected CPE cpe:2.3:a:unknown:notification_bar_for_wordpress:*:*:*:*:*:*:*:* covers all versions through 1.1.8, with 'unknown' used as a vendor placeholder.
RemediationAI
No vendor-released patch identified at time of analysis - the CVE description specifies versions 'through 1.1.8' with no fixed version specified. Site administrators should deactivate and remove the Notification Bar for WordPress plugin immediately until a patched release is confirmed. As a compensating control, WAF rules or server-level access restrictions (Nginx location deny, Apache FilesMatch/Redirect rules) can block direct HTTP access to the plugin's CSV export URL path - the specific path is documented in the WPScan PoC at https://wpscan.com/vulnerability/a5fb18fa-be2c-41a5-81ef-ca27de024d34/. Note that WAF-layer blocking does not remediate the underlying missing authentication and should be treated as temporary. Any subscriber email data already harvested by unauthorized parties prior to mitigation cannot be recalled, and affected operators should assess GDPR/CCPA breach notification obligations.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210829
GHSA-qmqj-jp9x-9qfw