Severity by source
AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Local low-privileged attacker must win a hard-to-time race (AV:L/PR:L/AC:H) with no user interaction, yielding full SYSTEM compromise (C:H/I:H/A:H) in the same scope (S:U).
Primary rating from Vendor (microsoft).
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Operating Systems allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in Microsoft Windows 11 (24H2, 25H2, 26H1) and Windows Server 2025 lets an already-authenticated, low-privileged attacker win a race condition (CWE-362) over an improperly synchronized shared resource to elevate privileges. Reported by Microsoft itself, the flaw carries a CVSS 7.0 and per SSVC has total technical impact but is not automatable and shows no observed exploitation; no public exploit is identified at time of analysis. EPSS is low at 0.24% (16th percentile), consistent with the high attack complexity of reliably timing the race.
Technical ContextAI
The root cause is CWE-362, a concurrent-execution race condition arising from a shared resource accessed without proper synchronization inside Windows operating-system components. In a race like this, two or more execution threads operate on the same object (memory structure, handle, file, or kernel object) and the security-relevant check and its use are not atomic, creating a time-of-check to time-of-use window an attacker can exploit by precisely interleaving operations. The CPE data scopes this to core OS platforms - Windows 11 version 24H2, 25H2, and 26H1, plus Windows Server 2025 including the Server Core installation - indicating the vulnerable code lives in the shared Windows kernel/OS servicing branch (build 10.0.26100/26200/28000 families) rather than an add-on application.
RemediationAI
Vendor-released patch: apply the Microsoft cumulative security update that brings each platform to at least the fixed build - Windows 11 24H2 to 10.0.26100.8875, Windows 11 25H2 to 10.0.26200.8875, Windows 11 26H1 to 10.0.28000.2269, and Windows Server 2025 (including Server Core) to 10.0.26100.33158 - via Windows Update, WSUS, or your patch-management pipeline, following the specific KB linked from the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50317. Because this is a race-condition flaw in core OS code, no configuration change fully neutralizes it; patching is the only complete fix. As interim compensating controls until the update is deployed, restrict local logon and interactive access on affected hosts to trusted administrators (limiting who can run the low-privileged code needed to attempt the race), enforce application allowlisting (e.g., WDAC/AppLocker) to reduce the chance of untrusted code executing locally, and prioritize patching multi-user or session-host systems where more low-privilege principals can reach the vulnerable path - noting the trade-off that these access restrictions can disrupt legitimate multi-user or automation workflows.
More in Windows 11 Version 24H2
View allRemote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Windows Shell protection mechanism failure (CVE-2026-32202) allows remote attackers to perform spoofing attacks over a n
Local privilege escalation in the Microsoft Windows Kernel allows an unauthorized attacker to gain elevated (SYSTEM-leve
Local privilege escalation in the Windows Kernel lets an already-authenticated attacker corrupt kernel memory via a use-
Local code execution in the Windows DHCP Client service stems from a use-after-free (CWE-416) memory-corruption flaw aff
Local privilege escalation in the Microsoft Windows Kernel allows an already-authenticated attacker to elevate to SYSTEM
Local code execution in the Windows Media component of supported Windows 10, Windows 11, and Windows Server (2016 throug
Local privilege escalation via heap-based buffer overflow in the Windows Message Queuing (MSMQ) Queue Manager component
Local privilege escalation in Microsoft Windows Win32K lets an authenticated low-privileged user corrupt kernel heap mem
Local privilege escalation in the Windows NTFS file system driver lets an authenticated low-privileged user win a race c
Elevation of privilege in the Windows Hyper-V virtual network switch (VMSwitch) lets an authenticated attacker operating
Remote code execution in Microsoft Windows Remote Desktop (RDP) allows an unauthorized network attacker to run arbitrary
Same weakness CWE-362 – Race Condition
View allSame technique Race Condition
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43900
GHSA-4ffp-3cf5-9hgm