CVE-2024-47008
Published: 08 October 2024
Summary
CVE-2024-47008 is a high-severity SSRF (CWE-918) vulnerability in Ivanti Avalanche. Its CVSS base score is 7.5 (High).
Operationally, ranked in the top 2.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-47008 is a server-side request forgery vulnerability, tracked under CWE-918, that affects Ivanti Avalanche versions prior to 6.4.5. The flaw carries a CVSS 3.1 score of 7.5 and permits an attacker to induce the server into making unauthorized requests, resulting in the disclosure of sensitive information.
A remote unauthenticated attacker can exploit the issue over the network with low attack complexity and no user interaction required. Successful exploitation yields high impact on confidentiality while leaving integrity and availability unaffected, allowing the attacker to leak internal data accessible to the Avalanche server.
The official Ivanti security advisory for Avalanche 6.4.5 addresses the vulnerability and directs customers to apply the available update. The EPSS score reached a peak of 0.4638 before settling at the current value of 0.3721, indicating measurable post-disclosure interest in the flaw.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-42225
Vulnerability details
Server-side request forgery in Ivanti Avalanche before version 6.4.5 allows a remote unauthenticated attacker to leak sensitive information.
- 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.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.