Home Ivanti CVE-2024-50327
Back to Ivanti

CVE-2024-50327

Ivanti Endpoint Manager - Core

Ivanti CVSS 7.2 Updated March 16, 2026

Executive Risk Summary

"A SQL injection vulnerability in Ivanti Endpoint Manager before the 2024 November Security Update or 2022 SU6 November Security Update allows a remote authenticated attacker with admin privileges to achieve remote code execution. This vulnerability poses a significant risk to data integrity and system security, as it can be exploited to gain unauthorized access and control over the affected system."

Operational Audit Arsenal

Target Type Application
Target Asset Ivanti Endpoint Manager
Standard Path %programfiles%IvantiEndpoint Manager
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Endpoint Manager (Application)
$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 the 2024 November Security Update or 2022 SU6 November Security Update to Ivanti Endpoint Manager to mitigate a SQL injection vulnerability that allows 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.