CVE-2026-45653
Modified
Modified - Updated After Analysis
Use After Free in Windows Kernel Allows Local Privilege Escalation
Vulnerability report for CVE-2026-45653, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-09
Last updated on: 2026-07-09
Assigner: Microsoft Corporation
Description
Description
Heap-based buffer overflow in Windows Kernel allows an authorized attacker to elevate privileges locally.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | windows_server_2012 | r2 |
| microsoft | windows_server_2012 | * |
| microsoft | windows_10_1607 | to 10.0.14393.9234 (exc) |
| microsoft | windows_10_1607 | to 10.0.14393.9234 (exc) |
| microsoft | windows_10_1809 | to 10.0.17763.8880 (exc) |
| microsoft | windows_10_1809 | to 10.0.17763.8880 (exc) |
| microsoft | windows_10_21h2 | to 10.0.19044.7417 (exc) |
| microsoft | windows_10_21h2 | to 10.0.19044.7417 (exc) |
| microsoft | windows_10_21h2 | to 10.0.19044.7417 (exc) |
| microsoft | windows_10_22h2 | to 10.0.19045.7417 (exc) |
| microsoft | windows_10_22h2 | to 10.0.19045.7417 (exc) |
| microsoft | windows_10_22h2 | to 10.0.19045.7417 (exc) |
| microsoft | windows_11_23h2 | to 10.0.22631.7219 (exc) |
| microsoft | windows_11_23h2 | to 10.0.22631.7219 (exc) |
| microsoft | windows_11_24h2 | to 10.0.26100.8655 (exc) |
| microsoft | windows_11_24h2 | to 10.0.26100.8655 (exc) |
| microsoft | windows_11_25h2 | to 10.0.26200.8655 (exc) |
| microsoft | windows_11_25h2 | to 10.0.26200.8655 (exc) |
| microsoft | windows_11_26h1 | to 10.0.28000.2269 (exc) |
| microsoft | windows_11_26h1 | to 10.0.28000.2269 (exc) |
| microsoft | windows_server_2016 | to 10.0.14393.9234 (exc) |
| microsoft | windows_server_2019 | to 10.0.17763.8880 (exc) |
| microsoft | windows_server_2022 | to 10.0.20348.5256 (exc) |
| microsoft | windows_server_2025 | to 10.0.26100.32995 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A 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 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |