Executive Risk Summary
"A local authenticated attacker can bypass application blocking functionality due to a race condition in Ivanti Application Control Engine before version 10.14.4.0. This vulnerability allows an attacker to execute unauthorized applications, potentially leading to security breaches and data compromise."
Operational Audit Arsenal
Target Type Executable
Target Asset Ivanti.ApplicationControl.Engine.exe
Standard Path %ProgramFiles%\Ivanti\Application Control\Engine
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti.ApplicationControl.Engine.exe (Executable)
$Targets = 'Ivanti.ApplicationControl.Engine.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
Apply Ivanti Application Control Engine version 10.14.4.0 or later to mitigate CVE-2024-10630, which allows local authenticated attackers to bypass application blocking functionality.
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.