vendor:
N/A
by:
Project Zero
7,8
CVSS
HIGH
Stack Buffer Overflow
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2020
Missing Bounds Check in Inner Loop of Escape Handler for 0x7000014
There is a missing bounds check in inner loop of the escape handler for 0x7000014 that leads to a stack buffer overflow. The attached PoC gives the following crashing context (Win 10 x64, 372.54): DRIVER_OVERRAN_STACK_BUFFER (f7). A driver has overrun a stack-based buffer. This overrun could potentially allow a malicious user to gain control of this machine.
Mitigation:
Ensure that bounds checks are performed on user-controlled data before it is used to access memory.