← Back to Feed CACHED · 2026-09-08 18:23:37 · CACHE_KEY CVE-2026-85880
CVE-2026-85880 · CWE-122 · Disclosed 2026-09-08

Windows Advanced Local Procedure Call

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left the master key under the doormat, and burglars are already inside using it

CVE-2026-85880 is a heap-based buffer overflow (CWE-122) in the Windows Advanced Local Procedure Call (ALPC) subsystem — the IPC mechanism that nearly every Windows service uses to talk to every other Windows service. A local attacker with low-privilege access sends a crafted ALPC message that overflows a heap buffer, corrupts adjacent memory, and escalates to SYSTEM. Affected builds span Windows 10 (builds 14393.x, 17763.x, 19044.x and later) and Windows 11 (24H2/25H2), meaning virtually the entire supported Windows fleet is vulnerable. Microsoft shipped the fix in the September 2026 Patch Tuesday cycle via KB5122876 and related KBs.

Microsoft rated this Important / HIGH 7.8, which undersells the real-world risk. The vendor score correctly reflects the local attack vector and low-privilege prerequisite, but it does not account for two decisive facts: (1) Microsoft itself confirms active exploitation in the wild — this is a zero-day, not a theoretical bug — and (2) ALPC is present on every Windows installation, including domain controllers and Hyper-V hosts, where SYSTEM-level compromise translates directly to domain takeover or hypervisor escape. A 7.8 might be fair for a theoretical local EoP; it is not fair for one that threat actors are already weaponizing against your fleet.

"Actively exploited Windows zero-day EoP in ALPC — every Windows host is in scope, patch now."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Initial foothold on a Windows host

The attacker obtains low-privilege code execution on a target via phishing, stolen credentials, lateral movement from another compromised host, or an exposed service. This is the prerequisite for any local EoP. The attacker runs as a normal domain user or local user — no admin rights needed.
Conditions required:
  • Low-privilege shell or code execution on a Windows host
Where this breaks in practice:
  • Requires prior compromise — this is a post-access escalation primitive, not an initial-access vector
Detection/coverage: EDR telemetry on initial access (process creation, suspicious parent-child chains). Email gateway and web proxy for phishing delivery.
STEP 02

Craft malicious ALPC message

The attacker constructs a specially crafted ALPC message targeting the vulnerable heap allocation in the ALPC subsystem. The CWE-122 heap buffer overflow is triggered by oversized or malformed data in the ALPC port message. Given the active exploitation, a reliable weaponized payload exists in attacker toolkits even though no public PoC has surfaced.
Conditions required:
  • Knowledge of the heap layout and overflow trigger in the target build
  • Ability to send ALPC messages (any authenticated user can do this)
Where this breaks in practice:
  • No public PoC — current exploitation appears limited to targeted threat actors with private exploits
  • Heap layout may vary across Windows builds, requiring per-build offsets
Detection/coverage: Kernel-mode ETW tracing on ALPC port operations; most EDR vendors do not instrument raw ALPC messages deeply.
STEP 03

Trigger heap corruption and gain SYSTEM

The malformed ALPC message overflows the heap buffer, corrupting adjacent kernel or service memory structures. The attacker pivots this corruption into arbitrary code execution in the context of a SYSTEM-level service. The result is a full SYSTEM token with SeDebugPrivilege, SeImpersonatePrivilege, and all other god-mode capabilities.
Conditions required:
  • Successful heap spray / grooming to position target allocation adjacent to overflow
Where this breaks in practice:
  • Windows heap hardening (segment heap, guard pages) may reduce reliability on newer builds, but active exploitation proves bypass exists
  • Exploit stability may vary — crash-to-BSOD risk on failed attempts
Detection/coverage: EDR behavioral detection: unexpected SYSTEM token acquisition from a low-privilege process. Sysmon Event ID 10 (process access) with elevated privileges. Windows Defender Credential Guard may limit token theft on hardened hosts.
STEP 04

Post-exploitation: credential harvest or lateral movement

With SYSTEM, the attacker dumps LSASS, extracts cached credentials or Kerberos tickets, and moves laterally. On a domain controller, SYSTEM access means direct access to ntds.dit and DCSync capability — game over for the entire Active Directory forest. On a Hyper-V host, SYSTEM can access the hypervisor management plane and compromise guest VMs.
Conditions required:
  • SYSTEM-level access achieved in step 3
Where this breaks in practice:
  • Credential Guard and LSASS protection (RunAsPPL) raise the bar for credential theft on hardened endpoints
  • Network segmentation may limit lateral movement scope
Detection/coverage: LSASS access alerts (Sysmon Event ID 10), DCSync detection (replication traffic from non-DC source), anomalous Kerberos ticket requests.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationConfirmed active. Microsoft tags this as exploited in the wild. One of two zero-days in the September 2026 Patch Tuesday. Threat actor identity and campaign details withheld by Microsoft.
Public PoC AvailabilityNone public as of 2026-09-09. No GitHub repositories or researcher disclosures for CVE-2026-85880 specifically. A related ALPC EoP (CVE-2026-20817, WER service) has a public PoC by oxfemale and writeup by itm4n — the exploitation pattern is structurally similar.
EPSS ScoreNot yet scored (CVE just disclosed in September 2026 Patch Tuesday cycle). Expect rapid escalation given confirmed exploitation.
KEV StatusNot listed as of 2026-09-09. Expect CISA addition within days given Microsoft's exploitation confirmation.
CVSS VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H — Local vector, low complexity, low privilege, no user interaction. Full CIA impact. The Exploitability maturity is Unproven (E:U), which is already stale given confirmed ITW exploitation.
Affected VersionsWindows 10 builds 14393.x (1607/LTSB), 17763.x (1809/LTSC), 19044.x (21H2), and at least 4 additional builds. Windows 11 24H2 and 25H2. Windows Server 2016, 2019, 2022, and 2025 (ALPC is core OS).
Fixed VersionsSeptember 2026 cumulative updates: KB5122876 (Windows Server), KB5122878 (Windows 10), KB5124008 (Windows 11 24H2/25H2). Apply the cumulative update for your specific OS build.
Scanning / Exposure DataNot applicable for remote scanning — this is a local EoP. No GreyNoise/Shodan/Censys signature expected. Exposure is the entire unpatched Windows fleet.
Disclosure Date2026-09-08 (Microsoft September 2026 Patch Tuesday)
Reporting ResearcherNot disclosed. Microsoft has withheld attribution, which is common for zero-days under active exploitation to limit intelligence leakage to defenders.
04 · The Call

noisgate verdict.

Final Verdict
UPGRADED to CRITICAL (9.0/10)

The single most decisive factor is confirmed active zero-day exploitation against a component present on every Windows host — including domain controllers, where SYSTEM access equals domain compromise. The vendor's HIGH 7.8 correctly models the local attack vector in isolation, but a locally-exploitable EoP that is already weaponized in the wild against the entire Windows installed base, with domain-controller blast radius proven by the ALPC exploitation pattern, demands CRITICAL urgency.

HIGH Active exploitation status (confirmed by Microsoft)
HIGH Affected component universality (ALPC is in every Windows build)
MEDIUM Exploit reliability and specific campaign details (Microsoft withholds specifics)
LOW EPSS and KEV timing (too new for scoring)

Why this verdict

  • Active zero-day exploitation overrides theoretical friction. The local-access prerequisite is the primary downward pressure in the vendor score, but Microsoft confirms attackers are already landing this chain in the wild. Theoretical friction is irrelevant when exploitation is empirically proven.
  • Universal attack surface with no version narrowing. ALPC is a core Windows IPC mechanism compiled into every supported Windows version from Server 2016 through Windows 11 25H2. There is no 'we don't run that component' escape hatch — if you run Windows, you're affected.
  • Role multiplier: domain controllers and Hyper-V hosts. ALPC runs on domain controllers (≈2-5% of enterprise Windows fleet) and Hyper-V hosts (≈5-15%). On a DC, SYSTEM access grants direct ntds.dit access and DCSync capability — chain ends in domain takeover. On Hyper-V, SYSTEM accesses the hypervisor management plane — chain ends in fleet compromise. Both roles represent well above the 1% threshold. Because the bug is in a universal OS component (not role-defining software), the floor is HIGH per the ≥1% high-value-role rule; active exploitation pushes above the floor to CRITICAL.
  • CWE-122 heap overflow in kernel-adjacent IPC. This is not a logic bug with narrow trigger conditions — heap overflows in IPC subsystems are a well-understood exploitation primitive with decades of tooling (heap spray, grooming). The related CVE-2026-20817 ALPC EoP already has a public exploit demonstrating the pattern.
  • E:U temporal modifier is stale. The CVSS vector includes E:U (Unproven exploitability) which directly contradicts Microsoft's own active-exploitation tag. Correcting to E:H would raise the temporal score significantly.

Why not higher?

The score is already at the CRITICAL threshold. A 10.0 would require unauthenticated remote exploitation with no user interaction (wormable). This vulnerability requires local access and low-privilege authentication, which limits it from reaching the theoretical maximum.

Why not lower?

Downgrading below CRITICAL would require ignoring the confirmed active exploitation — the single strongest signal in vulnerability intelligence. The local-access prerequisite does create friction, but that friction is empirically defeated by real-world threat actors today. Additionally, the blast radius on domain controllers (domain takeover) and Hyper-V hosts (fleet compromise) sets a HIGH floor that cannot be broken without evidence that <1% of the installed base occupies these roles, which is demonstrably false for Windows.

05 · Compensating Control

What to do — in priority order.

  1. Deploy September 2026 cumulative updates immediately — KB5122876, KB5122878, and KB5124008 are the definitive fix. Given active exploitation and noisgate CRITICAL verdict, deploy within 3 days (noisgate mitigation SLA). Prioritize domain controllers, Hyper-V hosts, and Tier 0 assets in the first 24 hours.
  2. Enable LSASS RunAsPPL and Credential Guard on all servers — Even if the attacker achieves SYSTEM, Protected Process Light on LSASS and Credential Guard prevent trivial credential dumping, breaking the post-exploitation chain. Deploy within 3 days on Tier 0 assets.
  3. Enforce least-privilege and remove local interactive logon rights — The attack requires low-privilege local code execution. Restricting interactive logon and removing unnecessary local accounts reduces the pool of hosts where an attacker can land the prerequisite. Audit via GPO Allow log on locally settings.
  4. Enable ALPC-aware EDR detections — Ensure your EDR is updated with September 2026 signatures. CrowdStrike, SentinelOne, and Defender for Endpoint have released behavioral detections for ALPC-based EoP patterns. Validate detection fires in your environment.
  5. Segment domain controllers and Tier 0 assets — Restrict which hosts can communicate with DCs to only authorized management workstations and member servers. This limits the attacker's ability to reach the highest-value targets even after local compromise of a workstation.
What doesn't work
  • Network firewalls and WAFs — This is a local privilege escalation, not a network-exploitable vulnerability. Perimeter controls provide zero protection.
  • Application allowlisting alone — The exploit operates through legitimate ALPC system calls, not by launching a new executable. Allowlisting won't block the initial privilege escalation, only potential post-exploitation payloads.
  • Disabling ALPC — ALPC is a fundamental Windows IPC mechanism. Disabling it would render the OS non-functional. This is not a configurable service you can turn off.
06 · Verification

Crowdsourced verification payload.

Run this on each target Windows host with local administrator privileges. Example: powershell -ExecutionPolicy Bypass -File Check-CVE202685880.ps1. The script checks the installed cumulative update against the patched build numbers for September 2026.

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
#Requires -RunAsAdministrator
# Check-CVE202685880.ps1
# Checks whether the September 2026 cumulative update addressing CVE-2026-85880 is installed.
# Outputs: VULNERABLE / PATCHED / UNKNOWN
# Exit codes: 1 = VULNERABLE, 0 = PATCHED, 2 = UNKNOWN

$ErrorActionPreference = 'Stop'

try {
    $os = Get-CimInstance Win32_OperatingSystem
    $build = [System.Environment]::OSVersion.Version
    $currentBuild = $build.Build
    $currentRevision = $build.Revision
    # Also check via UBR registry key for accuracy
    $ubr = (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name UBR -ErrorAction SilentlyContinue).UBR
    if ($ubr) { $currentRevision = $ubr }

    Write-Host "OS: $($os.Caption) Build: $currentBuild.$currentRevision"

    # Patched build revisions from September 2026 Patch Tuesday
    # Map: major build -> minimum patched revision
    $patchedBuilds = @{
        14393 = 9512   # Windows Server 2016 / Win10 1607
        17763 = 9245   # Windows Server 2019 / Win10 1809
        19044 = 7725   # Windows 10 21H2
        19045 = 7725   # Windows 10 22H2
        22621 = 6500   # Windows 11 22H2 (estimated)
        22631 = 6500   # Windows 11 23H2 (estimated)
        26100 = 9445   # Windows 11 24H2
        26200 = 9445   # Windows 11 25H2
    }

    # Check for September 2026 KB
    $kbs = @('KB5122876','KB5122878','KB5124008')
    $installedKB = Get-HotFix -ErrorAction SilentlyContinue | Where-Object { $kbs -contains $_.HotFixID }

    if ($installedKB) {
        Write-Host "PATCHED - Found $($installedKB.HotFixID -join ', ')"
        exit 0
    }

    if ($patchedBuilds.ContainsKey($currentBuild)) {
        $requiredRevision = $patchedBuilds[$currentBuild]
        if ($currentRevision -ge $requiredRevision) {
            Write-Host "PATCHED - Build revision $currentBuild.$currentRevision >= $currentBuild.$requiredRevision"
            exit 0
        } else {
            Write-Host "VULNERABLE - Build $currentBuild.$currentRevision is below patched revision $currentBuild.$requiredRevision"
            Write-Host "Apply the September 2026 cumulative update immediately."
            exit 1
        }
    } else {
        Write-Host "UNKNOWN - Build $currentBuild not in known affected list. Verify manually against MSRC advisory."
        exit 2
    }
} catch {
    Write-Host "UNKNOWN - Error during check: $_"
    exit 2
}
07 · Bottom Line

If you remember one thing.

TL;DR
Patch immediately. CVE-2026-85880 is an actively exploited zero-day in a core Windows component present on every host in your fleet. Under the noisgate mitigation SLA for CRITICAL, you have ≤ 3 days to apply compensating controls — but given confirmed in-the-wild exploitation, treat this as a patch-within-hours emergency. Prioritize domain controllers, Hyper-V hosts, and Tier 0 infrastructure in the first 24 hours; roll out KB5122876 / KB5122878 / KB5124008 to the rest of the fleet within the 3-day window. The noisgate remediation SLA gives you 90 days for full fleet coverage, but do not use that runway if you can move faster — attackers are not waiting. Enable LSASS RunAsPPL and Credential Guard on servers immediately to limit post-exploitation impact while patches propagate. Monday morning: confirm DC and Hyper-V patching is complete, escalate any blockers to your CAB for emergency override.

Sources

  1. Microsoft September 2026 Patch Tuesday - CybersecurityNews
  2. September 2026 Patch Tuesday Zero-Days - SecurityOnline
  3. September 2026 Patch Tuesday - NTCompatible
  4. CVE-2026-20817 ALPC EoP PoC - oxfemale/GitHub
  5. CVE-2026-20817 ALPC EoP Writeup - itm4n
  6. Windows 11 KB5124008 September 2026 Update - Microsoft Support
  7. Cryptika - September 2026 Patch Tuesday Analysis
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.