CVE-2026-2719
Stored XSS in Private WP Suite Plugin Affects Multi-Site Installations
Publication date: 2026-04-22
Last updated on: 2026-04-22
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| private_wp | wp_suite | to 0.4.1 (inc) |
| wordfence | private_wp_suite | to 0.4.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Private WP suite plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in the 'Exceptions' setting in all versions up to and including 0.4.1.
This vulnerability arises because the plugin does not properly sanitize input or escape output, allowing authenticated users with Administrator-level access or higher to inject arbitrary web scripts.
These injected scripts execute whenever any user accesses the affected page, but this issue only affects multi-site WordPress installations or installations where the unfiltered_html capability has been disabled.
How can this vulnerability impact me? :
An attacker with Administrator-level access can exploit this vulnerability to inject malicious scripts into pages viewed by other users.
This can lead to unauthorized actions being performed on behalf of users, theft of sensitive information such as cookies or credentials, and potential compromise of user accounts.
Since the vulnerability is stored, the malicious script persists and affects all users who visit the injected pages, increasing the scope of impact.