Home Ivanti CVE-2024-50329
Back to Ivanti

CVE-2024-50329

Ivanti Endpoint Manager - Core

Ivanti CVSS 8.8 Updated March 16, 2026

Executive Risk Summary

"A path traversal vulnerability in Ivanti Endpoint Manager before 2024 November Security Update or 2022 SU6 November Security Update 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 Executable
Target Asset Ivanti Endpoint Manager Core Service
Standard Path %ProgramFiles%\Ivanti\Endpoint Manager
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Endpoint Manager Core Service (Executable)
$Targets = 'Ivanti Endpoint Manager Core Service'
$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, potential service interruption during update

Internal Work Notes

Apply Ivanti Endpoint Manager November 2024 Security Update or 2022 SU6 November Security Update to mitigate path traversal vulnerability (CVE-2024-50329) allowing remote code execution.

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.