CVE-2025-47932
BaseFortify
Publication date: 2025-11-10
Last updated on: 2025-11-21
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| combodo | itop | to 2.7.13 (exc) |
| combodo | itop | From 3.0.0 (inc) to 3.2.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) issue in Combodo iTop, a web-based IT service management tool. It occurs when a dashboard is rendered via an AJAX call in versions prior to 2.7.13 and 3.2.2. The vulnerability allows an attacker to inject malicious scripts because the variable responsible for the attack is not properly sanitized in those versions. Versions 2.7.13 and 3.2.2 fix this by sanitizing the variable.
How can this vulnerability impact me? :
This vulnerability can have a severe impact as it allows attackers to execute arbitrary scripts in the context of the affected application. According to the CVSS score of 8.8, it can lead to high confidentiality, integrity, and availability impacts. This means attackers could steal sensitive information, manipulate data, or disrupt the service.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Combodo iTop to version 2.7.13 or 3.2.2 or later, as these versions include sanitization that prevents the cross-site scripting vulnerability when a dashboard is rendered via an AJAX call.