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>
Try several times, some times this code works in my IE without DOS too. This code is works (at my IE) only when value of a title is more then 64k, but some times it doesn't works.