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%\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 out-of-bounds write vulnerability (CVE-2024-13170)
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.