Cyber Resilience

CVE-2026-32152

HighUpdated

Published: 14 April 2026

Published
14 April 2026
Modified
01 June 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0006 18.0th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32152 is a high-severity Use After Free (CWE-416) vulnerability in Microsoft Windows 11 23H2. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 18.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-32152 is a use-after-free vulnerability (CWE-416) in the Desktop Window Manager (DWM), a core Windows component responsible for compositing windows and rendering the desktop environment. Published on April 14, 2026, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.

The vulnerability can be exploited by an authorized local attacker possessing low privileges. Exploitation requires only local access and low complexity, with no user interaction needed. Successful attacks enable privilege escalation, granting high-level impacts on confidentiality, integrity, and availability.

Microsoft's advisory provides mitigation guidance, available at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32152. Security practitioners should consult this update guide for details on applicable patches and remediation steps.

EU & UK References

Vulnerability details

Use after free in Desktop Window Manager allows an authorized attacker to elevate privileges locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Use-after-free in privileged DWM component directly enables local privilege escalation via memory corruption exploitation (CWE-416, AV:L, high impact).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-32154Same product: Microsoft Windows 11 23H2
CVE-2026-26132Same product: Microsoft Windows 11 23H2
CVE-2026-33101Same product: Microsoft Windows 11 24H2
CVE-2026-32155Same product: Microsoft Windows 11 23H2
CVE-2026-20871Same product: Microsoft Windows 11 23H2
CVE-2026-24292Same product: Microsoft Windows 11 23H2
CVE-2026-33835Same product: Microsoft Windows 11 23H2
CVE-2026-32078Same product: Microsoft Windows 11 23H2
CVE-2026-26181Same product: Microsoft Windows 11 23H2
CVE-2026-25167Same product: Microsoft Windows 11 24H2

Affected Assets

microsoft
windows 11 23h2
≤ 10.0.22631.6936 · ≤ 10.0.22631.6936
microsoft
windows 11 24h2
≤ 10.0.26100.8246 · ≤ 10.0.26100.8246
microsoft
windows 11 25h2
≤ 10.0.26200.8246 · ≤ 10.0.26200.8246
microsoft
windows 11 26h1
≤ 10.0.28000.1836 · ≤ 10.0.28000.1836
microsoft
windows server 2022
≤ 10.0.20348.5020
microsoft
windows server 2022 23h2
≤ 10.0.25398.2274
microsoft
windows server 2025
≤ 10.0.26100.32690

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the use-after-free vulnerability in Desktop Window Manager by identifying, testing, and deploying vendor patches.

prevent

Implements memory protection techniques like address space randomization and non-executable memory that directly mitigate exploitation of use-after-free vulnerabilities.

prevent

Enforces least privilege for processes and users, limiting the impact and success potential of local privilege escalation attempts via the DWM vulnerability.

References