Home Ivanti CVE-2024-7572
Back to Ivanti

CVE-2024-7572

Ivanti DSM - Management Server

Ivanti CVSS 7.1 Updated March 16, 2026

Executive Risk Summary

"A local authenticated attacker can exploit insufficient permissions in Ivanti DSM before version 2024.3.5740 to delete arbitrary files, potentially leading to data integrity issues. This vulnerability can be mitigated by updating Ivanti DSM to version 2024.3.5740 or later."

Operational Audit Arsenal

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

Ivanti DSM vulnerability CVE-2024-7572 - update to version 2024.3.5740 or later to prevent arbitrary file deletion

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.