CVE-2024-47908
Published: 11 February 2025
Summary
CVE-2024-47908 is a critical-severity OS Command Injection (CWE-78) vulnerability in Ivanti Cloud Services Appliance. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates OS command injection by requiring validation and sanitization of inputs to the admin web console to block arbitrary command execution.
Ensures timely remediation of the specific command injection flaw through patching to Ivanti CSA version 5.0.5 or later as per the vendor advisory.
Restricts insertion of unauthorized inputs such as shell metacharacters into the admin web console to prevent command injection exploits.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in admin web console directly enables T1190 (exploit of exposed application) and results in arbitrary Unix shell command execution (T1059.004).
NVD Description
OS command injection in the admin web console of Ivanti CSA before version 5.0.5 allows a remote authenticated attacker with admin privileges to achieve remote code execution.
Deeper analysisAI
CVE-2024-47908 is an OS command injection vulnerability (CWE-78) present in the admin web console of Ivanti Cloud Services Appliance (CSA) versions before 5.0.5. This flaw enables remote code execution and carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H). The vulnerability was published on 2025-02-11.
A remote authenticated attacker possessing administrative privileges can exploit this vulnerability through the admin web console to inject and execute arbitrary operating system commands, resulting in remote code execution on the affected appliance.
Ivanti has published a security advisory addressing CVE-2024-47908, available at https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Cloud-Services-Application-CSA-CVE-2024-47908-CVE-2024-11771, which covers mitigation steps including upgrading to Ivanti CSA version 5.0.5 or later.
Details
- CWE(s)