What the vulnerability does
01Description
The Webpushr Push Notifications plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'webpushr_notification_title' and 'webpushr_notification_body' parameters in versions up to, and including, 4.39.0. This is due to insufficient input sanitization in the save_send_notification_flag() function and missing output escaping in the wpp_notification_box() function, which concatenates raw post meta values directly into HTML attribute and textarea contexts. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Explanation of Vulnerability in Simple Terms
02Summary
Webpushr Web Push Notifications versions up to 4.39.0 contain a cross-site scripting vulnerability. An authenticated user with low privileges can inject malicious scripts that execute in other users' browsers, potentially affecting the entire site. The vulnerability requires network access but no user interaction from the victim. Scope is changed, meaning the impact extends beyond the vulnerable component.
What an attacker can do
03Attacker Capabilities
Inject and execute malicious JavaScript in other users' browsers to steal data or perform actions on their behalf.
Potential impact on your site
04Site Impact
Authenticated users can inject scripts affecting other site visitors; data theft and unauthorized actions are possible.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege account on the site; no victim interaction required.
Key dates
06Disclosure timeline
July 23, 2026
CVE published