Home Ivanti CVE-2024-11598
Back to Ivanti

CVE-2024-11598

Ivanti Application Control

Ivanti CVSS 7.8 Updated March 16, 2026

Executive Risk Summary

"A local authenticated attacker can exploit insecure permissions in Ivanti Application Control to achieve local privilege escalation, potentially allowing them to gain elevated access to sensitive system resources. This vulnerability affects Ivanti Application Control versions prior to 2024.3 HF1, 2024.1 HF2, or 2023.3 HF3."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti.ApplicationControl.exe
Standard Path %ProgramFiles%IvantiApplication Control
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti.ApplicationControl.exe (Executable)
$Targets = 'Ivanti.ApplicationControl.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

Ivanti Application Control vulnerability CVE-2024-11598 - Local privilege escalation possible due to insecure permissions. Upgrade to version 2024.3 HF1, 2024.1 HF2, or 2023.3 HF3 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.