CVE-2011-5046
Microsoft Windows GDI - Remote Code Execution via IFRAME Height Attribute
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-5046. PoCs published by webDEViL.
AI-analyzed exploit summary This exploit triggers a Blue Screen of Death (BSoD) in Windows 7 x64 via a malformed iframe height attribute, causing a page fault in the win32k.sys driver during GDI operations. The stack trace confirms the crash occurs in NtGdiDrawStream due to improper memory handling.
Description
The Graphics Device Interface (GDI) in win32k.sys in the kernel-mode drivers in Microsoft Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista SP2, Windows Server 2008 SP2, R2, and R2 SP1, and Windows 7 Gold and SP1 does not properly validate user-mode input, which allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via crafted data, as demonstrated by a large height attribute of an IFRAME element rendered by Safari, aka "GDI Access Violation Vulnerability."
Exploits (1)
This exploit triggers a Blue Screen of Death (BSoD) in Windows 7 x64 via a malformed iframe height attribute, causing a page fault in the win32k.sys driver during GDI operations. The stack trace confirms the crash occurs in NtGdiDrawStream due to improper memory handling.