Microsoft Patches 398 Security Flaws in August

Microsoft's massive August Patch Tuesday addresses 398 flaws, including an actively exploited zero-day and 42 critical vulnerabilities.

By Central
The August Patch Tuesday release includes a record number of patches driven by AI-assisted vulnerability discovery.
Highlights
  • Microsoft's August Patch Tuesday includes 398 security fixes, with one zero-day already under active exploitation.
  • AI-assisted vulnerability discovery is driving the unprecedented volume of monthly security patches.
  • Organizations should prioritize the exploited zero-day and critical flaws when deploying the August updates.

Microsoft today released patches for 398 security flaws across its Windows operating systems and supported software, delivering an August update bundle that includes one actively exploited zero-day, two vulnerabilities that were publicly disclosed before today, and 42 flaws rated critical. It is the third consecutive month in which the software giant has shipped a historically massive Patch Tuesday release — and a clear signal that the era of modest monthly security updates is over.

August’s update load falls short of the record-shattering 570-plus fixes Microsoft shipped in July, but it still doubles the roughly 200 patches the company pushed out in June, a volume that was itself considered unprecedented at the time. The pattern is now well established across the industry: security researchers armed with artificial intelligence are discovering vulnerabilities far faster than ever before, and organizations are being asked to absorb the consequences of that discovery in increasingly sizable monthly doses.

Microsoft Patches 398 Security Flaws in August: The New Normal for Patch Tuesday

For security teams, the headline number — 398 — is staggering on its own. But what matters most is what sits inside the bundle. One of those flaws, a privilege escalation weakness in a core Windows networking component, is already being exploited by attackers in the wild. Two others were publicly detailed before Microsoft had a fix ready, and 42 of the patched vulnerabilities carry the company’s most-dire “critical” rating.

Critical is Microsoft’s highest severity classification, reserved for vulnerabilities severe enough that malware or malicious actors could exploit them to gain remote control over a Windows computer with little to no help from the user. A critical flaw typically means remote code execution without meaningful authentication requirements — the kind of bug that could allow an attacker to compromise a system simply by getting a user to visit a malicious webpage, open a crafted document, or expose a network service to an untrusted host.

The remaining vulnerabilities in the August batch are largely rated “important,” a step below critical but still serious. Important vulnerabilities can be exploited to compromise confidentiality, integrity, or availability, but they generally require some form of user interaction or preexisting access. The sheer volume of those important fixes is a reminder that attackers do not always need the most severe bug; a chain of two or three moderate flaws can be just as destructive as a single critical one.

Security professionals now widely agree that Windows users should get used to the idea of Patch Tuesdays covering hundreds of newly discovered security flaws. The forces driving this shift — chiefly AI-assisted vulnerability discovery — are not slowing down, and neither is the volume of bugs flowing into the update pipeline.

What Is CVE-2026-68820, the Actively Exploited Zero-Day in afd.sys?

CVE-2026-68820 is a privilege escalation vulnerability in afd.sys, a core Windows component that serves as the driver behind Windows socket connections on effectively every endpoint. Microsoft confirmed that the flaw is being actively exploited, making it the single most urgent fix in this month’s release. An attacker who has already secured a low-privilege foothold on a system can exploit the bug to elevate their access and take full control of the machine.

Landon Miles, a security researcher at Automox, described the flaw with useful clarity. “This isn’t a front-door bug,” Miles wrote in a Patch Tuesday analysis. “It’s step two in a chain: an attacker phishes their way into a low-privilege foothold, then uses the driver flaw to take the box.”

That framing is important for prioritization. The afd.sys vulnerability is not something a remote attacker can hit directly from the internet. It is the second stage of a two-step assault. First, the attacker gains an initial foothold on a system — often through a phishing email, a malicious attachment, or a compromised website that delivers a dropper. That initial foothold typically gives the attacker low-level access. Then, to convert that access into full administrative control, the attacker needs exactly the kind of privilege escalation vulnerability that CVE-2026-68820 represents.

The bug carries a CVSS score of 7.0, which appears relatively modest next to the 8.0 and 9.0 scores scattered throughout this month’s release. But as Miles explained, the score reflects the complexity of exploitation, not the severity of its consequences. Race conditions are notoriously difficult to win — an attacker must carefully time and repeat their attempts to trip the kernel into an insecure state. “The exploit has to be thrown over and over until the timing lands,” Miles noted.

The persistence required, however, is evidently paying off for someone. “Someone is clearly landing it anyway,” Miles added, pointing to Microsoft’s confirmation that the vulnerability is being exploited in the wild. Once a race condition is understood and a reliable exploit is developed, the difficulty of exploitation can drop considerably. Organizations should treat any zero-day in a kernel component — particularly one involved in networking — as an immediate and serious exposure.

Two More Publicly Known Flaws: CVE-2026-62832 and CVE-2026-72971

Beyond the confirmed zero-day, August’s release addresses two additional vulnerabilities that were publicly documented before Microsoft shipped its fixes. Public disclosure matters because it places a roadmap in the hands of attackers, who can study the technical details and build working exploit code well before a patch is broadly deployed.

CVE-2026-62832: A Likely Exploited Flaw in the Windows User Profile Service

CVE-2026-62832 is a privilege escalation vulnerability in the Windows User Profile Service, the component responsible for loading and managing user profiles as users sign in and start working on a machine. Microsoft has labeled the flaw as likely to be exploited, the designation the company reserves for vulnerabilities where the technical conditions are favorable and attacker interest is expected.

Security researchers have tentatively connected this flaw to the recent “LegacyHive” public disclosure from the prolific bug hunter known as Nightmare Eclipse. That research investigated how Windows handles legacy registry hive structures during profile transitions and system migrations. Registry hives contain the configuration data that applications and the operating system rely on, and when older hive formats are loaded insecurely, an attacker with a foothold on a system may be able to manipulate the process to achieve code execution with elevated privileges.

The connection to a public disclosure is a strong reason to treat this patch with urgency. Microsoft may not have observed active exploitation yet, but the label “likely to be exploited” reflects an internal threat assessment that assumes attack attempts are close behind. Organizations that are slow to deploy this particular fix may find themselves racing attackers who have had prior access to the technical details.

CVE-2026-72971: A Low-Impact Tampering Flaw

The other publicly disclosed vulnerability, CVE-2026-72971, presents a very different risk profile. Microsoft categorizes it as a low-impact local tampering flaw and estimates it is unlikely to be exploited. Tampering vulnerabilities of this type generally allow an attacker with existing access to alter data or configuration values on a system, but they do not provide the kind of dramatic consequences associated with remote code execution or full privilege escalation.

For most organizations, CVE-2026-72971 will be patched during the normal cycle — worth addressing, but not deserving of emergency prioritization. Its presence in this month’s bundle, however, underscores how broad Microsoft’s vulnerability pipeline has become. Even low-impact issues are now discovered and disclosed at volumes that would have been unthinkable just a couple of years ago.

Why Did Microsoft Ship So Many Patches in August? AI Is Rewriting Vulnerability Discovery

The obvious question for anyone managing a modern IT environment is why Microsoft has now shipped hundreds of patches for three consecutive months. The company’s own explanation is direct: artificial intelligence is fundamentally accelerating the pace of vulnerability discovery.

AI systems are exceptionally well suited to the kind of analytical work that vulnerability hunting requires. They can scan millions of lines of source code, identify anomalous patterns, map complex attack surfaces, reverse-engineer binary components, and systematically test countless potential failure conditions — all at a speed and scale that human analysts cannot match. The result is a steady stream of newly discovered flaws entering the patching pipeline.

This is a double-edged development for the security community. On one side, AI is helping find and fix vulnerabilities before attackers can exploit them, shrinking the pool of unknown bugs that criminals can rely on. On the other, AI is also being used by attackers to accelerate their own research, and the sheer volume of fixes places an enormous operational burden on the organizations tasked with deploying them.

Cybersecurity professionals across the industry have watched this shift unfold with a mix of appreciation and alarm. Better vulnerability discovery is unambiguously good for the security ecosystem. But the transition has been abrupt, and it has caught many organizations in a difficult position, straining the staff, processes, and tooling that have historically been calibrated for a much slower stream of updates.

The Industrywide Shift to Bigger and More Frequent Security Updates

Microsoft is not alone in feeling these forces. Adobe, which has long maintained a strict monthly security bulletin schedule, moved last month to twice-monthly advisories published on the second and fourth Tuesday of each month — an acknowledgment that its own vulnerability pipeline has outgrown its publishing cadence.

Cisco, Google, Mozilla, and Oracle have all made similar adjustments, shipping updates more frequently and in larger volumes. The industry as a whole is adapting to a reality in which AI-assisted researchers are uncovering far more vulnerabilities than traditional manual analysis ever did. The phrase “bugpocalypse” has begun circulating among security professionals to describe the resulting torrent of disclosures.

For organizations, the practical consequence is that vulnerability management is no longer a monthly chore — it has become a continuous, always-on discipline. Patch deployment strategies that worked well when a typical month brought a few dozen manageable fixes are straining under the weight of releases that can number in the hundreds. This is not a temporary condition. Every indication from Microsoft, Adobe, and other major vendors suggests the volume of discoveries will continue to grow as AI tools become more capable and more widely adopted.

Can AI Fix the Vulnerabilities It Finds? The 1Password Research Says Proceed with Caution

For all of AI’s demonstrated skill at finding vulnerabilities, the question of whether it can reliably fix them is still very much unsettled. The distinction is crucial because AI systems are increasingly being used not only to discover flaws but also to suggest patches for them.

Researchers at 1Password recently examined what happens when different large language models generate vulnerability patches for newly disclosed, complex vulnerabilities. The results were sobering: the LLMs produced patches that failed to fix the underlying flaw, introduced a new weakness during the patching process, or both — in more than half of the cases.

Why do AI-generated patches so often miss the mark? Generating a correct patch requires more than understanding a single flawed function. A fix must account for the surrounding codebase, the data flows that interact with the vulnerable code, the security invariants that must be preserved, and the runtime environment in which the software operates. A patch that closes one bug while opening a second — or one that appears to address the problem but leaves an edge case exposed — can leave an organization in a worse position than it started from.

This does not mean AI has no role in patch generation. It means AI cannot be allowed to operate without oversight. The same models that are accelerating vulnerability discovery are also, in many cases, suggesting the fixes for the issues they find. Organizations that blindly trust those suggestions are taking on significant risk.

The Human-in-the-Loop Approach to AI-Generated Patches

Ed Skoudis, president of the SANS Technology Institute, has observed that his team has seen excellent results using AI to generate patches — but only under specific conditions. In a SANS newsletter published today, Skoudis described what separates effective AI-assisted patching from ineffective attempts.

“AI is rapidly becoming astonishingly good at finding vulnerabilities,” Skoudis wrote, “but this research shows that fixing them is a very different problem.” His advice for security teams was direct and practical: “Don’t expect one-shot AI patching to work reliably. Instead, iterate, test, challenge, improve, and verify. AI can be an extraordinary patching partner, but today it still needs a skilled human at the keyboard.”

What does that human-in-the-loop model look like in practice? A developer or security engineer takes a vulnerability report, uses an AI tool to generate an initial patch proposal, then rigorously tests that proposal against the original vulnerability to confirm it has actually been resolved. The next step is testing for regressions and compatibility issues across the broader codebase, then iterating on the patch until it satisfies both security and stability requirements. The final result is often a collaboration between machine-generated code and human judgment, refined over multiple rounds.

This approach carries a clear lesson for organizations considering adopting AI-powered patching tools: use them, but keep a human accountable for the outcome. The technology is an accelerator, not an oracle.

How Should Organizations Handle the Growing Patch Load? With Strategy, Not Panic

Tyler Reguly, a security researcher at Fortra, cautioned that organizations should not allow the headlines of a 398-flaw release to push them into hasty decisions. The instinct to patch faster in response to alarming numbers is understandable, but speed without testing can create its own set of problems — outages, application breaks, and unexpected incompatibilities that often prove more disruptive than the vulnerabilities the patches were meant to fix.

“There’s no need to rush these updates, no matter what various vendors and organizations try to tell you,” Reguly said. “You need to make sure that you are rolling out safe updates that will not negatively impact your systems.”

Reguly also pointed to a counterintuitive detail in this month’s release: of the 398 vulnerabilities patched, only one is known to be actively exploited. That fact should not be read as a reason to ignore the rest — attackers frequently pivot to newly disclosed vulnerabilities once patches are analyzed — but it does provide perspective. The enormous majority of today’s fixes are addressing weaknesses that have not yet been weaponized, and that gives organizations some breathing room to deploy them carefully.

The deeper operational question is how security teams will continue to sustain this workload. Patching hundreds of vulnerabilities per month is not a sprint; it is the new marathon. Reguly encouraged security leaders to pay attention to the strain on their teams and to actively support changes in workflow that accommodate the new cadence. “If you’re a chief security officer, talk to your teams about how they are shifting or modifying their workflows to better accommodate the patching shift that we’re seeing,” he advised. “Support them across various organizational units by enabling the changes they want to see made.”

Practical Guidance Before You Deploy the August Updates

Before applying this month’s update bundle, a few precautions are worth emphasizing.

First, back up your system and your data. Patch failures and update-induced instability are rare but not unheard of, and a reliable backup is the cheapest insurance available against an update that goes sideways. The stakes of applying a bad patch to an unbacked-up system can far exceed the stakes of the vulnerability being fixed.

Second, consider waiting a few days before deploying the full bundle. The day after each month’s Patch Tuesday is sometimes derisively referred to as Reboot Wednesday — the day when the most visible side effects of a large update tend to surface. It sometimes takes a couple of days for the occasional misbehaving patch to be identified and corrected by Microsoft, and organizations that deploy immediately often find themselves applying follow-up fixes or workarounds.

Third, prioritize by risk rather than by volume. Start with the confirmed zero-day and the “likely to be exploited” disclosures, then work through the critical-rated vulnerabilities that affect internet-facing services and user-facing applications. Reserve the remainder for your standard change-management cycle.

For teams seeking a methodical path through this month’s release, the SANS Internet Storm Center has published a comprehensive roundup of the August patches organized by severity and urgency, offering a practical resource for prioritization and deployment planning.

The broader lesson of August’s Patch Tuesday is that the security industry has crossed a threshold. AI has transformed vulnerability discovery from a slow, largely manual endeavor into a high-throughput pipeline, and the volume of fixes now shipping each month is the visible consequence. But the same technology driving that transformation is not yet ready to close the loop without human judgment. The near-term direction of security — for Microsoft, for the industry, and for every organization that depends on them — will be defined by how effectively we pair machine-speed discovery with human-speed wisdom in testing, decision-making, and careful deployment.

Share This Article