Home Ivanti CVE-2025-22454
Back to Ivanti

CVE-2025-22454

Ivanti Secure Access Client

Ivanti CVSS 7.8 Updated March 16, 2026

Executive Risk Summary

"A local authenticated attacker can exploit insufficiently restrictive permissions in Ivanti Secure Access Client before 22.7R4 to escalate their privileges, potentially leading to unauthorized access and data breaches. This vulnerability poses a significant risk to the security and integrity of systems running the affected software."

Operational Audit Arsenal

Target Type Executable
Target Asset Ivanti Secure Access Client
Standard Path %ProgramFiles%IvantiSecure Access Client
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Secure Access Client (Executable)
$Targets = 'Ivanti Secure Access Client'
$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

CVE-2025-22454: Ivanti Secure Access Client privilege escalation vulnerability - upgrade to version 22.7R4 or later to mitigate risk

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.