Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local use-after-free EoP triggerable by an authenticated low-privileged user without interaction (AV:L, PR:L, UI:N), granting full SYSTEM-level control (C/I/A:H) within unchanged scope.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Use after free in Windows Runtime allows an authorized attacker to elevate privileges locally.
AnalysisAI
Elevation of privilege in the Windows Runtime (WinRT) component affects Windows 10 (21H2/22H2), Windows 11 (24H2/25H2/26H1), and Windows Server 2025, where a use-after-free memory-corruption flaw lets an already-authenticated local user run code at higher privilege. Microsoft has released a patch and reported the issue; there is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV. Given the CVSS 7.8 (Important) rating and full C/I/A impact, this is a standard local privilege-escalation risk suited for regular patch prioritization rather than emergency response.
Technical ContextAI
The Windows Runtime (WinRT) is the modern API/object model that underpins Universal Windows Platform and many in-box Windows apps and services, exposing COM-based components consumed by low-privilege processes. The root cause is CWE-416 (Use After Free): an object is freed while a dangling reference remains, and subsequent access to that stale pointer allows an attacker to control freed heap memory, corrupt object state, and redirect execution or manipulate privileged data. Because WinRT components are invoked broadly across the OS, a UAF here provides a local attacker a reachable primitive from user-mode code. The affected CPEs enumerate Windows 10 Version 21H2 and 22H2, Windows 11 Version 24H2, 25H2 and 26H1, and Windows Server 2025 including Server Core, confirming a broad supported-OS impact.
RemediationAI
Patch available per vendor advisory - apply the Microsoft security update for CVE-2026-50486 referenced at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50486, selecting the cumulative update matching each affected build (Windows 10 21H2/22H2, Windows 11 24H2/25H2/26H1, and Windows Server 2025 including Server Core); exact fixed build numbers are listed in the MSRC update guide entry. No standalone workaround is published for a use-after-free in a core OS runtime, so the update is the authoritative fix; as compensating controls until patching, restrict and monitor local/interactive logon rights and enforce least privilege so fewer accounts can run the local code needed to trigger the flaw, and apply application allowlisting (e.g., WDAC/AppLocker) to reduce an attacker's ability to execute the initial low-privilege code - with the trade-off that these controls limit reachability but do not remediate the underlying bug.
More in Windows 10 Version 21H2
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-416 – Use After Free
View allSame technique Use After Free
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44097
GHSA-qhx9-cjw7-mfcq