Home Microsoft CVE-2026-26117
Back to Microsoft

CVE-2026-26117

Azure Windows Virtual Machine Agent

Microsoft CVSS 7.8 Updated March 15, 2026

Executive Risk Summary

"An authentication bypass vulnerability in Azure Windows Virtual Machine Agent allows an authorized attacker to elevate privileges locally, potentially leading to unauthorized access to sensitive data and system resources. This vulnerability can be exploited by an attacker with existing access to the system, making it a significant risk for organizations using Azure Windows Virtual Machines."

Operational Audit Arsenal

Target Type Executable
Target Asset WindowsAzureGuestAgent.exe
Standard Path %ProgramFiles%\Windows Azure\GuestAgent
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: WindowsAzureGuestAgent.exe (Executable)
$Targets = 'WindowsAzureGuestAgent.exe'
$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

Virtual Machine services may be affected

Internal Work Notes

CVE-2026-26117: Azure Windows Virtual Machine Agent authentication bypass vulnerability - requires patching and reboot of affected Virtual Machines

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.