CVE-2014-2754
Microsoft Internet Explorer 9 - Remote Code Execution via Memory Corruption
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-2754.
AI-analyzed exploit summary This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 by manipulating the CFormElement object via onclick event handlers, leading to memory corruption. The exploit triggers a race condition where freed memory is accessed, as shown in the disassembly comments.
Description
Microsoft Internet Explorer 9 allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted web site, aka "Internet Explorer Memory Corruption Vulnerability," a different vulnerability than CVE-2014-1774 and CVE-2014-1788.
Exploits (1)
This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 by manipulating the CFormElement object via onclick event handlers, leading to memory corruption. The exploit triggers a race condition where freed memory is accessed, as shown in the disassembly comments.