Microsoft Patch Tuesday August 2026

Microsoft Patch Tuesday August 2026


Microsoft’s August 2026 Patch Tuesday is another substantial security release, addressing 421 vulnerabilities across Windows, Office, Azure, Exchange Server, SharePoint Server, developer tooling and other Microsoft products.

More importantly, the release contains three zero-day vulnerabilities. One of them, CVE-2026-68820, is already being exploited in the wild and can allow a local authenticated attacker to escalate privileges to SYSTEM.

The other two zero-days, CVE-2026-62832 and CVE-2026-72971, were publicly disclosed before Microsoft released fixes.

The raw vulnerability count is significant, but the real security story is the combination of active exploitation, local privilege escalation, remote-code-execution vulnerabilities and weaknesses affecting enterprise infrastructure and identity services.

August 2026 Patch Tuesday at a Glance

Microsoft’s broader August security release contains: Category Vulnerabilities

  • Total 421
  • Critical 62
  • Important 357
  • Elevation of Privilege 178
  • Remote Code Execution 109
  • Information Disclosure 84
  • Spoofing 20
  • Denial of Service 12
  • Security Feature Bypass 11
  • Zero-days 3
  • Actively exploited 1

The category totals explain why this month’s release should not be viewed simply as an endpoint-patching exercise. The majority of vulnerabilities are either privilege-escalation or remote-code-execution issues, creating significant opportunities for attackers who already have an initial foothold or can reach vulnerable services remotely.

There is a reporting difference worth understanding: some security researchers count approximately 400 vulnerabilities released specifically on August 11, while Qualys and other trackers count the broader Microsoft August release at 421. The difference results from vulnerabilities Microsoft published earlier in the month across products such as Azure, Office, Teams and other services.

For vulnerability-management purposes, the broader 421-CVE figure is useful because it represents the complete August Microsoft security workload.

The Most Important Vulnerability: CVE-2026-68820

Windows Ancillary Function Driver for WinSock Elevation of Privilege

CVE: CVE-2026-68820
Component: Windows Ancillary Function Driver for WinSock (afd.sys)
Type: Use-after-free / race condition
Impact: Elevation of Privilege
Exploitation: Actively exploited

This is the vulnerability that should drive immediate patch prioritization.

The flaw exists in the Windows Ancillary Function Driver for WinSock, the kernel-mode component associated with the Windows Sockets API.

Microsoft describes the vulnerability as a use-after-free condition. A locally authenticated attacker can execute a specially crafted application to trigger a race condition and ultimately obtain SYSTEM privileges. User interaction is not required.

The attack model is important:

Authenticated local access → AFD.sys exploitation → privilege escalation → SYSTEM

The vulnerability therefore does not represent a typical unauthenticated Internet-facing RCE.

Its danger comes from what happens after an attacker has already gained local execution.

That makes CVE-2026-68820 particularly relevant to intrusion chains involving:

  • phishing
  • malware execution
  • stolen credentials
  • malicious insiders
  • compromised applications
  • remote-access compromise
  • post-exploitation activity

Lazarus exploitation

The risk is elevated because exploitation has already been observed.

Check Point reported that the North Korean Lazarus threat actor exploited CVE-2026-68820 as a zero-day to deploy a new version of the FudModule kernel-mode rootkit.

That combination is particularly concerning.

The attacker is not merely attempting to obtain administrator privileges.

The reported objective involves deployment of kernel-mode malware, providing an attacker with a much deeper level of control over the compromised Windows system.

Security teams should therefore treat this vulnerability as an emergency remediation item, regardless of its CVSS score.

CVE-2026-62832: Windows User Profile Service

The second zero-day is:

CVE-2026-62832 – Windows User Profile Service Elevation of Privilege

The vulnerability involves improper link resolution before file access, commonly described as a link-following vulnerability.

An authenticated attacker who has credentials for another local account can execute a specially crafted application that loads another user’s registry hive.

Successful exploitation can allow the attacker to access or modify another user’s data and obtain administrator privileges.

The vulnerability was publicly disclosed before Microsoft’s patch became available.

Microsoft considers exploitation likely, making this an important vulnerability for organizations with:

  • shared Windows systems
  • terminal servers
  • administrator workstations
  • jump servers
  • developer systems
  • systems with multiple local accounts

The important security boundary here is the local user-to-administrator transition.

It is therefore another vulnerability that can become highly valuable after initial access.

CVE-2026-72971: Windows Container Isolation

The third zero-day is:

CVE-2026-72971 – Windows Container Isolation FS Filter Driver (unionfs.sys) Tampering

This is another link-following vulnerability, but its impact is different from CVE-2026-62832.

Microsoft describes it as allowing an authenticated attacker to perform local tampering through the Windows Container Isolation FS Filter Driver. The vulnerability was publicly disclosed, although Microsoft assesses it as less likely to be exploited than CVE-2026-62832.

Organizations running Windows container infrastructure should therefore give this vulnerability additional attention.

The risk is particularly relevant where container isolation is being relied upon as a security boundary.

Critical Remote Code Execution Vulnerabilities

The zero-days dominate the headlines, but they are not the entire story.

The August release also contains a significant number of Critical RCE vulnerabilities affecting infrastructure and enterprise services.

Several deserve particular attention.

Windows DNS Server

CVE-2026-62878 is a Windows DNS Server RCE vulnerability highlighted by security researchers as one of the vulnerabilities defenders should prioritize.

DNS infrastructure deserves elevated attention because compromise of a DNS server can have consequences beyond the individual host.

DNS sits at the center of enterprise network communication and can influence where systems connect and how services are discovered.

A vulnerable DNS server should therefore be assessed based on:

  • network exposure
  • role
  • domain membership
  • privileged access
  • internal trust relationships
  • business criticality

Windows Deployment Services TFTP

CVE-2026-62893 affects Windows Deployment Services TFTP and is another RCE vulnerability highlighted in the August release.

Organizations using Windows Deployment Services should identify affected infrastructure and determine whether the service is reachable from untrusted network segments.

Microsoft QUIC

CVE-2026-62815 is a Microsoft QUIC RCE vulnerability.

QUIC is increasingly relevant to modern Microsoft networking, making asset discovery important when assessing applicability.

Security teams should determine which systems have the affected component enabled rather than assuming that every Windows system has the same exposure.

Microsoft HPC Pack

CVE-2026-59124 affects Microsoft HPC Pack and is another RCE vulnerability highlighted by researchers.

Although HPC infrastructure is specialized, its concentration of computing resources and potentially privileged workloads makes it important from an attack-path perspective.

Identity Infrastructure Is Part of the Patch Surface

One of the more important strategic aspects of the August release is the presence of vulnerabilities affecting Microsoft’s identity ecosystem.

Among the Critical vulnerabilities identified by Qualys are:

  • CVE-2026-50481 – Azure Active Directory Elevation of Privilege
  • CVE-2026-62869 – Azure Entra ID Spoofing
  • CVE-2026-68823 – Azure Confidential Ledger RCE
  • CVE-2026-50515 – Azure Service Bus RCE

These vulnerabilities demonstrate why Microsoft patch management increasingly overlaps with identity security and cloud security.

A vulnerability in an identity service can have a much larger blast radius than a vulnerability affecting an isolated endpoint.

From an attack-path perspective:

Endpoint compromise → privilege escalation → identity compromise → lateral movement

is often more consequential than simply achieving code execution on one machine.

Exchange Server

Microsoft Exchange Server also receives security fixes during the August cycle.

One notable vulnerability is:

CVE-2026-62911 – Microsoft Exchange Server Elevation of Privilege

Exchange should remain a high-priority application because of the information and authentication relationships surrounding enterprise messaging.

An attacker compromising messaging infrastructure may gain access to:

  • sensitive communications
  • internal organizational information
  • authentication artifacts
  • executive correspondence
  • business processes
  • additional attack paths

Security teams should therefore treat Exchange vulnerabilities according to the role of the server rather than simply applying the generic severity rating.

SharePoint Server

SharePoint is another significant part of the August release.

SecurityWeek reports 30 SharePoint Server vulnerabilities in the August security update set.

For organizations running on-premises SharePoint, this deserves specific attention because SharePoint frequently represents a high-value internal application containing:

  • corporate documents
  • sensitive business information
  • workflows
  • application integrations
  • privileged service accounts

SharePoint should therefore be included in the accelerated patching wave where affected versions are present.

Office and Developer Tools

The August release is not limited to Windows infrastructure.

SecurityWeek’s breakdown identifies:

  • 98 Office vulnerabilities
  • 98 Office 2016 vulnerabilities
  • 26 Developer Tools vulnerabilities

The developer-tooling component is particularly relevant because Microsoft is also addressing vulnerabilities in products such as Visual Studio Code and GitHub Copilot.

This expands the patching discussion beyond traditional infrastructure.

Developer workstations often have:

  • source-code repositories
  • cloud credentials
  • SSH keys
  • package-management credentials
  • CI/CD access
  • privileged development tooling

A vulnerability affecting a developer workstation can therefore create a substantially larger attack path than its endpoint classification suggests.

The Bigger Security Pattern

The August release demonstrates a recurring problem with conventional vulnerability prioritization.

A vulnerability scanner may present:

CVSS → Severity → Patch

But modern vulnerability management needs more context.

A better model is:

Exploitability × Exposure × Privilege × Asset Criticality × Threat Intelligence × Business Impact

Consider CVE-2026-68820.

Its significance comes from the combination of:

Active exploitation

Local execution

Privilege escalation

SYSTEM access

Kernel-level impact

Observed threat-actor activity

That makes it considerably more urgent than an equally severe vulnerability that has no known exploitation and exists only on an isolated system.

What Security Teams Should Do

The August remediation process should begin with asset applicability, not with the total CVE count.

1. Find CVE-2026-68820 first

Identify every supported Windows client and server affected by the AFD/WinSock vulnerability.

Because exploitation is confirmed, this should be removed from the normal vulnerability queue and handled through an accelerated remediation workflow.

2. Identify the two publicly disclosed zero-days

Search specifically for:

CVE-2026-62832

and

CVE-2026-72971

The first should receive particularly high attention because Microsoft expects exploitation to be more likely.

3. Identify exposed infrastructure

Prioritize vulnerable:

  • DNS servers
  • remote-access systems
  • deployment services
  • Exchange servers
  • SharePoint servers
  • Azure services
  • identity infrastructure
  • HPC environments

4. Prioritize privileged systems

A vulnerability on:

Domain infrastructure

Identity infrastructure

Certificate services

Administrative workstations

Security-management systems

should generally receive greater priority than the same vulnerability on an isolated user endpoint.

5. Correlate vulnerability data with threat intelligence

Patch prioritization should incorporate:

  • CISA KEV status
  • EPSS
  • exploit availability
  • public disclosure
  • threat-actor activity
  • Internet exposure
  • asset criticality
  • attack-path relationships

This is particularly important for CVE-2026-68820 because active exploitation has already been reported.

Threat Hunting After Patching

Patching CVE-2026-68820 should not automatically close the investigation.

Because exploitation has been observed, organizations should examine endpoint telemetry for signs of prior compromise.

Useful hunting areas include:

  • suspicious local privilege escalation
  • unusual SYSTEM processes
  • anomalous process trees
  • unexpected driver activity
  • unauthorized kernel components
  • attempts to disable or tamper with EDR
  • unexpected service creation
  • suspicious executable launches
  • persistence mechanisms
  • known Lazarus/FudModule indicators

The purpose is not simply to determine whether the patch is installed.

It is to answer a more important question:

Was the vulnerability exploited before the organization patched it?

Patch Management Should Move Beyond CVSS

The August 2026 release reinforces an important vulnerability-management principle:

Severity is not the same as risk.

A CVSS score tells us something about the technical characteristics of a vulnerability.

It does not tell us:

  • whether attackers are exploiting it
  • whether our systems are exposed
  • whether the affected asset is business critical
  • whether exploitation provides privileged access
  • whether the vulnerability creates an attack path to sensitive systems

That requires environmental context.

A mature vulnerability-management program should therefore combine:

CVSS + EPSS + KEV + Exploit Intelligence + Asset Criticality + Exposure + Identity Context + Attack Path

That is the difference between patch compliance and risk-based vulnerability management.

Final Takeaway

Microsoft’s August 2026 Patch Tuesday is large, but the number 421 is not the most important statistic.

The most important fact is that CVE-2026-68820 is already being exploited.

The vulnerability provides a path from local authenticated execution to SYSTEM-level privileges through a Windows kernel-mode component. The reported use of the vulnerability by Lazarus to deploy the FudModule kernel-mode rootkit makes the threat materially more serious.

Two additional zero-days — CVE-2026-62832 and CVE-2026-72971 — expand the urgency beyond the actively exploited issue.

Around those three vulnerabilities sits a broad collection of RCE, privilege-escalation and information-disclosure vulnerabilities affecting Windows, Office, Azure, Exchange, SharePoint and developer tooling.

The correct response is therefore not:

“Patch all 421 vulnerabilities.”

It is:

“Identify the vulnerabilities that create the most credible attack paths into our environment, then eliminate those paths first.”

For August 2026, that means starting with the actively exploited Windows kernel vulnerability, moving immediately into the publicly disclosed zero-days and exposed Critical RCEs, and then systematically addressing the remaining Microsoft attack surface.

Patch Tuesday is no longer just a patching event. It is a monthly test of how mature an organization’s vulnerability-risk decision process really is.

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.