CVE-2005-0803
Windows 2000 - Denial of Service via Crafted Enhanced Metafile
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2005-0803. PoCs published by Hongzhen Zhou.
AI-analyzed exploit summary This exploit leverages a denial of service vulnerability in Microsoft Windows GDI library 'gdi32.dll' by using a malformed EMF image file. The provided hex dump represents a crafted EMF file that triggers the vulnerability, causing a denial of service condition.
Description
The GetEnhMetaFilePaletteEntries API in GDI32.DLL in Windows 2000 allows remote attackers to cause a denial of service (application crash) via a crafted Enhanced Metafile (EMF) file that causes invalid (1) end, (2) emreof, or (3) palent offsets to be used, aka "Enhanced Metafile Vulnerability."
Exploits (2)
This exploit leverages a denial of service vulnerability in Microsoft Windows GDI library 'gdi32.dll' by using a malformed EMF image file. The provided hex dump represents a crafted EMF file that triggers the vulnerability, causing a denial of service condition.
This code generates a malformed Windows Metafile (WMF) that exploits CVE-2005-0803 by setting the 'mtNoObjects' field to 0x0000, causing a crash in Windows Explorer. It was tested on Windows 2000 SP4 and bypasses the MS05-053 hotfix.