vendor:
N/A
by:
Project Zero
7,8
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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 10 x64
2017
DxgkDdiEscape handler for 0x5000027 vulnerability
The DxgkDdiEscape handler for 0x5000027 accepts a user provided pointer, but does no checks on it before using it. This can lead to a buffer overflow vulnerability. The PoC provided causes a read on said pointer, but based on inspecting where this pointer is passed it seems like there is at least 1 code path that can result in a write (not confirmed).
Mitigation:
Ensure that all user-provided pointers are properly validated before use.