Microsoft's CVE-2026-50481 is a Critical, CVSS 9.9 elevation-of-privilege vulnerability in Microsoft Entra ID, published under the service's legacy "Azure Active Directory" name. It is a defect in a Microsoft-operated cloud service rather than in software customers install, and Microsoft's own Security Update Guide record marks it customerActionRequired: false and exploited: No. There is no KB to deploy, no Microsoft Entra Connect build to install, and no tenant setting to change.

This article was published on August 6, 2026 under the headline "No Patch or Scope Confirmed" and described the advisory as effectively data-free. That was wrong, and it was wrong on the day. Microsoft's record has been revised exactly once — Revision 1, "Information published," at 7:00 a.m. Pacific on August 6 — and that single revision already carried the 9.9 score, the full CVSS vector, and the weakness classification. The correction is set out below, and the rest of this article has been rewritten around what the record actually contains.

Security analysts monitor an identity infrastructure dashboard highlighting a high-severity CVE vulnerability.What the record actually says​

Microsoft's description is one sentence: "Modification of assumed-immutable data (maid) in Azure Active Directory allows an authorized attacker to elevate privileges over a network." The weakness is classified as CWE-471, Modification of Assumed-Immutable Data — the class of flaw in which code trusts a value it assumes cannot change, and an attacker changes it. In a directory service, that is the shape of a defect where something the platform treats as fixed, such as an identifier, a binding, or an attribute an authorization path does not re-verify, turns out to be attacker-influenced.

The scoring is unusually complete for a cloud CVE. The full vector is CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L/E:U/RL:O/RC:C.

MetricValueWhat it means here
Base score9.9, CriticalAssigned by Microsoft. NVD carries it as a secondary score and has published no primary score of its own.
Temporal score8.6Microsoft's own figure, reflecting the fix status and the absence of exploit code.
Attack vectorNetwork (AV:N)Reachable over a network rather than from a local console or adjacent segment.
Attack complexityLow (AC:L)No race, no special preconditions the attacker cannot control.
Privileges requiredLow (PR:L)The attacker starts with some access. Microsoft's wording is "authorized attacker" — not anonymous.
User interactionNone (UI:N)No victim has to click, approve, or consent to anything.
ScopeChanged (S:C)Impact reaches beyond the vulnerable component's own security authority. This is what carries the score to 9.9.
Confidentiality / IntegrityHigh / HighBoth were rated at the maximum.
AvailabilityLow (A:L)Degradation rather than denial of service.
Exploit code maturityUnproven (E:U)No exploit code is available; exploitation is theoretical.
Remediation levelOfficial Fix (RL:O)A complete vendor solution exists.
Report confidenceConfirmed (RC:C)Vendor-acknowledged, with the technical details accepted as reliable.

CISA's own enrichment of the record, added August 6 under its SSVC framework, states Exploitation: none, Automatable: no, and Technical Impact: total. The CVE does not appear in CISA's Known Exploited Vulnerabilities catalog, checked against catalog version 2026.08.21 and its 1,674 entries. Zero Day Initiative's August 11 review of the month's updates lists CVE-2026-50481 as Critical, 9.9, publicly disclosed: no, exploited: no.

"Exclusively hosted service" is the operative fact​

The most useful field in the whole record is a tag rather than a score. Microsoft's CNA entry carries exclusively-hosted-service, and the CVE Program's schema defines that tag precisely: "All known software and/or hardware affected by this CVE Record is known to exist only in the affected hosted service. If the vulnerability affects both hosted and on-prem software and/or hardware, then the tag should not be used."

Microsoft's published policy for cloud CVEs states what it uses the tag to signal: "In the CVE.org record, we will use the exclusively-hosted-service tag to indicate that there is no action required by the customer." The company began issuing CVEs for critical cloud-service flaws in mid-2024 precisely so that fixes it deploys on its own infrastructure become visible to customers, even when there is nothing for those customers to install.

The Security Update Guide record says the same thing in a field rather than a tag. Its customerActionRequired value is false, and the affected software release is listed as N/A. There are no remediations, no KB numbers, no affected build list, and no acknowledgements section crediting a reporter.

That resolves the largest question the original version of this article raised. Windows, Windows Server, and Microsoft Entra Connect are not identified as affected, and under the tag's own definition they cannot be, because the tag would be invalid if on-premises software were also in scope. The only affected-product entry is Microsoft / Azure Active Directory with the version recorded as "-", and the single CPE is cpe:2.3:a:microsoft:azure_active_directory.

"No patch" and "no fix" are not the same statement​

The temporal metrics settle a question the base score cannot. Remediation Level is RL:O, Official Fix, which the FIRST CVSS v3.1 specification defines as a complete vendor solution being available. The CVE record's single reference, the MSRC advisory, is tagged both vendor-advisory and patch.

So the accurate framing is not "an unfixed Critical Entra flaw with no patch." It is a Critical Entra flaw that Microsoft fixed inside its own service, with nothing for customers to install. Vulnerability aggregators that build a remediation column out of affected-version data will show "no vendor fix" here; that is an artifact of there being no customer-side version to fix, not evidence that the vulnerability is still open.

One reading trap is worth noting. NVD's copy of the record keeps Microsoft's base vector but drops the temporal metrics entirely, so a reader who checks only NVD never sees RL:O or E:U at all. Those three values live in the CNA record at CVE.org and in Microsoft's own advisory.

What this article got wrong on August 6​

The original version reported that Microsoft had published no CVSS score, no attack vector, no privilege requirement, and no exploitation assessment, and that the advisory text was a generic description of the CVSS v2 "Report Confidence" metric rather than a vulnerability description.

None of that was accurate. Microsoft's record has exactly one revision, timed at 7:00 a.m. Pacific on August 6 and described only as "Information published." This article went out at 3:52 p.m. Pacific the same day — nearly nine hours later, and fifteen minutes after the CVE Program published the record at 22:37 UTC with the vector, the CWE, and the hosted-service tag already in it. NVD had the same data in its own record by 00:16 UTC on August 7.

The Report Confidence text was never in Microsoft's advisory. The source list captured for the original article shows where it came from: alongside the MSRC link, the automated capture logged a CVSS v2 specification guide, an unrelated 2022 CVE whose identifier happens to end in the same digits, a Linux cloud-image vulnerability report, several national-CERT advisory index pages, and a general document on vulnerability prioritization. The article was written against that material instead of against the advisory. The reference list has been rebuilt for this revision.

Do not confuse this with the Entra Connect flaw from the same cycle​

Administrators who went looking for an Entra patch in August did have one to find, but it is a different CVE. CVE-2026-65673, published August 11, is an SQL-injection flaw in Microsoft Entra Connect Sync that lets an authorized attacker elevate privileges locally. It is rated CVSS 7.8 High on the vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, it affects Entra Connect from 1.0.0 up to but not including 2.6.84.0, and it carries no hosted-service tag — it is customer-installed software with a real fixed version.

That is the item that belongs in a patch queue. CVE-2026-50481 is not.

What is still unknown​

Microsoft has published the shape of the vulnerability and its severity, not its mechanics. Still unstated:

  • Which Microsoft Entra ID component or feature contained the defect.
  • Which data object held the assumed-immutable value, and which authorization path trusted it.
  • What privilege a successful attacker ended up holding. A 9.9 score does not imply Global Administrator, and Microsoft has named no role.
  • What starting position was required. "Low privileges" in CVSS means basic-user capability, not anonymous access, but whether that means a tenant member, a guest, a service principal, or an application permission is not stated.
  • Which tenants, licensing tiers, regions, or sovereign clouds were in scope, and for how long before the service-side fix reached them.
  • Any indicator of compromise, hunting query, or detection guidance specific to this CVE.
  • Who reported it. The record carries no acknowledgements section.

One inference in particular is worth resisting: Scope: Changed does not mean cross-tenant. CVSS defines a changed scope as impact reaching resources beyond the security authority of the vulnerable component, a generic boundary-crossing statement that applies to sandboxes, hypervisors, and service layers as readily as to directory tenants. Microsoft has not said that CVE-2026-50481 allowed one Entra tenant to affect another, and the vector is not evidence that it did.

What identity teams should actually do​

Close it, with a note. Under Microsoft's own designation this is not an open remediation task, and it should not sit in a patch queue waiting for a KB number that will never be issued. The correct disposition is vendor-remediated, no customer action, recorded together with the basis for that judgment — the exclusively-hosted-service tag and the customerActionRequired field — so that the next person to open the ticket does not reopen the investigation.

Watch how your tooling reports it. A vulnerability-management platform that ingests the CVE feed can surface a 9.9 Critical against an "Azure Active Directory" asset with no fixed version and no patch, which reads as a permanently unremediated critical finding. It is neither closed by Windows Update nor fixable by the customer, so it needs suppression with a documented reason rather than escalation.

Fix the retention gap anyway — and the number is smaller than we reported. The original article said default Entra audit-log retention is 30 days. Microsoft's current documentation is more restrictive than that: audit logs and sign-in logs are kept for seven days on Microsoft Entra ID Free and 30 days on P1 and P2. Risky sign-ins run 7, 30, and 90 days across those same tiers. Retention is not retroactive either — Microsoft states that after an upgrade from Free to a premium tier, only data still inside the seven-day window is visible, and expired data cannot be recovered unless it was already archived. Anything longer than a month of directory history has to be routed to Azure Monitor, a storage account, or an equivalent, and that has to be in place before the period you will later want to review.

Keep the identity monitoring, but label it correctly. Alerting on privileged role assignments and PIM changes, new service principals and credential additions, consent grants and application ownership changes, Conditional Access and cross-tenant access policy edits, and anomalous sign-ins to privileged accounts is sound practice regardless of this CVE. It is not a detection strategy for CVE-2026-50481, because no such strategy has been published, and it should not be presented as one in a report to management.

Hosted-service CVEs read differently​

A cloud CVE with no affected version, no KB, and no customer action is not a broken advisory. It is a deliberately different kind of record, and it has been Microsoft policy since June 2024. Reading three fields removes most of the ambiguity: the CNA tag says whether on-premises software is in scope, customerActionRequired says whether there is anything to do, and the temporal metrics say whether a fix exists and whether exploit code does.

What remains worth watching on CVE-2026-50481 is narrow. A revision to the MSRC record beyond Revision 1, an acknowledgements entry naming a researcher, a technical write-up if that researcher publishes one, or any movement away from E:U and CISA's Exploitation: none would each be genuinely new. None of them would change what a tenant administrator has to do today, which, on Microsoft's own record, is nothing.