Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
3DescriptionCVE.org
Use after free in Windows DWM Core Library allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in the Windows Desktop Window Manager (DWM) Core Library allows an authenticated low-privileged user to elevate to higher privileges on the host by triggering a use-after-free condition. The flaw was reported by Microsoft (MSRC) and carries a CVSS 7.8 with no public exploit identified at time of analysis. EPSS data was not provided and the issue is not currently listed in CISA KEV.
Technical ContextAI
The Desktop Window Manager (DWM) is the compositing window manager responsible for rendering the Windows desktop, including visual effects, transparency, and per-window buffers. Its Core Library runs with elevated privileges in user-mode and brokers requests from less-privileged graphical clients, making memory-safety defects in this surface a long-standing path to local privilege escalation. The advisory points to a use-after-free (typically CWE-416), where an object is referenced after being freed, allowing an attacker to control the contents at the freed allocation and ultimately influence execution flow within the DWM context; NVD has classified the underlying root cause more broadly as CWE-20 (Improper Input Validation), suggesting the freed-object access is reachable via crafted input from a lower-privileged caller.
RemediationAI
Apply the Microsoft security update referenced in the MSRC advisory (https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-44811) on the next patch cycle; the exact fix build numbers were not included in the provided data and should be read directly from the advisory's 'Security Updates' table for each affected Windows SKU. No vendor-supplied workaround was published in the available references, so compensating controls are limited to standard local-EoP hardening: restrict interactive logon and remote desktop access to trusted accounts (reduces who can reach the local attack surface), enforce Credential Guard and LSA protection to limit downstream value of a successful EoP, and ensure EDR rules are tuned to flag anomalous child processes spawning from dwm.exe (may produce noise on systems running graphical automation tools). Disabling DWM is not a viable mitigation on modern Windows because it is required for the composited desktop.
More in Windows 11 26h1
View allSymlink following (CWE-59) in the Windows Update Stack enables a locally authenticated attacker with standard user privi
Privilege escalation in the Windows Ancillary Function Driver for WinSock (afd.sys) allows a locally authenticated attac
Remote code execution in Microsoft Windows HTTP.sys allows unauthenticated network attackers to execute arbitrary code b
Privilege elevation in the Windows TCP/IP networking stack allows an unauthenticated attacker on an adjacent network to
Remote code execution in Windows RRAS affects Windows 10 1607 and Windows Server 2022 23h2 through an integer overflow v
Local code execution in Microsoft Windows Win32K GRFX (graphics) subsystem allows an attacker with low-privilege local a
Local code execution in the Windows Win32K GRFX (graphics) subsystem allows an unauthorized attacker with the ability to
Local privilege escalation in Microsoft Windows Push Notifications service stems from a race condition (CWE-362) that an
Local privilege escalation in Microsoft Windows Push Notifications service stems from a race condition (CWE-362) that an
Local privilege escalation in Windows Push Notifications enables an authenticated low-privileged user to elevate to high
Local privilege escalation in Microsoft Windows Push Notifications service stems from a race condition (CWE-362) in conc
Remote denial-of-service in Microsoft's HTTP/2 implementation allows unauthenticated network attackers to exhaust server
Same weakness CWE-20 – Improper Input Validation
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35747
GHSA-mr6m-hrrm-6262