00:00
54
More
See all Show me
2. Google Chrome Javascript Status Bar Exploit
2 years ago
This video demonstrates a way to exploit Chrome's statusbar UI and trick a user into clicking a seemingly safe link. The exploit is performed using nothing more than Javascript, HTML and CSS3.

This is possible because Chrome houses the statusbar within the browser frame, allowing a smart designer to emulate the exact status bar UI. The only real fix to this issue is to house the status bar outside of the web frame.

You can see the working code here: gnuu.org/chrome_status_exploit

Blog post: gnuu.org/2009/07/15/google-chrome-status-bar-exploit-using-javascript/
  • Kenan Sulayman 2 years ago
    Well, this ain't an exploit.
    It's a common DOM manipulation in javascript.

    For example with #Prototype.js:

    (a href="//vimeo.com/" id="do")xyz(/a)
    (script type="text/javascript")
    Event.observe ( $('do'), 'click', function ( event ) { event.stop(); return window.location.href = "//microsoft.com/"; } );
    (/script)
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

About this video

MP4
00:00:54
  • 480x368, 1.78MB
  • Uploaded Wed July 15, 2009
  • Please join or log in to download

Statistics

Date Plays Comments
Totals 1,064 0 1
Feb 14th 0 0 0
Feb 13th 0 0 0
Feb 12th 1 0 0
Feb 11th 0 0 0
Feb 10th 1 0 0
Feb 9th 0 0 0
Feb 8th 1 0 0