vendor:
N/A
by:
Project Zero
8,3
CVSS
HIGH
Out-of-Bounds Read/Write
787
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: N/A
2017
DxgkDdiSubmitCommandVirtual
An attacker can specify an arbitrary length for the copy, as well as specify an arbitrary 32-bit offset to copy from, leading to an out-of-bounds read/write. This is possible due to the lack of proper checks on the |len| value and the |size| field from the header.
Mitigation:
Proper checks should be implemented on the |len| value and the |size| field from the header to prevent out-of-bounds read/write.