CVE-2026-45636
Undergoing Analysis
Undergoing Analysis - In Progress
Heap-based Buffer Overflow in Windows NTFS
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: Microsoft Corporation
Description
Description
Heap-based buffer overflow in Windows NTFS allows an unauthorized attacker to execute code locally.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | windows_ntfs | * |
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-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |