Home Ivanti CVE-2024-22061
Back to Ivanti

CVE-2024-22061

Ivanti Avalanche - WLInfoRailService

Ivanti CVSS 9.8 Updated March 16, 2026

Executive Risk Summary

"A Heap Overflow vulnerability in Ivanti Avalanche's WLInfoRailService component allows a remote unauthenticated attacker to execute arbitrary commands, potentially leading to system compromise. Ivanti Avalanche versions prior to 6.4.3 are affected, and upgrading to version 6.4.3 or later is recommended to mitigate this vulnerability."

Operational Audit Arsenal

Target Type Service
Target Asset WLInfoRailService
Standard Path %programfiles%Ivanti Avalanche
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: WLInfoRailService (Service)
$Targets = 'WLInfoRailService'
$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 Avalanche Heap Overflow vulnerability (CVE-2024-22061) - Upgrade to version 6.4.3 or later to prevent 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.