Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-1764.
AI-analyzed exploit summary This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 (CVE-2014-1764) by triggering a memory corruption in MSHTML!CInput::DoClick. The exploit manipulates the DOM to free a CFormElement object while still referencing it, leading to memory corruption.
Description
Microsoft Internet Explorer 7 through 11 allows remote attackers to execute arbitrary code and bypass a sandbox protection mechanism by leveraging "object confusion" in a broker process, as demonstrated by VUPEN during a Pwn2Own competition at CanSecWest 2014.
Exploits (1)
This HTML/JavaScript PoC demonstrates a use-after-free vulnerability in Internet Explorer 9/10 (CVE-2014-1764) by triggering a memory corruption in MSHTML!CInput::DoClick. The exploit manipulates the DOM to free a CFormElement object while still referencing it, leading to memory corruption.