CVE-2026-44808
EUVD-2026-3574809.06.2026, 17:17
Heap-based buffer overflow in Windows DWM Core Library allows an authorized attacker to elevate privileges locally.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| microsoft | windows_11_26h1 | 𝑥 < 10.0.28000.2269 |
| microsoft | windows_11_26h1 | 𝑥 < 10.0.28000.2269 |
𝑥
= Vulnerable software versions
Windows Releases
Platform | Version | ||
|---|---|---|---|
| Windows 11 |
|
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-416 - Use After FreeReferencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code.