What is Windows ALPC?
Advanced Local Procedure Call (ALPC) is a core Windows inter-process communication mechanism. Many system services and sandboxed processes, including AppContainer apps and browser renderers, use ALPC to talk to more privileged components. Because it is the channel between low-privilege and high-privilege code, ALPC is a favored target for sandbox-escape and local-privilege-escalation chains; a memory-corruption bug in ALPC message handling can let sandboxed code reach out and corrupt a privileged process.
Overview
CVE-2026-85880 is a heap-based buffer overflow (CWE-122) in Windows ALPC, rated CVSS 7.8. A local attacker, including code running inside a low-privilege AppContainer sandbox, can exploit it to elevate to SYSTEM. Microsoft confirmed active exploitation at the September 2026 Patch Tuesday, and CISA added the CVE to KEV the same day. It is the second of the two zero-days in that record-sized release.
Affected Versions
| Product | Affected | Fix |
|---|---|---|
| Windows 10 (1607, 1809, 21H2, 22H2) | Before the September 2026 cumulative update | September 2026 cumulative update |
| Windows Server 2012, 2012 R2, 2016, 2019, 2022 (incl. Server Core) | Before the September 2026 cumulative update | September 2026 cumulative update |
Apply the September 2026 cumulative update for your specific Windows or Windows Server version and edition; see the MSRC entry for the exact KB numbers.
Technical Details
A heap-based buffer overflow occurs when a routine writes more data into a heap allocation than it can hold. In ALPC, the flaw is triggered when the subsystem processes an invalid or oversized memory buffer in a message, overflowing a heap buffer and corrupting adjacent structures. An attacker who can run code in a low-privilege context, such as a compromised sandboxed process, can exploit the overflow to escape the sandbox and elevate to SYSTEM.
Attack characteristics:
- Authentication: local; the attacker needs low-privilege code execution, which a sandboxed process satisfies
- User interaction: none
- Vector: local (
AV:L) - Impact: elevation of privilege to SYSTEM (
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Notably, the EPSS score for this CVE was reported below one percent despite confirmed exploitation, a reminder that statistical exploit-prediction scores lag real-world activity and should not override KEV status.
Discovery
Microsoft credited Volexity and Proofpoint. Both firms specialize in detecting targeted and nation-state activity, which suggests the discovery came from incident-response or threat-intelligence work rather than a routine bug-bounty submission, though Microsoft did not state this explicitly.
Exploitation Context
Microsoft marked the vulnerability as exploited at release. It is one of the two zero-days in the September 2026 Patch Tuesday, a release reported at roughly 964 to 974 CVEs with more than 100 rated critical. As an ALPC sandbox-escape and elevation bug credited to two targeted-threat firms, it fits the profile of the privileged second stage in an exploit chain. Microsoft did not disclose the threat actor, method, or scale, and no public proof of concept was reported.
Remediation
- Apply the September 2026 cumulative update for the affected Windows and Windows Server version immediately. There is no configuration workaround.
- Do not rely on EPSS to deprioritize this. The sub-one-percent EPSS coexists with confirmed exploitation and a CISA KEV listing; treat the KEV deadline as authoritative.
- Hunt for sandbox-escape indicators: SYSTEM-level processes spawned from low-privilege AppContainer contexts, and unexpected privileged process creation following browser or document-handler activity.
- Patch the companion zero-day CVE-2026-81963 (Windows Update stack link following) in the same cycle; both were exploited and both are fixed by the September cumulative updates.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-85880 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2026-09-08 |
| NVD Last Modified | 2026-09-09 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-122 find similar ↗ |
| CISA KEV Added | 2026-09-08 |
| CISA KEV Deadline | 2026-09-22 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-09-08 | Microsoft publishes the September 2026 Patch Tuesday updates confirming exploitation; CVE published. Credited to Volexity and Proofpoint |
| 2026-09-08 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-09-22 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD - CVE-2026-85880 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Microsoft Security Update Guide - CVE-2026-85880 | Vendor Advisory |
| Tenable - Microsoft's September 2026 Patch Tuesday Addresses 964 CVEs | Security Research |
| BleepingComputer - Microsoft September 2026 Patch Tuesday fixes 966 flaws, 2 zero-days | News |
| SecurityWeek - Microsoft Patches Record 974 Vulnerabilities, Including Two Exploited Zero-Days | News |