Microsoft's record September 2026 Patch Tuesday patches ~974 vulnerabilities, including two actively exploited Windows zero-days
Microsoft shipped its largest-ever monthly patch batch, fixing 964–974 vulnerabilities (counts vary by source), among them two actively exploited privilege-escalation zero-days (CVE-2026-81963, CVE-2026-85880); vendors credit AI-assisted discovery for record…
Microsoft's September 2026 Patch Tuesday is its largest monthly release on record. Total counts differ slightly across sources: Malwarebytes reports 964 customer-patchable CVEs (104 Critical, 860 Important) out of 974 total including cloud-only fixes; Krebs on Security and CyberScoop report 974 flaws (Krebs counts 113 critical), while Ars Technica reports 972 (997 including ported Chromium fixes for Edge, 112 critical). Two Windows zero-days are being actively exploited before disclosure: CVE-2026-81963, a link-following elevation-of-privilege flaw in the Windows Update Stack/Update Service, and CVE-2026-85880, an ALPC heap overflow enabling AppContainer sandbox escape, both rated CVSS 7.8; neither grants remote access alone but both allow SYSTEM-level escalation after an initial foothold. Other notable critical bugs include CVE-2026-69730, an unauthenticated DNS weakness in Windows Server 2012 onward and Windows 10 deemed likely to be exploited, and CVE-2026-69829, a Windows Shell remote code execution flaw with CVSS 9.8 requiring no privileges or user interaction. High-severity RCE fixes also cover Remote Desktop Services, Exchange Server, SharePoint, SQL Server, and Office. Per CyberScoop, 723 flaws affect Windows, 111 Office, 62 SQL, and 22 developer tools. Microsoft has now fixed roughly 2,600–2,760 vulnerabilities in 2026, more than double last year's pace; ZDI's Dustin Childs and other vendors (including Google and Adobe) attribute the record volume to AI-assisted vulnerability discovery becoming the 'new normal,' though researchers note no matching rise in active exploitation and urge risk-based patch prioritization.
- Largest-ever Patch Tuesday: total counts vary by source — 964 customer-patchable CVEs out of 974 total (Malwarebytes), 974 (Krebs, CyberScoop), 972 or 997 including Chromium/Edge ports (Ars Technica).
- Critical ratings disagree: 104 of the customer-patchable set (Malwarebytes), 112 (Ars Technica), 113 (Krebs); CyberScoop says more than 1 in 10 are critical.
- Two actively exploited zero-days, both CVSS 7.8 privilege escalation: CVE-2026-81963 (link-following EoP in Windows Update Stack) and CVE-2026-85880 (ALPC heap overflow enabling AppContainer sandbox escape to SYSTEM).
- Both zero-days were exploited before a patch existed but require an initial foothold; they do not provide remote access on their own.
- CVE-2026-69730: unauthenticated DNS weakness in Windows Server 2012+ and Windows 10, exploitable via a crafted packet and deemed likely to be exploited.
- CVE-2026-69829: Windows Shell remote code execution, CVSS 9.8, no privileges or user interaction required.
- Affected components per CyberScoop: 723 Windows, 111 Office, 62 SQL, 22 developer tools; high-severity RCE fixes also cover RDS, Exchange, SharePoint, and SQL Server.
- 2026 year-to-date total reported as 2,760 (Ars Technica) or above 2,600 (Krebs) — more than double last year; AI-assisted discovery called the 'new normal' (ZDI's Dustin Childs), with Google and Adobe citing the same trend.
Coverage timelineoldest first · each row is one article
- · 7d agoMicrosoft patches a record 972 vulnerabilities, 112 of them critical
Ars Technica · Security· 70
Microsoft's September Patch Tuesday fixes a record 972 vulnerabilities, 112 rated critical, including two zero-days in Windows components.
Vulnerabilities in this storyAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-69730 | Use-After-Free RCE in Windows DNS Server CVE-2026-69730 is a use-after-free memory corruption flaw (CWE-416) in the Windows DNS service that allows an unauthenticated, remote attacker to execute arbitrary code by sending crafted network traffic to the affected system. Because the flaw is network-exploitable with no privileges or user interaction required (CVSS 3.1 9.8), any system running the vulnerable DNS service is a direct target. Successful exploitation would give the attacker code execution in the context of the DNS service, which on Windows Server typically runs with high privileges such as SYSTEM, and could enable wormable spread between vulnerable hosts. Affected organizations are those running the Windows DNS Server role — a component deployed on virtually all Windows Server domain controllers and on dedicated Windows DNS servers, especially those exposed to untrusted networks. As of the September 2026 Patch Tuesday release, there is no known public proof-of-concept, the flaw is not listed in CISA's KEV, and it has not been confirmed exploited in the wild, though it was flagged among roughly 20 'wormable' bugs and described in press coverage as a successor to the 2020 SigRed Windows DNS RCE. Do: Apply Microsoft's September 2026 Patch Tuesday security updates to every Windows Server running the DNS Server role as soon as possible, prioritizing internet-facing DNS servers and domain controllers. Until patched, limit exposure of TCP/UDP port 53 from untrusted networks and restrict remote management surfaces. Because the bug is rated wormable and shares characteristics with the 2020 SigRed DNS RCE, treat unpatched domain controllers as high priority and check DNS service event logs for unexpected restarts or anomalous query handling. | 9.8 | 1% |
| massplausibly millions of Windows Server deployments running the DNS Server role (ubiquitous on Active Directory domain controllers), with tens of thousands of… | ||
| CVE-2026-69829 | Unauthenticated Heap Buffer Overflow RCE in Microsoft Windows Shell CVE-2026-69829 is a heap-based buffer overflow (CWE-122) in the Microsoft Windows Shell. According to its CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N), an unauthorized remote attacker could trigger the flaw over a network without needing privileges, user interaction, or special conditions. Successful exploitation would allow the attacker to execute code on the affected host, with high impact on confidentiality, integrity, and availability. All Windows installations that include the Windows Shell component are potentially affected, though the available data does not enumerate specific vulnerable version ranges. There is currently no known public proof-of-concept, the CVE is not in CISA's KEV, and EPSS assigns roughly a 1.1% probability of exploitation within 30 days; the related headlines note Microsoft's record patch release of 974 flaws included two other exploited Windows zero-days, but no confirmed in-the-wild exploitation of this specific CVE is documented. Do: Apply Microsoft's latest Windows security updates across all Windows systems, prioritizing internet-facing machines, and confirm the update covering CVE-2026-69829 is installed on each host. If patching must be deferred, reduce exposure by limiting network access to Windows services that invoke shell functionality, and monitor Microsoft's advisory, CISA KEV, and public PoC releases for signs of rising exploitation risk. | 9.8 | 1% |
| masson the order of 1+ billion Windows devices (Windows Shell ships with every Windows installation) | ||
| CVE-2026-81963 +1 in the same advisory: …85880 | Local Privilege Escalation via Link Following in Windows Update Stack CVE-2026-81963 is a link-following flaw (CWE-59, improper link resolution before file access) in the Microsoft Windows Update Stack, in which the component fails to correctly resolve file links before opening them. A local attacker with low privileges can plant or manipulate a link (symlink/junction) that the privileged update stack follows during operation, redirecting its file access to an attacker-controlled target. The result is local privilege escalation — CVSS 3.1 rates this 7.8 (high) with high confidentiality, integrity, and availability impact — allowing an authorized local user or malware already on the machine to gain elevated rights. Affected products are Windows 11 23H2, 24H2, 25H2, and 26H1 and Windows Server 2025; any unpatched system on those versions is exposed to any local account holder. The flaw was fixed in Microsoft's record September 2026 Patch Tuesday (974 CVEs), was added to CISA's KEV on 2026-09-08 as one of two Windows zero-days reported as exploited in the wild, and has no known public PoC or confirmed ransomware use. Do: Immediately deploy the September 2026 Patch Tuesday cumulative updates to every Windows 11 23H2/24H2/25H2/26H1 and Windows Server 2025 host; as a KEV entry under BOD 26-04, prioritize internet-exposed and high-value assets, apply vendor mitigations (or discontinue use) where patching is delayed, and follow CISA's forensics triage requirements if compromise is suspected. Verify deployment via patch telemetry and review which local accounts can trigger update-stack activity on shared or multi-user systems. | 7.8 | <1% | KEV |
| masswell over 1,000,000 |