Skip to content
Flash Briefing critical FinanceHealthcareCommunicationsCritical Infrastructure

Microsoft Discloses Maximum-Severity CVSS 10.0 Entra ID Remote Code Execution Flaw

Microsoft has disclosed CVE-2026-69836, a maximum-severity remote code execution vulnerability in Entra ID, its cloud identity and access management platform that underpins sign-in for Microsoft 365, Azure, and thousands of third-party enterprise applications. The flaw carries a CVSS base score of 10.0 — the highest possible rating — and stems from a deserialization-of-untrusted-data weakness (CWE-502) that Microsoft says would have let an unauthorized attacker execute code over the network without authentication or user interaction.

What happened

Microsoft published the advisory on August 20, 2026, initially flagging the vulnerability as exploited in the wild. That triggered a wave of coverage from several outlets treating it as an active, in-progress attack against one of the world’s most widely used identity platforms. Microsoft revised the advisory the next day, August 21, correcting the “Exploited” field to “No” and stating explicitly: “This vulnerability was not exploited in the wild. This is an informational change only.” Microsoft’s own Security Update Guide now also rates further exploitation as “Exploitation Less Likely.”

The vulnerability was reported by Robert Fitzpatrick, a Microsoft principal security engineer, and — because Entra ID is a fully managed cloud service rather than software customers install — Microsoft says it has already deployed a complete fix on its own infrastructure. The advisory’s FAQ notes there are no patches, KB articles, or configuration changes for customers to apply, and the CVE was issued purely for transparency under Microsoft’s cloud-service vulnerability disclosure program.

Why it matters

A CVSS 10.0 unauthenticated RCE in the identity backbone that authenticates users into email, file storage, ERP, HR, and countless line-of-business applications is significant regardless of exploitation status, because Entra ID sits at the center of the trust model for nearly every regulated organization — banks, hospital systems, telecom carriers, and critical-infrastructure operators alike. A successful exploit at this layer would not compromise a single application but the authentication mechanism gating access to all of them.

The initial “exploited” flag and its subsequent correction also illustrate a recurring problem for defenders: cloud-service CVEs are disclosed after the vendor has already remediated them, giving security teams a narrow, after-the-fact window to assess exposure with limited technical detail, and conflicting initial reporting can trigger unnecessary incident-response activity before the record is corrected.

  • No patching action is required or possible for Entra ID itself; Microsoft has confirmed remediation is complete on its infrastructure.
  • Review Entra ID sign-in, audit, and application logs covering the weeks prior to August 20 for anomalous authentication events, unexpected service principal changes, or unusual application consent grants, as a precaution.
  • Ensure conditional access policies, phishing-resistant MFA, and least-privilege role assignments are enforced for all administrative and service accounts tied to Entra ID.
  • Subscribe to Microsoft security notifications for cloud-service CVEs so future advisories — and any status corrections — are caught quickly.
  • Treat vendor-reported “exploited” status on cloud-service CVEs as provisional until confirmed, and avoid triggering incident response on preliminary advisory language alone.