REDMOND, 11 AUG 2026 — Microsoft's August update fixes 421 flaws, or 400, or 394, depending on which report you read. All three numbers are defensible. Only one of the bugs is being exploited, and North Korea got there first.

The exploited flaw is CVE-2026-68820, a use-after-free in the Windows Ancillary Function Driver for WinSock — afd.sys, the driver that sits under every socket the operating system opens.

Why the totals disagree

This is worth settling first, because a reader comparing two headlines will conclude one of them is wrong. Neither is.

421Bugs in Microsoft's own products, the count The Register and SecurityWeek use.
400BleepingComputer's figure, which excludes flaws in Mariner, Teams, Azure, Entra, Office and Power Apps fixed earlier in the month.
394A third count in circulation, narrower again.
622July's total. August is roughly 200 fewer, and still historically enormous.

The counts differ because "a Patch Tuesday CVE" is not one thing. Cloud services get patched continuously and are folded in or left out depending on the tallier; browser flaws are sometimes counted with Edge's own cadence; and products shipped outside the monthly cycle can be attributed to the month they landed or the month they were bundled.

The upshot: month-on-month comparisons are only meaningful if you stick to one publication's counting rule. Take the trend from a single source and ignore the absolute number.

The one that matters

Volume is a distraction. Of 421 flaws, exactly one is known to have been used against anybody.

CVE-2026-68820 is a race condition: the exploit turns on how afd.sys handles a socket created while several threads reach it at once. Winning that race gives code execution with SYSTEM privileges and, in Microsoft's description, no user interaction required.

North Korea's Lazarus Group was exploiting it as a zero-day from June. For roughly two months, the flaw was live, unknown, and unpatched. Anyone hit during that window was compromised by a bug with no public name or number.

It is a local privilege escalation, not remote code execution, so it is not a worm. It is the second half of an intrusion: something else gets a foothold, this turns that foothold into SYSTEM.

The other two zero-days

Both were publicly disclosed before the patch, and neither is known to be exploited.

CVE-2026-62832 is an elevation-of-privilege flaw in the Windows User Profile Service. An attacker with credentials for another local account can run a crafted application that loads a different user's registry hive, potentially reaching administrator. It matches the publicly known "LegacyHive" issue.

CVE-2026-72971 is a link-following flaw in the Windows Container Isolation FS Filter Driver, also elevation of privilege.

These three zero-days reflect the pattern of the whole release. Elevation of privilege is the single largest category, accounting for 176 of the flaws. Attackers are not mostly hunting for ways in. They are hunting for ways up.

Why the numbers got so large

The Register attributes the volume to AI-assisted vulnerability discovery and fixing becoming standard practice, and calls the elevated count "the new norm".

Plausible, but with a caveat: a rising CVE count is not the same as rising risk. It can mean more bugs are being found in code that already had them, which is the system working. It can also mean disclosure is outpacing the ability of anyone downstream to act.

For a defender, 421 CVEs a month is not a threat measurement. It is a workload measurement, and the workload has roughly doubled against historical norms without anyone's patching capacity doubling.

What to do with this

Triage by exploitation, not by count or by severity rating.

One flaw here is being used in the wild. That is the one with a deadline attached, and under the three-day federal remediation regime we wrote about earlier today it is also the shape of bug that arrives with a compromise-assessment obligation for US agencies.

The next tier down is the "critical" list: 42 flaws, including 37 for remote code execution and 5 for elevation of privilege, by BleepingComputer's tally. Worth checking against what you actually expose. Most of the rest are elevation of privilege on systems an attacker has to reach first. We have not subtracted one count from another here, because the critical figure and the 421 headline come from different counting rules, and mixing them produces a number that means nothing.

Zero Day Initiative flagged five further bugs as notable beyond the two Microsoft itself highlighted, which is a useful second opinion when a vendor's own "notable" list runs to two entries out of 421.

What to watch

Whether CVE-2026-68820 shows up in commodity tooling. Once a patch reveals the underlying bug, a state-actor's exploit often gets copied into commodity malware.

Whether the monthly count keeps falling. August is down about 200 from July's 622, and two months is not a trend — but if AI-assisted discovery is the cause, the interesting question is whether the backlog is being drained or the rate is simply settling higher than it used to be.