Cyber Resilience

CVE-2024-52002

High

Published: 08 November 2024

Published
08 November 2024
Modified
07 January 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0699 91.6th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

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

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

combodo
itop
≤ 3.2.0

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.

addresses: CWE-352

Awareness training educates users on avoiding untrusted links and actions that can be exploited via CSRF.

addresses: CWE-352

Requiring user re-entry of credentials for sensitive actions prevents automated forgery of requests without active user participation.

addresses: CWE-352

Security testing regimens explicitly include checks for missing or ineffective anti-CSRF protections in web applications.

addresses: CWE-352

Detects anomalous request patterns consistent with cross-site request forgery.

References