vendor:
GDI+
by:
Google Project Zero
8.8
CVSS
HIGH
Heap Overflow
119
CWE
Product Name: GDI+
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE: CVE-2017-0283
CPE: a:microsoft:gdiplus
Platforms Tested: Windows
2017
GDI+ Bitmap Decompression Heap Overflow
The GDI+ library can handle bitmaps originating from untrusted sources through a variety of attack vectors, like EMF files, which may embed bitmaps in records such as EMR_PLGBLT, EMR_BITBLT, EMR_STRETCHBLT, EMR_STRETCHDIBITS etc. The GDI+ implementation supports bitmaps compressed with the BI_RLE8 (8-bit Run-Length Encoding) compression algorithm, and performs the actual decompression in the gdiplus!DecodeCompressedRLEBitmap function.
Mitigation:
Apply the patch provided by the vendor.