Home Ivanti CVE-2024-44107
Back to Ivanti

CVE-2024-44107

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 and achieve arbitrary code execution, potentially leading to a full system compromise. This vulnerability poses a significant risk to system integrity and confidentiality, as an attacker could exploit it to gain control over the affected system."

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, as the patch may require a system restart and could potentially cause temporary disruptions to system functionality.

Internal Work Notes

CVE-2024-44107: Ivanti Workspace Control DLL hijacking vulnerability - upgrade to version 2025.2 (10.19.0.0) or later to mitigate the risk of privilege escalation and arbitrary 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.