Home Ivanti CVE-2024-13172
Back to Ivanti

CVE-2024-13172

Ivanti EPM - Core

Ivanti CVSS 7.8 Updated March 16, 2026

Executive Risk Summary

"A remote unauthenticated attacker can achieve remote code execution in Ivanti EPM before the 2024 January-2025 Security Update and 2022 SU6 January-2025 Security Update due to improper signature verification, requiring local user interaction. This vulnerability poses a significant risk to the security and integrity of the affected systems."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti.EPM.exe
Standard Path %ProgramFiles%\Ivanti\EPM
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti.EPM.exe (Executable)
$Targets = 'Ivanti.EPM.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 EPM January-2025 Security Update or 2022 SU6 January-2025 Security Update to mitigate remote code execution vulnerability

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.