Home Ivanti CVE-2025-22458
Back to Ivanti

CVE-2025-22458

Ivanti Endpoint Manager - Core

Ivanti CVSS 7.8 Updated March 16, 2026

Executive Risk Summary

"A DLL hijacking vulnerability in Ivanti Endpoint Manager before version 2024 SU1 or before version 2022 SU7 allows an authenticated attacker to escalate to System, potentially leading to unauthorized access and data breaches. This vulnerability can be exploited by attackers to gain elevated privileges and compromise the security of the system."

Operational Audit Arsenal

Target Type DLL
Target Asset Ivanti Endpoint Manager DLL
Standard Path %ProgramFiles%\Ivanti\Endpoint Manager
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Endpoint Manager DLL (DLL)
$Targets = 'Ivanti Endpoint Manager DLL'
$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, may require downtime for endpoint systems

Internal Work Notes

CVE-2025-22458: Ivanti Endpoint Manager DLL hijacking vulnerability, apply version 2024 SU1 or 2022 SU7 to mitigate

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.