P.K. SHARMA

Cyber security intelligence, AI governance, practitioner analysis

Threat Intel

Microsoft patches 420 flaws and 3 zero-days. Not one zero-day is rated Critical

420 CVEs, 42% of them elevation of privilege, and all three zero-days local. A release where the only exploited bug is rated Important is a release about what happens after the attacker is already inside.

By Parminder Kumar Sharma · · 6 min read

A brass key inserted in a lock cylinder with the pins visible, lit by a deep crimson rim light against a near-black background.

The number nobody agrees on

Microsoft shipped its August 2026 security update on 11 August. Then everybody published a different total.

What each outlet counted

SourceCVEs reported
SecurityWeek421
This site, counted from Microsoft’s release document420
BleepingComputer400
Tenable398
CyberSecurityNews394
All five read the same release on the same day. The spread is 27 CVEs. This site is the row that moved: it first published 438, from an export that turned out to span thirty days rather than one release.

Nobody is wrong. They are counting different things, and the reason is visible in Microsoft's own export.

Microsoft’s machine-readable document for this release carries 420 CVE numbers that Microsoft assigned itself. It also carries 370 more from Chromium and the open source packages inside Azure Linux, which Microsoft reships and which nobody counts as Patch Tuesday. Twenty of them have Customer Action Required set to False: Azure Entra ID, Azure SQL Database, Teams, the Microsoft 365 admin centre, Copilot Cowork, Purview eDiscovery. Those are service-side fixes Microsoft has already deployed. There is nothing to install and nothing to schedule.

Take those out and you have 400, which is BleepingComputer's figure exactly. SecurityWeek's 421 is the full set plus the one Edge entry. The lower counts drop more: some exclude anything without a downloadable package, some appear to exclude Azure entirely.

The three zero-days are all privilege escalation

One actively exploited, two publicly disclosed before a fix existed.

The three zero-days

CVEComponentImpactSeverityStatus
CVE-2026-68820Ancillary Function Driver for WinSockElevation of PrivilegeImportantActively exploited
CVE-2026-62832Windows User Profile ServiceElevation of PrivilegeImportantPublicly disclosed
CVE-2026-72971Container Isolation FS Filter Driver (unionfs.sys)TamperingImportantPublicly disclosed
Impact and severity as Microsoft classifies them. Note the severity column: none of the three is rated Critical, and the exploited one is Important.

Not one is remote code execution. Not one is rated Critical. All three require an attacker to already be running code on the machine.

CVE-2026-68820 is a use-after-free in afd.sys, the driver behind every Windows socket. A locally authenticated attacker with low privileges runs a crafted application, wins a race, and holds SYSTEM. It is the only one confirmed exploited in the wild, and it is rated Important rather than Critical because the severity rubric weighs the requirement for local access.

That rating is correct and it is also the trap. Severity describes the vulnerability. It does not describe your estate.

What the distribution actually says

All 420 CVEs by impact

Elevation of Privilege176 CVEs
Remote Code Execution111 CVEs
Information Disclosure85 CVEs
Spoofing20 CVEs
Denial of Service12 CVEs
Security Feature Bypass11 CVEs
Tampering4 CVEs
Counted from Microsoft’s release document for August 2026. Elevation of privilege is not merely the largest class, it is larger than remote code execution by 65.

176 of 420 are elevation of privilege. That is 42% of the release, and it is 65 more than remote code execution.

This is the sentence worth taking to a patching meeting: the largest thing Microsoft fixed this month, and the only thing being exploited, are both about what an attacker does after they are already inside.

The perimeter framing does not survive that. An organisation that prioritises by "can this be triggered remotely" will deprioritise 176 vulnerabilities including the one under active attack, and will have done so by following a defensible-sounding rule.

How most estates will triage this

  • Sort by CVSS, patch Critical first.
  • Prioritise remote code execution.
  • Treat local-only issues as next month.
  • Measure success by percentage patched.

What the data supports

  • The exploited bug is Important, not Critical, and would sort low.
  • 111 of 420 are RCE. The larger class is what happens next.
  • Local-only is the entire post-compromise toolkit.
  • Measure by whether the exploited CVE is closed on the machines that matter.

Office is a quarter of the release and nobody is talking about it

Where the 420 sit, by product tag

Family or componentCVEsOf which Critical
Office family, all products11924
Microsoft Office SharePoint304
Microsoft Office2914
Microsoft Office Excel283
Microsoft Office Word173
Windows DNS164
Windows DHCP Server141
Windows Win32K130
Largest groups by CVE count, using Microsoft’s own product tag. The Office family row aggregates SharePoint, Office, Excel, Word and PowerPoint.

119 of 420, over a quarter of the release, are in the Office family. Twenty-four of the 62 Critical ratings are there. Microsoft Office alone accounts for 14 Critical CVEs, more than any other single tag.

SharePoint at 30 is the one to look at hardest. It is the product most likely to be internet-facing, most likely to be a version behind, and most likely to be owned by a team that does not think of itself as running a web application.

The 40 critical remote code execution entries, by product

Of the 62 rated Critical, 40 are remote code execution. That is the subset worth a change window rather than a monthly cycle, and it is concentrated rather than spread.

Critical remote code execution, grouped

Product groupCritical RCE
Microsoft Office14
Windows DNS4
Microsoft Office Excel3
Microsoft Office Word3
Azure and Device Health Attestation2
Windows GDI+2
Active Directory Certificate Services1
Windows Deployment Services1
Windows DHCP Server1
Windows iSCSI Target Service1
Windows RRAS1
Windows SSTP1
Reliable Multicast Transport Driver1
Microsoft QUIC1
Remote Desktop Client1
SharePoint1
Azure Service Bus1
Azure Confidential Ledger1
40 of the 62 Critical entries. Microsoft Office alone carries 14, more than any other product group and more than Windows DNS, GDI+ and Remote Desktop combined.

This briefing first carried a twentieth row: CVE-2021-34474, a Dynamics 365 Business Central issue with a five-year-old identifier, offered as an example of a revised advisory breaking a script keyed on the current year. It is not in the August release. It came from a thirty-day export, and so did eighteen other entries and the original total of 438. The correction is set out at the end, because a briefing arguing that counting method decides the number should show its own working when the method turns out to be wrong.

What to do this week

Take this with you

In this order, and the order is the point

  • Close CVE-2026-68820 on anything a user logs into. It is the only confirmed exploitation, it is a local privilege escalation, and workstations are where local access starts.
  • Do not sort this month by severity alone. The exploited CVE is rated Important and will sit below 62 Critical entries that nobody is exploiting.
  • Filter the release to your own estate before triaging it. The [Patch Tuesday browser](/tools/patch-tuesday) does product, severity and impact in the browser and exports what you filtered as CSV for a change record.
  • Count your own total before quoting one. Strip the 20 service-side entries if you are reporting on patching effort, keep them if you are reporting on exposure, and say which you did. Check also that whatever you exported covers one release and not thirty days.
  • Treat SharePoint as an internet-facing web application this month, because 30 CVEs including 4 Critical landed on it and it is frequently owned by a team that does not patch on a security cadence.
  • Check whether your vulnerability scanner counts the Azure and Teams entries. If it does, your remediation percentage is being diluted by 20 things you cannot action.
  • Assume local privilege escalation is the objective rather than the consolation prize. 42% of this release is what an attacker reaches for once phishing has worked.

The position

Patch Tuesday coverage has settled into a format: a headline count, the zero-day names, a list of the Critical entries. It is accurate and it is close to useless, because the headline count is contested, the Critical list does not contain the exploited bug, and the shape of the release goes unmentioned.

The shape is the finding. A release where 42% of the content is privilege escalation, and the sole exploited vulnerability is privilege escalation rated Important, is a release about post-compromise activity. That is a statement about where attackers are spending their time, and it is available to anybody who opens the release document rather than the press release.

The same reading applies to the pattern this site covered on 11 August, when an AI agent produced 84 flaws in 5G core software and 23 still had no fix. Volume is not the constraint any more. Triage is. And triage that sorts on severity alone will get this month wrong.

Correction, 12 August 2026

This briefing was published on 12 August with a total of 438 CVEs and republished the same day with 420.

The first figure came from a spreadsheet exported from Microsoft's Security Update Guide. That view is a rolling thirty-day window, not a release. It carried nineteen entries that belong to July's Patch Tuesday or to long-standing Dynamics advisories being re-published, and it omitted nothing, so every derived figure was slightly too high: 181 elevation of privilege rather than 176, 64 Critical rather than 62, 41 Critical remote code execution rather than 40.

The second figure comes from the CVRF document Microsoft publishes for the release itself, read by script. That is the artefact the release note points at, and it is addressable per month, so this is now reproducible rather than transcribed.

The argument is unchanged and the correction sharpens it. Elevation of privilege is still the largest class by 65. The exploited vulnerability is still rated Important. What moved is the headline number, and it moved because of exactly the thing this briefing accused five outlets of: counting a different set and calling it the same month. The corrected total of 400 requiring action is BleepingComputer's figure precisely.

The Patch Tuesday browser and the JSON endpoint were rebuilt from the same document at the same time.

Sources

  1. PrimaryAugust 2026 Security Updates release note and Security Updates exportMicrosoft Security Response Centeraccessed 2026-08-12
  2. Reported byAugust 2026 Patch Tuesday: Microsoft Fixes 421 CVEs, One Exploited Zero-DaySecurityWeekaccessed 2026-08-12
  3. Reported byMicrosoft August 2026 Patch Tuesday fixes 400 flaws, 3 zero-daysBleepingComputeraccessed 2026-08-12
  4. Reported byMicrosoft's August 2026 Patch Tuesday Addresses 398 CVEsTenableaccessed 2026-08-12

Share this briefing

Know someone who owns this problem? Send it to them.

Related briefings

The briefing, in your inbox

Practitioner analysis of cyber and AI security news. No vendor noise.

One email per briefing. Unsubscribe any time.