Critical Azure Identity Token Flaw in Windows Admin Center Enables Tenant-Wide Compromise

Azure identity token validation within Windows Admin Center (WAC) can be abused after a single machine compromise to pivot across multiple Azure VMs and Arc-connected systems, ultimately enabling a tenant-wide compromise.. A high-severity flaw was discovered in Windows Admin Center’s (WAC) Azure Single Sign-On (SSO) implementation (tracked as CVE-2026-20965) that breaks isolation boundaries between machines within an Azure tenant.

  • It stems from improper Azure identity token validation in WAC’s Azure SSO handler.
  • This makes it possible for an attacker to merge or misuse tokens (e.g., a stolen WAC.CheckAccess token with a forged Proof-of-Possession token) to escalate privileges and gain further access.
  • The bug essentially lets attackers cross trust boundaries that normally isolate Azure VMs and other managed resources within a tenant.

How It Can Be Exploited

To exploit this flaw, an attacker must already have local administrator access to an Azure VM or Azure Arc-connected machine where WAC is installed.

  1. Local admin compromise of a vulnerable WAC host.
  2. Wait for a privileged user (e.g., an Azure admin) to remotely connect to that machine via Windows Admin Center through the Azure Portal.
  3. The attacker leverages token validation weaknesses to execute arbitrary commands and move laterally — reaching other Azure VMs and Arc hosts within the same tenant.

Key point: This is not just a single-VM breach. The logic flaw in token checking allows attackers to effectively pivot across all affected WAC instances in a tenant without valid Azure credentials.


Affected Systems

  • Any Azure VM or Azure Arc-connected machine with an installed Windows Admin Center Azure Extension below version 0.70.00.
  • Because many organizations use WAC to manage hybrid and cloud servers, this issue can expose broad segments of Azure infrastructure if not patched.

Microsoft’s Response & Mitigation

  • Microsoft patched the issue on January 13, 2026, by releasing Windows Admin Center Azure Extension v0.70.00.
  • Administrators of Azure environments should:
    • Update all WAC Azure Extensions to v0.70.00 or later immediately.
    • Review logs and access activity for unusual authentication or session escalations.
    • Confirm that internal detection rules can spot abnormal Azure AD token use or lateral API calls, as retrospective exploitation may have occurred.

Why This Matters

This vulnerability shows how identity token validation mistakes — even in widely-used cloud tooling — can have tenant-wide security implications by undermining fundamental isolation guarantees in Azure.

It also reinforces broader trends seen in cloud identity attacks: token misuse and forgery are among the most potent ways attackers can escalate privileges and evade traditional defenses in modern environments.


Best Practices to Limit Impact

In addition to patching:

  • Use strict least-privilege IAM roles and avoid granting permanent high privileges where possible.
  • Enable conditional access policies and continuous access evaluation to reduce the risk of token misuse.
  • Monitor Azure AD sign-in and token issuance for anomalous patterns.
  • Segment and limit WAC exposure to only trusted networks.