+ Reply to Thread
Results 1 to 2 of 2

Thread: ClickJacking in a new way Share/Save - My123World.Com!

  1. #1
    Web Security Consultant amolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really nice amolnaik4's Avatar
    Join Date
    Jul 2011
    Location
    webr00t
    Posts
    269
    Blog Entries
    3
    Thanks
    24
    Thanked 181 Times in 100 Posts

    ClickJacking in a new way



    Hi All,

    Clickjacking is one of the client side attacks which renders vulnerable action from target site in invisible/partially visible iframe. The attacker lures the victim to click on the button or link. These buttons or links are actully placed on top of vulnerable actions from target site.

    The proposed mitigations for these types of attacks are:
    X-Frame-Options
    Frame Bursting Code

    Michal Zalewski has come up with a new way to perform clickjacking attacks even target site is protected using above mentioned mitigations.

    From his Full Disclosure post:
    "The basic idea here is that instead of placing the UI you want to tamper with in an invisible or only partly-visible <iframe>, you can achieve a similar effect simply by predicting the time of a premeditated click (which is fairly easy if you look at mouse velocity and distance to the expected destination), and then either destroying the current window, or navigating to a different document (in this case, a cheesy banking site)."

    Check PoC:
    http://lcamtuf.coredump.cx/clickit/

    Cheers,
    AMol NAik

  2. The Following User Says Thank You to amolnaik4 For This Useful Post:

    D4rk357 (12-12-2011)

  3. #2
    Web Security Consultant amolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really niceamolnaik4 is just really nice amolnaik4's Avatar
    Join Date
    Jul 2011
    Location
    webr00t
    Posts
    269
    Blog Entries
    3
    Thanks
    24
    Thanked 181 Times in 100 Posts
    Damn.. I posted it in wrong section. Mods, can u please move this thread to "Web Application" section?

    Thanks,
    AMol NAik

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts