Home Ivanti CVE-2024-44103
Back to Ivanti

CVE-2024-44103

Ivanti Workspace Control - Management Console

Ivanti CVSS 8.8 Updated March 16, 2026

Executive Risk Summary

"A DLL hijacking vulnerability in Ivanti Workspace Control before version 2025.2 (10.19.0.0) allows a local authenticated attacker to escalate their privileges, potentially leading to unauthorized access and data breaches. This vulnerability can be exploited by an attacker with local access to the system, making it a significant risk for organizations using the affected software."

Operational Audit Arsenal

Target Type DLL
Target Asset Ivanti Workspace Control DLL
Standard Path %programfiles%\Ivanti\Workspace Control
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Ivanti Workspace Control DLL (DLL)
$Targets = 'Ivanti Workspace Control DLL'
$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-2024-44103: Ivanti Workspace Control DLL hijacking vulnerability, patch to version 2025.2 (10.19.0.0) or later to mitigate privilege escalation 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.