CVE-2026-45653
7.0
Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploitability: 1.0 / Impact: 5.9
Source: secure@microsoft.com
Description
Use after free in Windows Kernel allows an authorized attacker to elevate privileges locally.
Affected (24)
Configuration A
| Vulnerable Software | Affected Versions |
|---|---|
| Before 10.0.14393.9234 | |
| Before 10.0.17763.8880 | |
| Before 10.0.19044.7417 | |
| Before 10.0.19045.7417 | |
| Before 10.0.22631.7219 | |
| Before 10.0.26100.8655 | |
| Before 10.0.26200.8655 | |
| Before 10.0.28000.2269 | |
| All versions | |
| Before 10.0.14393.9234 | |
| Before 10.0.17763.8880 | |
| Before 10.0.20348.5256 | |
| Before 10.0.26100.32995 |
Related CWEs
CWE-122
Heap-based Buffer Overflow
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
Use After Free
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.
References (1)
Source: secure@microsoft.com
Vendor Advisory
Timeline
No history available yet.