Home Ivanti CVE-2025-9713
Back to Ivanti

CVE-2025-9713

Ivanti Endpoint Manager - EPM

Ivanti CVSS 8.8 Updated March 16, 2026

Executive Risk Summary

"A path traversal vulnerability in Ivanti Endpoint Manager before version 2024 SU4 allows a remote unauthenticated attacker to achieve remote code execution, requiring user interaction. This vulnerability poses a significant risk to the security and integrity of the affected systems, as it can be exploited to execute malicious code remotely."

Operational Audit Arsenal

Target Type Software Component
Target Asset Ivanti Endpoint Manager
Standard Path %programfiles%Ivanti Endpoint Manager
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Endpoint Manager (Software Component)
$Targets = 'Ivanti Endpoint Manager'
$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 Endpoint Manager version 2024 SU4 or later to mitigate a remote code execution vulnerability via path traversal, requiring user interaction.

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.