Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local EoP requiring an existing low-privileged foothold (AV:L, PR:L), no user interaction, and a kernel UAF yielding full SYSTEM-level C/I/A impact within unchanged scope.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in the Microsoft Windows Kernel lets an authenticated attacker who already has low-privileged code execution on a host elevate to SYSTEM by exploiting a use-after-free (CWE-416) memory corruption. It affects a broad range of supported Windows client and server builds - Windows 10 (1809/21H2/22H2), Windows 11 (24H2/25H2/26H1), and Windows Server 2019/2022/2025 - and Microsoft has released a patch. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, so exploitation appears unproven publicly despite the reliably-exploitable nature of kernel UAF flaws.
Technical ContextAI
The flaw resides in the Windows Kernel (ntoskrnl and associated kernel-mode components), the core privileged execution environment that mediates process scheduling, memory management, and object handling for all user-mode code. CWE-416 (Use After Free) means a kernel object is freed but a dangling reference to it is subsequently dereferenced; an attacker who can control the reallocation of that freed memory can groom the pool to place attacker-controlled data where the stale pointer expects a valid object, converting the dangling reference into a controlled read/write or execution primitive in ring 0. Because the vulnerable code runs in kernel context, a successful exploit crosses the user/kernel trust boundary. The affected CPE set spans Windows 10, Windows 11, and Windows Server 2019 through 2025, indicating the vulnerable code is present in a shared, long-lived kernel component rather than a version-specific feature.
RemediationAI
Apply the Microsoft security update for CVE-2026-50478 for your specific Windows SKU and build via Windows Update or WSUS; the patch is available per the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50478 (Patch available per vendor advisory - consult the MSRC page for the exact KB/build number for each affected version). Because this is a kernel memory-corruption bug with no configurable feature to disable, there is no meaningful product-level workaround; compensating controls until patching completes should focus on limiting who can run code on the host: enforce least privilege and remove unnecessary local/interactive logon rights, apply application allowlisting (e.g. WDAC/AppLocker) to block untrusted executables that would provide the required low-privileged foothold, and enable/verify kernel exploit mitigations such as HVCI/Memory Integrity and Kernel-mode Hardware-enforced Stack Protection where supported (trade-off: HVCI can affect older third-party drivers and requires compatible hardware). Prioritize patching internet-facing and multi-user/RDP hosts where untrusted low-privileged code is most likely to run.
More in Windows Server 2019
View allWindows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged fi
Windows MSDT (Microsoft Support Diagnostic Tool) allows remote code execution when called via the ms-msdt URL protocol f
Windows Win32k contains an out-of-bounds write vulnerability enabling local privilege escalation to SYSTEM, exploited by
Windows Print Spooler Remote Code Execution Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is no auth
Windows Search Remote Code Execution Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely explo
Internet Shortcut Files Security Feature Bypass Vulnerability. Rated high severity (CVSS 8.1), this vulnerability is rem
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
Active Directory Domain Services Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.5), this vulnerabilit
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44087
GHSA-2vx4-34hr-q4wv