7.5
CVSSv2

CVE-2005-2123

Published: 29/11/2005 Updated: 12/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple integer overflows in the Graphics Rendering Engine (GDI32.DLL) in Windows 2000 SP4, XP SP1 and SP2, and Server 2003 SP1 allow remote malicious users to execute arbitrary code via crafted Windows Metafile (WMF) and Enhanced Metafile (EMF) format images that lead to heap-based buffer overflows, as demonstrated using MRBP16::bCheckRecord.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2003 server itanium

microsoft windows 2003 server r2

microsoft windows 2003 server sp1

microsoft windows 2000

microsoft windows 2003 server 64-bit

Exploits

/* * Author: Winny Thomas * Pune, INDIA * * The crafted metafile (WMF) from this code when viewed in explorer crashes it The issue is seen * when the field 'mtNoObjects' in the Metafile header is set to 0x0000 * The code was tested on Windows 2000 server SP4 The issue does not occur with the * hotfix for GDI (MS05-053) installed ...