CVE-2024-52002
Published: 08 November 2024
Summary
CVE-2024-52002 is a high-severity CSRF (CWE-352) vulnerability in Combodo Itop. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 8.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
Combodo iTop, a web-based IT Service Management tool, is affected by CVE-2024-52002, a Cross-Site Request Forgery vulnerability impacting multiple URL endpoints. The issue is tracked under CWE-352 and received a CVSS 3.1 score of 8.8 reflecting network attack vector, low complexity, no required privileges, and high impact on confidentiality, integrity, and availability.
An unauthenticated remote attacker can exploit the flaw by causing an authenticated user to visit a crafted page or link, resulting in the execution of unauthorized actions within the application on the victim's behalf.
The GitHub Security Advisory for the vulnerability states that the issue is resolved in iTop 3.2.0 and explicitly advises all users to upgrade, with no workarounds identified. The associated EPSS score has remained flat at 0.0699 with no material rise since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-45811
Vulnerability details
Combodo iTop is a simple, web based IT Service Management tool. Several url endpoints are subject to a Cross-Site Request Forgery (CSRF) vulnerability. Please refer to the linked GHSA for the complete list. This issue has been addressed in version…
more
3.2.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Awareness training educates users on avoiding untrusted links and actions that can be exploited via CSRF.
Requiring user re-entry of credentials for sensitive actions prevents automated forgery of requests without active user participation.
Security testing regimens explicitly include checks for missing or ineffective anti-CSRF protections in web applications.
Detects anomalous request patterns consistent with cross-site request forgery.