Cyber Resilience

CVE-2024-24998

Ivanti Avalanche ≤ 6.4.3.528

Published
19 April 2024
Modified
06 May 2025
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.032 87th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2024-24998 is a high-severity Path Traversal: 'dir\..\..\filename' (CWE-31) vulnerability in Ivanti Avalanche. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 13% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A Path Traversal vulnerability in web component of Ivanti Avalanche before 6.4.3 allows a remote authenticated attacker to execute arbitrary commands as SYSTEM.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-38652Same product: Ivanti Avalanche
CVE-2024-27984Same product: Ivanti Avalanche
CVE-2024-23535Same product: Ivanti Avalanche
CVE-2023-46262Same product: Ivanti Avalanche
CVE-2023-32563Same product: Ivanti Avalanche
CVE-2024-27976Same product: Ivanti Avalanche
CVE-2024-24999Same product: Ivanti Avalanche
CVE-2024-13180Same product: Ivanti Avalanche
CVE-2023-41474Same product: Ivanti Avalanche
CVE-2024-24994Same product: Ivanti Avalanche

Affected Assets

ivanti
avalanche
≤ 6.4.3.528

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Directly requires validation of path inputs, stopping the acceptance of backslash dot-dot sequences that escape the restricted directory.

Enforces authorization checks on file/resource access, blocking exploitation of a traversed path even if the malformed name is accepted.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that block this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover traversal flaws but does not prevent them at the source.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly blocks directory traversal sequences.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles reduce the attack surface but do not prescribe the specific coding fix.

prevents

Secure coding standards require canonicalization and whitelist validation that eliminate CWE-31.

References