CVE-2026-9729 MEDIUM

CVE-2026-9729: Web Push Notifications <= 4.39.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'webpushr_notification_title' Post Meta Parameter

Vendor Webpushr
Product Web Push Notifications – Webpushr
Weakness CWE-79 · XSS
Published July 23, 2026
Last update July 23, 2026

CVSS base score

6.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

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

Related vulnerabilities

08Related CVE