Home Ivanti CVE-2024-13168
Back to Ivanti

CVE-2024-13168

Ivanti EPM - Core

Ivanti CVSS 7.5 Updated March 16, 2026

Executive Risk Summary

"A remote unauthenticated attacker can exploit an out-of-bounds write vulnerability in Ivanti EPM before the 2024 January-2025 Security Update and 2022 SU6 January-2025 Security Update, causing a denial of service. This vulnerability poses a significant risk to the availability of the system, as it can be exploited without authentication, allowing attackers to disrupt service."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti.EPM.exe
Standard Path %programfiles%IvantiEPM
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 out-of-bounds write vulnerability (CVE-2024-13168)

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.