CVE-2014-2773
Microsoft Internet Explorer 6-8 - Remote Code Execution via Memory Corruption
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-2773.
AI-analyzed exploit summary This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 (CVE-2014-2773) by manipulating the DOM to free a CFormElement object while still referencing it, leading to memory corruption. The included assembly-level analysis confirms the vulnerability in MSHTML!CInput::DoClick.
Description
Microsoft Internet Explorer 6 through 8 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-2768.
Exploits (1)
This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 (CVE-2014-2773) by manipulating the DOM to free a CFormElement object while still referencing it, leading to memory corruption. The included assembly-level analysis confirms the vulnerability in MSHTML!CInput::DoClick.