← Back to Feed CACHED · 2026-07-15 07:46:13 · CACHE_KEY CVE-2026-56188
CVE-2026-56188 · CWE-362 · Disclosed 2026-07-14

Concurrent execution using shared resource with improper synchronization

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

A timing bug in the network stack of every Windows Server SKU Microsoft still supports

CVE-2026-56188 is a TOCTOU race condition (CWE-362) in the Windows Server *Network driver* — the kernel-mode component that services inbound network traffic. An unauthenticated remote attacker who can land a specifically-timed sequence of packets on any listening service that traverses the affected code path gets remote code execution in kernel context. The vulnerable surface spans Windows Server 2012 R2 through Server 2025 (fixed builds: 6.3.9600.23291, 10.0.14393.9339, 10.0.17763.9020, 10.0.20348.5386, 10.0.26100.33158, and 10.0.28000.2525). That is effectively every Windows Server SKU in production as of July 2026 Patch Tuesday.

Microsoft rated this 9.8 Critical and Zero Day Initiative flagged it as *wormable*. That rating is fair, arguably conservative. Race conditions are genuinely finicky to weaponize reliably — the honest downward pressure — but the affected component is a *network-facing kernel driver* on the operating system that runs domain controllers, file servers, Hyper-V hosts, ADCS, ADFS, and Exchange. Any successful exploit lands as SYSTEM/kernel on identity-plane infrastructure. The vendor severity matches reality; the only debate is how many weeks until a stable public PoC turns up.

"Race-condition friction is real, but the affected code path lives on every Windows Server you own — including the DCs. Patch now."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Reach a listening Windows Server network service

Attacker needs L3 reachability to a service that funnels traffic through the vulnerable network driver code path. On a default Windows Server this includes SMB (445), RPC endpoint mapper (135), and dynamic RPC ports. Internal-network access is trivial post-initial-foothold; external reach is a smaller but non-zero population on cloud and hosting providers.
Conditions required:
  • Routable path to TCP/445 or TCP/135 (or another affected listener) on target
  • Target running unpatched Windows Server 2012 R2 – 2025
Where this breaks in practice:
  • Perimeter firewalls block 445/135 at most enterprises
  • East-west microsegmentation on mature networks limits lateral SMB/RPC
Detection/coverage: Qualys, Tenable, Rapid7, and Defender Vulnerability Management shipped credentialed checks against the fixed KB build numbers within 24 hours of MSRC publication
STEP 02

Trigger the race window with crafted packet timing

Attacker sends a stream of specially-sequenced packets that force two kernel code paths to touch the same shared resource concurrently — the classic TOCTOU pattern. Winning the race corrupts driver state (likely a freed or partially-initialized object). Expect the first weaponized tooling to appear as a Metasploit auxiliary/exploit module and/or an open-source PoC on GitHub within 30–60 days of patch, following the historical curve for wormable Windows network bugs (MS17-010, CVE-2020-0796 SMBGhost).
Conditions required:
  • Ability to send sustained multi-packet bursts at controlled inter-arrival timing
  • Target has ≥2 logical processors so races are physically parallel
Where this breaks in practice:
  • Race windows shrink under CPU load and jitter — real production hosts are noisier than lab targets
  • Network middleboxes (WAF, IPS, deep-packet inspection) reorder or coalesce packets and can inadvertently defeat the timing
  • First public PoC likely single-CPU-family tuned; reliable cross-hardware exploitation is materially harder
Detection/coverage: Suricata/Snort signatures from Talos landed with the July 2026 Patch Tuesday release; Defender for Endpoint has behavioral coverage for kernel-driver anomalous allocation patterns
STEP 03

Achieve kernel-mode code execution

Successful race yields memory corruption in the network driver, which runs in ring 0. Attacker pivots the corruption into arbitrary code execution as SYSTEM/kernel. On kernel-mode compromise, HVCI/VBS on Server 2022+ raises the bar but does not eliminate the primitive; on Server 2012 R2 / 2016 without VBS enabled, the path from memory corruption to shellcode is short.
Conditions required:
  • Working corruption primitive from Step 2
  • Kernel ASLR bypass or info-leak (typically bundled in weaponized exploits)
Where this breaks in practice:
  • VBS/HVCI on Server 2022 and 2025 blocks straightforward shellcode injection
  • Kernel CFG on modern builds constrains indirect-call hijacking
  • Server 2012 R2 and 2016 lack these mitigations — they are the soft targets
Detection/coverage: EDR kernel-callback telemetry (Defender, CrowdStrike, SentinelOne) flags anomalous driver-originated process creation
STEP 04

Fleet-scale pivot on identity infrastructure

If the compromised host is a domain controller, attacker dumps NTDS.dit, extracts krbtgt, and forges Golden Tickets — full forest compromise. If it is a Hyper-V host, every guest VM is exposed. If it is a file server / DFS root, mass data staging and ransomware detonation follow. Because the bug is in a network driver and the traffic pattern is generic, a self-propagating worm ('Server Network driver' → 'SNDworm') is credible using the same 445/135 primitives as WannaCry.
Conditions required:
  • SYSTEM on target from Step 3
  • Target hosts a high-value role (DC, Hyper-V, file server, ADCS, ADFS, Exchange)
Where this breaks in practice:
  • Tier-0 isolation on mature AD environments limits which hosts can reach DC ports
  • Ransomware canaries and honey-DCs shorten dwell time
Detection/coverage: AD attack path telemetry (BloodHound Enterprise, Purple Knight, Defender for Identity) catches Golden Ticket / DCSync post-compromise
03 · Intelligence Metadata

The supporting signals.

In-the-wild statusNo confirmed exploitation as of 2026-07-15 (Microsoft: *Exploitation Less Likely*; ZDI: no ITW). Not on CISA KEV.
Proof-of-conceptNone public as of publication + 1 day. Watch github.com and packetstormsecurity.com for the next 60 days; historical analogs (MS17-010, SMBGhost) produced PoCs within 30–90 days.
EPSSNot yet scored (CVE published <48h ago). Expect initial FIRST EPSS in the 0.5–3% range typical of high-severity Windows Server RCEs before public PoC.
KEV statusNot listed. Would be added within days of any confirmed active exploitation.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — network, unauth, no UI, full CIA impact. Note *AC:L* is generous given the race condition; a *AC:H* argument is defensible.
Affected versionsWindows Server 2012 R2, 2016, 2019, 2022, 2024 (24H2), 2025 — all currently-supported SKUs plus 2012 R2 ESU.
Fixed builds6.3.9600.23291 (2012 R2), 10.0.14393.9339 (2016), 10.0.17763.9020 (2019), 10.0.20348.5386 (2022), 10.0.26100.33158 (24H2), 10.0.28000.2525 (2025)
Exposure dataShodan reports ~750K Windows SMB (445) endpoints internet-exposed globally; Censys counts ~1.1M exposed RPC endpoint mappers (135). Enterprise internal exposure is effectively 100% of Windows Server fleets.
Disclosure2026-07-14 (Microsoft July Patch Tuesday). Reserved 2026-06-19.
CreditReporting researcher undisclosed in MSRC advisory at time of publication; likely internal MSRC or a private ZDI submission given the coordinated release.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to CRITICAL (9.2/10)

The single decisive factor is role multiplier: the vulnerable code is a kernel network driver present on every Windows Server SKU including domain controllers, Hyper-V hosts, and file servers, so a successful exploit ends in fleet compromise. Race-condition exploitation friction lowers the *probability per attempt* but does not shrink the *blast radius* or the *installed base*, which is where severity is scored.

HIGH affected version enumeration and patch build numbers
HIGH role-multiplier reasoning — this is canonically high-value infrastructure
MEDIUM time-to-weaponization estimate (30–60 days based on historical analogs)
LOW reliability of first public exploit across CPU generations

Why this verdict

  • Role multiplier — verdict floor is CRITICAL: the affected component is a kernel-mode network driver on Windows Server. That is definitionally a high-value-role component (DCs, Hyper-V, ADCS, ADFS, file servers). Any working chain ends in domain / fleet compromise. Per the noisgate hard rule, that floors the verdict at CRITICAL and friction cannot pull it below.
  • Wormable primitive on ubiquitous ports: the exploit path traverses the same 445/135 attack surface that produced WannaCry and NotPetya. Even without a public PoC today, the historical base rate for weaponization inside 90 days is high.
  • Race-condition friction is real but does not narrow the population: exploitation reliability is lower per attempt (justifying the modest reduction from 9.8 → 9.2), but every unpatched Windows Server in the fleet is a valid target. Friction does not remove hosts from the exposed set.
  • Legacy SKUs are the soft underbelly: Server 2012 R2 and 2016 lack VBS/HVCI by default — first weaponized exploit will target them first, and those are exactly the hosts most enterprises struggle to patch on a 3-day SLA.

Why not higher?

Nothing in the standard rubric goes above CRITICAL. If there were confirmed in-the-wild exploitation of DCs, we would tag this as 'patch within hours' and override the SLA — that is a KEV-driven escalation, not a score change.

Why not lower?

Downgrading to HIGH would require either (a) a narrow affected version range or (b) a role-limited blast radius. Neither applies: every supported Server SKU is affected, and the affected role includes canonical Tier-0 infrastructure. Race-condition difficulty alone is not sufficient to break the CRITICAL floor when the installed base of the high-value role is ~100% of the affected population.

05 · Compensating Control

What to do — in priority order.

  1. Block SMB (445) and RPC EPMAP (135) at the perimeter and enforce east-west segmentation — Removes the two most likely attack surfaces from untrusted networks. Perimeter block is table stakes; the east-west block via NSGs / host firewall / microsegmentation is the one that actually matters against post-initial-access attackers. Deploy within 3 days per the noisgate mitigation SLA for CRITICAL.
  2. Enable VBS + HVCI on all Server 2022 / 2025 hosts where not already on — Materially raises the cost of turning a kernel memory-corruption primitive into code execution. Cannot be enabled on 2012 R2 / 2016 — prioritize patching those first. Complete within 3 days on hosts that already have compatible hardware.
  3. Deploy Talos Snort/Suricata rules and vendor IPS signatures released 2026-07-14 — Buys detection time on the crafted-packet timing pattern before you can complete rollout. Deploy in IDS mode first on high-traffic segments to check for false positives, then flip to IPS. Within 3 days.
  4. Reduce Tier-0 exposure: audit which hosts can reach DC and Hyper-V management ports — Even after patching, use this incident to shrink the population of hosts that can talk to Tier-0 to only Tier-0 admin jump boxes. Complete audit within 30 days.
  5. Apply the July 2026 cumulative update to all Windows Server hosts — Actual remediation. Ring-based rollout: non-production → non-critical prod → DCs / Hyper-V last with rollback plan. Complete within 90 days per the noisgate remediation SLA for CRITICAL — but move DCs and internet-adjacent hosts to the front of the queue.
What doesn't work
  • Disabling SMBv1 — this bug is in the network driver code path, not SMBv1 protocol handling. SMBv1-off is good hygiene but does not mitigate CVE-2026-56188.
  • Requiring SMB signing / channel binding — those are relay/tampering mitigations, unrelated to a kernel-driver race condition.
  • Kernel driver blocklist / WDAC — the vulnerable driver is a Microsoft in-box network driver; you cannot blocklist it without breaking networking.
  • MFA on the server — the vulnerability is pre-authentication; MFA is enforced by services layered above the network driver.
06 · Verification

Crowdsourced verification payload.

Run on the target Windows Server host in an elevated PowerShell session (Administrator required to read driver file versions from %SystemRoot%\System32\drivers). Invoke as .\Check-CVE-2026-56188.ps1 — no arguments. For fleet scanning, wrap in Invoke-Command -ComputerName (Get-Content servers.txt) -FilePath .\Check-CVE-2026-56188.ps1.

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
#Requires -RunAsAdministrator
# Check-CVE-2026-56188.ps1
# Determines patch status for Windows Server Network driver race condition RCE
# Output: VULNERABLE / PATCHED / UNKNOWN

$ErrorActionPreference = 'Stop'

# Fixed build floors per SKU (major.minor.build.revision)
$fixed = @{
    '6.3.9600'  = 23291   # Server 2012 R2
    '10.0.14393' = 9339   # Server 2016
    '10.0.17763' = 9020   # Server 2019
    '10.0.20348' = 5386   # Server 2022
    '10.0.26100' = 33158  # Server 2024 (24H2)
    '10.0.28000' = 2525   # Server 2025
}

try {
    $os = Get-CimInstance Win32_OperatingSystem
    if ($os.ProductType -eq 1) {
        Write-Output 'UNKNOWN: workstation SKU — CVE-2026-56188 advisory scopes Windows Server'
        exit 2
    }

    $ver = [Version]$os.Version
    $key = "{0}.{1}.{2}" -f $ver.Major, $ver.Minor, $ver.Build

    if (-not $fixed.ContainsKey($key)) {
        Write-Output "UNKNOWN: OS build $key not in advisory table"
        exit 2
    }

    $minRev = $fixed[$key]
    $currentRev = $ver.Revision

    if ($currentRev -lt 0) {
        # Some OS versions report revision via UBR registry value
        $ubr = (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name UBR -ErrorAction SilentlyContinue).UBR
        if ($null -ne $ubr) { $currentRev = [int]$ubr }
    }

    Write-Output "OS build: $key.$currentRev  |  Required fixed revision: >= $minRev"

    if ($currentRev -ge $minRev) {
        Write-Output 'PATCHED'
        exit 0
    } else {
        Write-Output 'VULNERABLE'
        exit 1
    }
} catch {
    Write-Output "UNKNOWN: $($_.Exception.Message)"
    exit 2
}
07 · Bottom Line

If you remember one thing.

TL;DR
Treat CVE-2026-56188 as a top-of-queue CRITICAL. Under the noisgate mitigation SLA for CRITICAL, block SMB/445 and RPC/135 at the perimeter, enforce east-west segmentation to Tier-0, and deploy the Talos/vendor IPS signatures within 3 days — Monday morning, stand up a change ticket for perimeter and NSG updates and get them approved by end of week. Under the noisgate remediation SLA for CRITICAL, roll the July 2026 cumulative update to 100% of Windows Server hosts within 90 days, but front-load domain controllers, Hyper-V hosts, ADCS/ADFS, and any internet-adjacent Server 2012 R2 / 2016 boxes into the first two-week window. If a stable PoC drops on GitHub or ZDI publishes exploit details before you finish rollout, collapse the remediation deadline to *hours*, not days.

Sources

  1. Microsoft MSRC Advisory — CVE-2026-56188
  2. NIST NVD — CVE-2026-56188
  3. CVE.org Record — CVE-2026-56188
  4. Zero Day Initiative — July 2026 Security Update Review
  5. Cisco Talos — Microsoft Patch Tuesday July 2026 (Snort rules)
  6. CrowdStrike — July 2026 Patch Tuesday Analysis
  7. ap7i.com — Microsoft July 2026 Patch Tuesday: 570 flaws, 3 zero-days
  8. THREATINT — CVE-2026-56188 record
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.