Home Ivanti CVE-2024-9845
Back to Ivanti

CVE-2024-9845

Ivanti Automation

Ivanti CVSS 7.8 Updated March 16, 2026

Executive Risk Summary

"A local authenticated attacker can exploit insecure permissions in Ivanti Automation before version 2024.4.0.1 to achieve local privilege escalation. This vulnerability poses a significant risk to system security and integrity, allowing attackers to gain elevated privileges and potentially compromise sensitive data."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti.Automation.exe
Standard Path %ProgramFiles%\Ivanti\Automation
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti.Automation.exe (Executable)
$Targets = 'Ivanti.Automation.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Moderate

Internal Work Notes

CVE-2024-9845: Ivanti Automation local privilege escalation vulnerability. Apply version 2024.4.0.1 or later to mitigate risk.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Ivanti Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.