Back to News

Microsoft Patches Perfect-10 Entra ID Flaw Already Under Attack

Microsoft Patches Perfect-10 Entra ID Flaw Already Under Attack

Microsoft has patched a maximum-severity vulnerability in Entra ID — the cloud identity service that decides who is allowed to sign in to Microsoft 365 and thousands of other business applications — after confirming that attackers had already found it and were using it. The flaw is tracked as CVE-2026-69836, carries a CVSS base score of 10.0, the highest the scale permits, and was disclosed on Thursday 20 August 2026. Because Entra ID is Microsoft-operated cloud infrastructure rather than software an organisation installs and maintains, Microsoft was able to fix the vulnerable service itself. There is no update to deploy, no reboot to schedule and, the company says, no customer action required at all.

That is where the reassurance stops. Microsoft has not said who exploited the flaw, when the attacks started, how many tenants were touched, or what the attackers were able to reach once they were in. It has published no indicators of compromise, no technical description of the attack chain and no guidance for organisations wanting to check their own logs. For a UK business, the practical consequence of a silent cloud fix is uncomfortable: the hole is closed, but there is no supplied way to answer the only question that matters to a board or an auditor — was our tenant affected during the window in which this was being exploited? This article sets out exactly what Microsoft disclosed on 20 August 2026, why a 10.0 in the identity layer is a different class of problem from a 10.0 in an ordinary application, and what a UK SME can reasonably do about a vulnerability it was never able to patch.

10.0
CVSS base score — the maximum the scale allows
CVE-2026-69836
The Entra ID flaw Microsoft confirmed was exploited in the wild
20 Aug
Date Microsoft disclosed the flaw and the active exploitation
0
Customer patches required — and zero details published on who attacked

What Microsoft actually disclosed

The advisory published on Thursday 20 August 2026 describes a deserialization of untrusted data weakness in Entra ID, the service formerly known as Azure Active Directory. Deserialization flaws arise when a system takes structured data supplied from outside — a token, a request body, an encoded object — and reconstructs it into live objects in memory without adequately validating what it has been handed. Where the receiving code can be steered into instantiating attacker-chosen types or invoking attacker-influenced methods during that reconstruction, the result is not merely bad data but attacker-controlled execution. In this case Microsoft states the outcome plainly: remote code execution.

The severity rating is worth reading carefully rather than glancing at. A CVSS score of 10.0 is not simply “very bad”; it is a specific arithmetic result that requires effectively every base metric to sit at its worst available setting simultaneously. Microsoft’s assessment describes an attack that can be launched over the network, with low attack complexity, requiring no privileges whatsoever and no interaction from any user, and delivering high impact to confidentiality, integrity and availability alike. In other words: an unauthenticated stranger, reliably, with nobody clicking anything. Reaching a full 10.0 additionally requires that the impact cross the boundary of the vulnerable component itself — that compromising the flawed service lets an attacker affect resources beyond it. In an identity provider, that is close to a definition of the worst case, because the resources beyond the identity provider are every application that trusts it.

Microsoft credited the discovery and report to Robert Fitzpatrick, a principal security engineer. The advisory does not, however, explain the relationship between that report and the exploitation Microsoft says it observed — whether the researcher found a flaw that was independently already in use, whether the exploitation was detected first and the analysis followed, or whether telemetry revealed the activity after the report prompted a search. That distinction matters for anyone trying to estimate the exposure window, and it is precisely the detail the advisory omits. What Microsoft has confirmed is the combination that security teams treat as an emergency in any other context: maximum severity, no authentication required, and confirmed exploitation before disclosure.

Why this matters to your business

Entra ID is not one application among many — it is the thing that vouches for you to all the others. Sign-in to Microsoft 365, Azure, and any third-party SaaS platform wired up through single sign-on ultimately depends on Entra ID asserting that you are who you claim to be. A remote code execution flaw in that layer is categorically different from the same flaw in a line-of-business app, because the identity provider’s job is to issue the tokens that every downstream system accepts without further question. Microsoft has fixed the service, so the door is shut. What no customer can currently do is establish whether anything walked through it while it was open, because Microsoft has published neither an exploitation window nor indicators of compromise. Treat this as a reminder that when you consume identity as a service, you inherit the vendor’s disclosure practices along with its uptime.

How the story unfolded

2014–2022 — Azure Active Directory becomes the default front door
As UK organisations moved email, files and line-of-business applications into Microsoft’s cloud, Azure Active Directory quietly became the single point through which staff reach almost everything. Single sign-on turned it from an authentication service into the trust anchor for entire application estates, including many products with no other Microsoft connection.
July 2023 — The service is renamed Entra ID
Microsoft rebranded Azure Active Directory as Entra ID, folding it into the wider Entra identity family. The name changed; the architectural role did not. Many UK businesses still refer to it by the old name, and a good deal of internal documentation, runbooks and staff knowledge continues to say “Azure AD”.
Date unknown — Exploitation begins
Microsoft states that CVE-2026-69836 was exploited in the wild prior to disclosure. It has not said when that exploitation started, how long it continued, or how it was identified. This is the single largest gap in the public record, and the reason affected organisations cannot bound their own exposure window.
Date undisclosed — Robert Fitzpatrick reports the vulnerability
Microsoft credits principal security engineer Robert Fitzpatrick with discovering and reporting the flaw. The advisory gives no report date and does not clarify whether the report preceded, followed or was independent of the detection of live exploitation.
Before disclosure — Microsoft fixes its own infrastructure
Because Entra ID is a Microsoft-operated service rather than customer-deployed software, the remediation was applied to Microsoft’s infrastructure directly. By the time the advisory appeared, the fix was already in place. No customer patch, configuration change or maintenance window was required, and none was requested.
Thursday 20 August 2026 — The advisory is published
Microsoft discloses CVE-2026-69836: unsafe deserialization in Entra ID, CVSS 10.0, remote code execution by an unauthenticated attacker with low complexity and no user interaction, high impact to confidentiality, integrity and availability — and confirmation that it had already been exploited.
Friday 21 August 2026 — The trade press picks up the unanswered questions
Coverage focuses less on the patch than on the silence around it: no attribution, no exploitation timeline, no scope statement, no technical detail on the attack chain and no way for customers to check their own tenants. The story becomes as much about disclosure practice as about the vulnerability itself.
Saturday 22 August 2026 — Where matters stand today
The vulnerability is fixed and there is nothing for customers to install. There is also still no published attribution, no stated exposure window, no indicators of compromise and no customer-facing detection guidance. Organisations wanting assurance must generate it themselves from their own identity telemetry.
The weeks ahead — what to watch for
Whether Microsoft expands the advisory with scope or detection detail, whether independent researchers publish analysis, and whether any downstream incidents are later traced back to this window. Until then, the defensible position for a UK SME is to assume nothing and verify what it can from its own logs.

Why the score reached a perfect 10.0

It is genuinely rare for a vulnerability to score 10.0. Most serious flaws lose fractions somewhere — they need a valid account, or a user to open something, or a particular configuration, or they only break confidentiality without touching integrity. CVE-2026-69836 lost nothing. Each of the base metrics that feed the score sits at its most severe available value, which is what the chart below shows: not seven different measurements of risk, but seven consecutive worst cases stacked on top of one another.

Attack vector: Network
Worst case
Attack complexity: Low
Worst case
Privileges required: None
Worst case
User interaction: None
Worst case
Confidentiality impact: High
Worst case
Integrity impact: High
Worst case
Availability impact: High
Worst case

Read individually, each of those lines is a familiar phrase from a hundred advisories. Read together, they describe something specific and unpleasant: a vulnerability that could be triggered remotely by someone with no account and no foothold, that did not depend on tricking an employee, that was not difficult to pull off reliably, and that once triggered gave the attacker the ability to read, alter and disrupt. Add the eighth metric — impact extending beyond the vulnerable component into the systems that depend on it — and the arithmetic arrives at the ceiling. The scale simply has nothing worse to express.

Every metric at maximum

The clearest way to communicate this to a non-technical board is not to quote a vector string but to state the proportion. Of the base metrics that determine severity, the share sitting at their worst possible value is not most of them, or nearly all of them. It is all of them.

100%
Share of CVE-2026-69836’s CVSS base metrics sitting at their most severe value

There is a second reason the number lands harder than usual. In the ordinary run of maximum-severity flaws — an unauthenticated RCE in a VPN appliance, say, or an edge file-transfer product — the score describes what an attacker can do to one system, and the containment conversation begins with network segmentation, asset inventory and which boxes are internet-facing. None of those levers apply here. The vulnerable component was not on your network and was never in your asset register; it is the service that issues the credentials your network trusts. The usual first question of incident response — which of our systems were exposed? — has an answer that no customer can independently produce, because the exposed system belonged to Microsoft and the telemetry describing the attack has not been shared.

Where UK SMEs are most exposed when identity is the target

Nothing in this incident was a customer misconfiguration, and it would be wrong to imply otherwise. But an identity-layer incident does expose which organisations are in a position to investigate one and which are not, and that difference is entirely within customer control. The grid below reflects the gaps we see most often in UK SME Microsoft 365 tenants when a question like “can we show what happened in our tenant in the first week of August?” is asked for the first time.

Common gaps that turn an identity incident into an unanswerable question
Sign-in and audit logs retained only for the default period High
Conditional access policies never reviewed since initial setup High
Global Administrator accounts used for day-to-day work High
Multi-factor authentication not enforced on every account, including service and admin High
No independent copy of identity telemetry outside the tenant Mid
Third-party SaaS applications federated to Entra ID with no inventory Mid
Guest, external and dormant accounts not reviewed on a schedule Mid
Documented, tested break-glass procedure for the identity provider Low

Each of those rows is worth a sentence of explanation, because the reasoning is not always obvious. Log retention comes first because it is the only one that cannot be fixed retrospectively: if the records for a given fortnight have already aged out, no amount of later diligence brings them back, and the question of whether your tenant was touched during an undisclosed exploitation window becomes permanently unanswerable. Conditional access sits next because it is the control that continues to apply even when a token is presented — policies keyed on device compliance, location and application do not stop a flaw in the identity service, but they narrow what a stolen or forged assertion can subsequently be used for. Administrative account hygiene matters because privileged identities are the pivot point in almost every post-authentication attack, and an admin account used for email and browsing is exposed to every ordinary risk on top of its privileges.

Further down the list, the items shift from prevention to visibility. Keeping an independent copy of identity telemetry — exported into a system that does not depend on the tenant itself — means an investigation is not conducted using only the logs of the platform under investigation. Maintaining an inventory of every third-party application federated to Entra ID answers the question “what else would have been reachable?” without a week of discovery work. Reviewing guest and dormant accounts closes the quiet accumulation of identities nobody owns. And a tested break-glass procedure — the one item most likely already to be in reasonable shape — is what stops an identity provider problem becoming a total loss of access to your own environment.

What identity hardening costs a UK business

The honest framing for this incident is that nothing on the list below would have prevented CVE-2026-69836, because the flaw was in Microsoft’s infrastructure and Microsoft fixed it. What this work buys is the ability to answer questions about your own tenant when a vendor declines to answer them for you, and to limit what any compromised assertion can reach. The bands below are indicative annual figures for UK organisations at typical sizes, covering identity configuration review, log retention and monitoring, and the ongoing administration that keeps both current. Actual costs depend on licensing, estate complexity and how much is already in place.

Business size Typical Entra ID estate What identity hardening involves Indicative annual cost
1–10 staff One tenant, a handful of SaaS apps, no dedicated IT MFA enforced everywhere, admin accounts separated, baseline conditional access, extended log retention £1,200 – £3,000
11–25 staff One tenant, single sign-on to several business systems, part-time IT support The above plus an application inventory, guest access review and quarterly policy review £3,000 – £7,500
26–75 staff Multiple departments, federated line-of-business apps, some hybrid identity Adds privileged access controls, independent log export and alerting on identity events £7,500 – £18,000
76–150 staff Hybrid identity, several federated platforms, compliance obligations Adds continuous monitoring, documented incident response for identity, regular access recertification £18,000 – £40,000
150+ staff Complex estate, multiple domains, regulated or contractual security requirements Adds formal identity governance, tested break-glass and board-level reporting on identity risk £40,000+

Two observations about those numbers. First, a substantial share of the work at the smaller bands is configuration rather than expenditure — enforcing MFA on every account, separating administrative identities and reviewing conditional access are licensing-permitting changes, not purchases, and the cost is largely the time to do them properly and the discipline to review them again. Second, the step change between bands is driven less by headcount than by the number of systems federated to the identity provider. A twenty-person business with fifteen SaaS platforms wired into single sign-on has a wider identity blast radius than a sixty-person business with three, and should be budgeting accordingly.

Reactive versus proactive identity posture

Reactive posture

Where most UK SMEs are today

  • Learns about identity vulnerabilities from the news, days after disclosure
  • Sign-in and audit logs held only for the default retention period
  • Conditional access left as configured at migration, years ago
  • No inventory of which third-party applications trust the tenant
  • Administrative accounts double as everyday user accounts
  • Cannot answer “was our tenant affected?” without the vendor’s help
  • Treats “no customer action required” as the end of the matter

Proactive posture

Where Cloudswitched takes you

  • Vendor advisories monitored and assessed against your estate on disclosure
  • Identity telemetry retained beyond the default and exported independently
  • Conditional access reviewed on a schedule and mapped to real risk
  • Maintained inventory of every application federated to Entra ID
  • Privileged identities separated, scoped and time-bound
  • Able to review your own sign-in history for a stated window unaided
  • Treats a silent vendor fix as the trigger for an internal review

The gap between those two columns is not primarily a technology gap. Nearly every control in the right-hand column is available within the Microsoft 365 and Entra ID licensing that UK SMEs already hold, or is a modest step up from it. The gap is one of ownership: someone has to decide that identity is a system requiring active administration rather than a setting configured once during migration and then left alone. In practice that is what separates the organisations that spent 21 August calmly checking their own sign-in logs from the ones that spent it establishing that they no longer had any.

10.0
CVE-2026-69836 severity — the scale stops here
A practical use of a quiet weekend

There is no patch to apply, so the useful work is verification rather than remediation. Three things are worth doing while this is fresh. Check how long your tenant actually retains sign-in and audit logs, and whether anything is exported outside it — that determines whether you could investigate a window like this one at all. Review your conditional access policies against how the business genuinely works now, not how it worked at migration, paying attention to any legacy authentication still permitted and any exclusions added “temporarily”. And list every third-party application federated to your tenant, because that list is the real answer to what an identity compromise would reach. None of this is urgent in the patch-tonight sense. All of it is the difference between assurance and assumption the next time a vendor fixes something quietly.

At a glance

Detail What is known
Identifier CVE-2026-69836
Affected service Microsoft Entra ID (formerly Azure Active Directory)
Vulnerability class Deserialization of untrusted data
Severity CVSS 10.0 — the maximum the scale allows
Impact Remote code execution; high impact to confidentiality, integrity and availability
Authentication required None — exploitable by an unauthenticated attacker
User interaction required None
Attack complexity Low
Exploited in the wild Yes — confirmed by Microsoft prior to disclosure
Disclosure date Thursday 20 August 2026
Credited reporter Robert Fitzpatrick, principal security engineer
Customer action required None — Microsoft fixed its own cloud infrastructure
Attribution Not disclosed
Exploitation window Not disclosed
Indicators of compromise Not published

The wider pattern this fits into

This is the third distinct shape of cloud-era risk we have covered in a fortnight, and the three are worth reading together. When the NCSC published its interim advice on managing the cyber risk of agentic AI, the underlying warning was about handing autonomy to systems whose failure modes you have not modelled. When Clop was linked to a breach of PLM software affecting major enterprises, the lesson was that a single upstream product can carry an incident into every organisation that uses it. CVE-2026-69836 is the same argument applied to the layer beneath both: not a tool you deployed or an agent you configured, but the service that decides whether anyone is allowed in at all.

The commercial version of the same dependency shows up in our coverage of the Harvest pricing increase, where the problem was not a security failure but a loss of control over a system the business could not easily leave. Infrastructure decisions carry the same logic: as Openreach’s XGS-PON rollout pushes more business function onto connectivity you do not own, and as social-engineering techniques grow more capable — the AI photo-geolocation scam targeting business travellers being a recent example — the practical question for a UK SME is consistently the same. Not whether to depend on external providers, which is no longer a real choice, but what you retain the ability to see, verify and control when one of them has a bad week and tells you very little about it.

Know what happened in your Microsoft 365 tenant

Cloudswitched manages Microsoft 365 and Entra ID for UK businesses — enforcing multi-factor authentication across every account, reviewing conditional access against how your organisation actually works, extending and independently retaining sign-in and audit logs, and keeping a live inventory of every application federated to your tenant. When a vendor fixes something quietly, that is the difference between assurance and assumption.

Talk to us about Microsoft 365 & Cloud Email

Frequently asked questions

Do we need to do anything to protect ourselves from CVE-2026-69836?
No. Microsoft states that no customer action is required. Entra ID is a service Microsoft operates on its own infrastructure, so the fix was applied centrally rather than distributed as an update for customers to install. There is nothing to download, no configuration to change and no maintenance window to schedule. The vulnerability itself is closed. What remains open is the assurance question — whether anything happened in your tenant during the period before the fix — and that is a matter of reviewing your own identity logs rather than applying a patch.
What is Entra ID, and why does a flaw in it matter so much?
Entra ID, previously called Azure Active Directory, is Microsoft’s cloud identity and access management service. It handles authentication for Microsoft 365 and, through single sign-on, for a great many third-party business applications too. It is effectively the front door to your entire cloud estate: it verifies who someone is and issues the tokens that other systems accept as proof. A remote code execution flaw in that service is more serious than the same flaw elsewhere, because the identity provider is the component every downstream application trusts without asking further questions.
What does a CVSS score of 10.0 actually mean?
CVSS is the industry standard scoring system for vulnerability severity, running from 0.0 to 10.0. A 10.0 is the ceiling and is uncommon, because it requires effectively every contributing factor to be at its worst simultaneously. For CVE-2026-69836 that means: exploitable over the network, low attack complexity, no privileges required, no user interaction needed, and high impact to confidentiality, integrity and availability — with the impact reaching beyond the vulnerable component itself. In plain terms, an unauthenticated attacker could exploit it reliably without anyone in your organisation doing anything.
Was our tenant affected? How can we find out?
Microsoft has not published an exploitation window, indicators of compromise, or customer-facing detection guidance, so there is no vendor-supplied way to answer this definitively. What you can do is review your own identity telemetry: sign-in logs for unfamiliar locations, devices or authentication patterns; audit logs for unexpected changes to applications, permissions, conditional access policies or privileged role assignments. Whether that review is possible at all depends on how long your tenant retains those logs. If retention is at the default and the relevant period has aged out, the honest answer is that the question cannot now be settled from your own records.
Who exploited the vulnerability, and for how long?
Microsoft has not said. The advisory confirms exploitation in the wild but discloses no attribution, no start date, no indication of how widespread the activity was and no description of what attackers accessed after successful exploitation. It also does not explain how the exploitation was detected, or how that detection related to the vulnerability report Microsoft credits to principal security engineer Robert Fitzpatrick. This absence of detail is the main reason the disclosure attracted criticism: the fix is not in question, but customers have been given nothing with which to assess their own exposure.
What is a deserialization vulnerability?
Serialization converts an object in memory into a transmittable format; deserialization reverses that, rebuilding a live object from received data. A deserialization vulnerability arises when a system reconstructs data from an untrusted source without adequately validating it first. Depending on the implementation, a carefully crafted payload can cause the receiving system to instantiate attacker-chosen types or trigger code paths during reconstruction, turning what should be inert data into execution. It is a long-standing and well-understood class of flaw, which is part of why finding one at maximum severity in a major identity provider drew such attention.
Would multi-factor authentication have stopped this?
Not the exploitation itself. The flaw required no authentication at all, so controls governing how users prove their identity were not the barrier being tested. MFA remains essential for the far more common attacks — credential theft, password reuse, phishing — and should be enforced on every account without exception. The relevant point is that MFA is a control on the authentication process, whereas this was a flaw in the service performing it. That is precisely why defence in depth matters: conditional access, log retention and monitoring do work that authentication controls cannot.
Is it a problem that Microsoft patched this without telling customers first?
It is the accepted trade-off of consuming identity as a service, and it cuts both ways. The benefit is genuine and considerable: a maximum-severity flaw was closed for every customer simultaneously, with no organisation left exposed because it had not got round to patching. The cost is that customers lose visibility — you cannot verify a fix you did not apply, and you cannot scope an incident whose parameters were not published. Security professionals note that even a well-handled silent fix leaves affected customers unable to confirm whether their own tenant was touched, which is an argument for independent identity monitoring rather than against cloud services.
Should this change how we think about single sign-on?
It should sharpen it rather than reverse it. Single sign-on genuinely improves security in most respects: fewer passwords, consistent policy enforcement, central revocation when someone leaves. What it also does is concentrate trust, so the consequences of an identity-layer compromise extend to every federated application. The sensible response is not to unpick SSO but to know its true extent — maintain a current inventory of every application federated to your tenant, review what each one is permitted to do, and remove those no longer in use. Most organisations discover the list is longer than they expected.
How does Cyber Essentials relate to a vulnerability like this?
Cyber Essentials covers the controls within your own gift — access control, secure configuration, user account separation, security update management — and a vendor-side cloud flaw falls outside those. What certification does provide is the discipline that makes an incident like this survivable: enforced multi-factor authentication, administrative accounts separated from everyday ones, unnecessary access removed, and a documented understanding of your estate. Certification will not stop the next perfect-10 flaw in a cloud service. It substantially shortens the distance between a vendor advisory and a defensible answer about your own environment.

Identity is infrastructure — manage it that way

Entra ID decides who reaches your email, your files and every application behind single sign-on. Cloudswitched manages Microsoft 365 identity for UK businesses end to end: multi-factor authentication enforced everywhere, privileged accounts separated and scoped, conditional access reviewed against how you actually work, sign-in and audit telemetry retained and monitored independently, and a maintained inventory of everything federated to your tenant. When the next advisory says “no customer action required”, you will be able to check for yourself.

Talk to us about Microsoft 365 & Cloud Email
Tags:Microsoft 365AzureIT SupportCyber Essentials
CloudSwitched

London-based managed IT services provider offering support, cloud solutions and cybersecurity for SMEs.

CloudSwitched Service

Cloud Email Solutions

Microsoft 365 email migration, management and security for your team

Learn More

Technology Stack

Powered by industry-leading technologies including SolarWinds, Cloudflare, BitDefender, AWS, Microsoft Azure, and Cisco Meraki to deliver secure, scalable, and reliable IT solutions.

SolarWinds
Cloudflare
BitDefender
AWS
Hono
Opus
Office 365
Microsoft
Cisco Meraki
Microsoft Azure

Latest Articles

23
  • AI

AI Code Review: A UK Development Team's Guide to Using AI Without Introducing Technical Debt in 2026

23 Aug, 2026

AI code review has moved from novelty to default in UK development teams inside about eighteen months. Pull requests now arrive pre-annotated by a model,...

Read more
22
  • Google Ads & PPC

Google Ads Budget Waste: A UK Business Guide to Cutting Wasted PPC Spend in 2026

22 Aug, 2026

Google Ads wasted spend is the single most recoverable line item in most UK SME marketing budgets. It is not a strategy problem and it is rarely a creative...

Read more
21
  • Cyber Security

Cyber Essentials Certification: A UK Business Step-by-Step Guide to Passing First Time in 2026

21 Aug, 2026

Cyber Essentials certification has quietly become a commercial requirement rather than a security badge. It is mandatory for most central government contracts...

Read more

Enquiry Received!

Thank you for getting in touch. A member of our team will review your enquiry and get back to you within 24 hours.