Home Ivanti CVE-2025-6995
Back to Ivanti

CVE-2025-6995

Ivanti Endpoint Manager - Agent

Ivanti CVSS 8.4 Updated March 16, 2026

Executive Risk Summary

"A local authenticated attacker can decrypt other users' passwords due to improper use of encryption in the agent of Ivanti Endpoint Manager before version 2024 SU3 and 2022 SU8 Security Update 1. This vulnerability allows an attacker to gain unauthorized access to sensitive information."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti Endpoint Manager Agent
Standard Path %ProgramFiles%IvantiEndpoint ManagerAgent
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Endpoint Manager Agent (Executable)
$Targets = 'Ivanti Endpoint Manager Agent'
$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

Minimal

Internal Work Notes

Apply Ivanti Endpoint Manager 2024 SU3 or 2022 SU8 Security Update 1 to mitigate the risk of password decryption by local authenticated attackers.

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.