Clickjacking
Clickjacking (User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a Web user into clicking on something different from what the user perceives they are clicking on, thus potentially revealing confidential information or taking control of their computer while clicking on seemingly innocuous web pages.[1][2][3][4] It is a browser security issue that is a vulnerability across a variety of browsers and platforms. A clickjack takes the form of embedded code or a script that can execute without the user's knowledge, such as clicking on a button that appears to perform another function.[5] The term "clickjacking" was coined by Jeremiah Grossman and Robert Hansen in 2008.[6] Clickjacking can be understood as an instance of the confused deputy problem.[7]
Description
Clickjacking is possible because seemingly harmless features of HTML web pages can be employed to perform unexpected actions.
A clickjacked page tricks a user into performing undesired actions by clicking on a concealed link. On a clickjacked page, the attackers load another page over it in a transparent layer. The users think that they are clicking visible buttons, while they are actually performing actions on the hidden page. The hidden page may be an authentic page; therefore, the attackers can trick users into performing actions which the users never intended. There is no way of tracing such actions to the attackers later, as the users would have been genuinely authenticated on the hidden page.
Examples
A user might receive an email with a link to a video about a news item, but another valid page, say a product page on Amazon.com, can be "hidden" on top or underneath the "PLAY" button of the news video. The user tries to "play" the video but actually "buys" the product from Amazon.
Other known exploits include:
- Tricking users into enabling their webcam and microphone through Flash
- Tricking users into making their social networking profile information public
- Making users follow someone on Twitter[8]
- Sharing links on Facebook[9][10]
Likejacking
Likejacking is a malicious technique of tricking users of a website into posting a Facebook status update for a site they did not intentionally mean to "like".[11] The term "likejacking" came from a comment posted by Corey Ballou in the article How to "Like" Anything on the Web (Safely),[12] which is one of the first documented postings explaining the possibility of malicious activity regarding Facebook's "like" button.[13]
According to an article in IEEE Spectrum, a solution to likejacking was developed at one of Facebook's hackathons.[14] A "Like" bookmarklet is available that avoids the possibility of likejacking present in the Facebook Like Button.[15]
Cursorjacking
Cursorjacking is a UI redressing technique to change the cursor from the location the user perceives, discovered in 2010 by Eddy Bordi, a researcher at Vulnerability.fr,[citation needed] Marcus Niemietz demonstrated this with a custom cursor icon, and in 2012 Mario Heiderich by hiding the cursor.[16][17]
Prevention
Client-side
NoScript
Protection against clickjacking (including likejacking) can be added to Mozilla Firefox desktop and mobile[18] versions by installing the NoScript add-on: its ClearClick feature, released on 8 October 2008, prevents users from clicking on invisible or "redressed" page elements of embedded documents or applets.[19] According to Google's "Browser Security Handbook", NoScript's ClearClick is "the only freely available product that offers a reasonable degree of protection" against Clickjacking.[20] Protection from the newer cursorjacking attack was added to NoScript 2.2.8 RC1.[16]
GuardedID
GuardedID (a commercial product) includes client-side clickjack protection for users of Internet Explorer and Firefox[21] without interfering with the operation of legitimate iFrames. GuardedID clickjack protection forces all frames to become visible.
Gazelle
Gazelle is a Microsoft Research project secure web browser based on IE, that uses an OS-like security model, and has its own limited defenses against clickjacking.[22] In Gazelle, a window of different origin may only draw dynamic content over another window's screen space if the content it draws is opaque.
Server-side
Framekiller
Web site owners can protect their users against UI redressing (frame based clickjacking) on the server side by including a framekiller JavaScript snippet in those pages they do not want to be included inside frames from different sources.[20]
Such JavaScript-based protection, unfortunately, is not always reliable. This is especially true on Internet Explorer,[20] where this kind of countermeasure can be circumvented "by design" by including the targeted page inside an <IFRAME SECURITY=restricted> element.[23]
Server and client
Content Security Policy is proposed standard countermeasure against clickjacking and other similar attacks.
X-Frame-Options
On 26 January 2009 Microsoft released RC1 of Internet Explorer 8, which includes a new partial clickjacking prevention option. Web site developers will be able to add a HTTP header to help detect and prevent frame-based UI redressing. IE 8, according to Microsoft, “will detect sites that insert the tag and give users a new error screen indicating that the content host has chosen not to allow their content to be framed, while giving users the option to open the content in a new window.” [24]
Microsoft's suggested solution,[25][26] which has since also been implemented in the Safari,[27] Firefox,[28] Chrome,[29] and Opera[30] Web browsers, is to check for a new HTTP header, X-Frame-Options. This header can take the values DENY, SAMEORIGIN, or ALLOW-FROM origin, which will prevent any framing, prevent framing by external sites, or allow framing only by the specified site, respectively. In addition to that, some advertising sites return a non-standard ALLOWALL value with the intention to allow framing their content on any page (equivalent of not setting X-Frame-Options at all).[31]
In 2013 the X-Frame-Options header has been officially standardized as RFC 7034[32]
See also
- Browser security
- Internet security
- Internet safety
- Hacker (computer security)
- Cross-site scripting
- Phishing
- Ghostery
References
- ↑ Robert McMillan (17 September 2008). "At Adobe's request, hackers nix 'clickjacking' talk". PC World. Retrieved 2008-10-08.
- ↑ Megha Dhawan (29 September 2008). "Beware, clickjackers on the prowl". India Times. Retrieved 2008-10-08.
- ↑ Dan Goodin (7 October 2008). "Net game turns PC into undercover surveillance zombie". The Register. Retrieved 2008-10-08.
- ↑ Fredrick Lane (8 October 2008). "Web Surfers Face Dangerous New Threat: 'Clickjacking'". newsfactor.com. Retrieved 2008-10-08.
- ↑ Sumner Lemon (30 September 2008). "Business Center: Clickjacking Vulnerability to Be Revealed Next Month". Retrieved 2008-10-08.
- ↑ You don't know (click)jack Robert Lemos, October 2008
- ↑ The Confused Deputy rides again!, Tyler Close, October 2008
- ↑ Daniel Sandler (12 February 2009). "Twitter's "Don't Click" prank, explained (dsandler.org)". Retrieved 2009-12-28.
- ↑ Krzysztof Kotowicz (21 December 2009). "New Facebook clickjacking attack in the wild". Retrieved 2009-12-29.
- ↑ BBC (3 June 2010). "Facebook "clickjacking" spreads across site". BBC News. Retrieved 2010-06-03.
- ↑ Cohen, Richard (31 May 2010). "Facebook Work - "Likejacking"". Sophos. Retrieved 2010-06-05.
- ↑ Ballou, Corey (06/02/2010). ""Likejacking" Term Catches On". jqueryin.com. Retrieved 2010-06-08.
- ↑ Perez, Sarah (06/02/2010). ""Likejacking" Takes Off on Facebook". ReadWriteWeb. Retrieved 2010-06-05.
- ↑ Kushner, David (June 2011). "Facebook Philosophy: Move Fast and Break Things". spectrum.ieee.org. Retrieved 2011-07-15.
- ↑ Perez, Sarah (23 April 2010). "How to "Like" Anything on the Web (Safely)". ReadWriteWeb. Retrieved 24 August 2011.
- ↑ 16.0 16.1 Krzysztof Kotowicz (18 January 2012). "Cursorjacking Again". Retrieved 2012-01-31.
- ↑ Aspect Security. "Cursor-jacking attack could result in application security breaches". Retrieved 2012-01-31.
- ↑ Giorgio Maone (24 June 2011). "NoScript Anywhere". hackademix.net. Retrieved 2011-06-30.
- ↑ Giorgio Maone (8 October 2008). "Hello ClearClick, Goodbye Clickjacking". hackademix.net. Retrieved 2008-10-27.
- ↑ 20.0 20.1 20.2 Michal Zalevski (10 December 2008). "Browser Security Handbook, Part 2, UI Redressing". Google Inc. Retrieved 2008-10-27.
- ↑ Robert Hansen (4 February 2009). "Clickjacking and GuardedID ha.ckers.org web application security lab". Retrieved 2011-11-30.
- ↑ Wang, Helen J.; Grier, Chris; Moschchuk, Alexander; King, Samuel T.; Choudhury, Piali; Venter, Herman (August 2009). "The Multi-Principal OS Construction of the Gazelle Web Browser". 18th Usenix Security Symposium, Montreal, Canada. Retrieved 2010-01-26.
- ↑ Giorgio Maone (27 October 2008). "Hey IE8, I Can Has Some Clickjacking Protection". hackademix.net. Retrieved 2008-10-27.
- ↑ Mary Jo Foley (26 January 2009). "Near-final IE 8 test build ready for download". Retrieved 2009-01-26.
- ↑ Eric Lawrence (27 January 2009). "IE8 Security Part VII: ClickJacking Defenses". Retrieved 2010-12-30.
- ↑ Eric Lawrence (30 March 2010). "Combating ClickJacking With X-Frame-Options". Retrieved 2010-12-30.
- ↑ Ryan Naraine (8 June 2009). "Apple Safari jumbo patch: 50+ vulnerabilities fixed". Retrieved 2009-06-10.
- ↑ https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header The X-Frame-Options response header — MDC
- ↑ Adam Barth (26 January 2010). "Security in Depth: New Security Features". Retrieved 2010-01-26.
- ↑ "Web specifications support in Opera Presto 2.6". 12 October 2010. Retrieved 2012-01-22.
- ↑ "The mess with X-Frame-Options: ALLOWALL". IPSec.pl. Retrieved 1 March 2013.
- ↑ "HTTP Header Field X-Frame-Options". IETF. 2013.
External links
- Original paper on clickjacking
- clickjacking links collected by Steve Gibson of GRC.com
- Waterken article on clickjacking and capability-based security
- OWASP clickjacking
- Example of Facebook ClickJacking
- UI Redressing: Attacks and Countermeasures Revisited
- New Insights into Clickjacking @ Owasp AppSec Research 2010
- Clickjacking attack on Flash Player,20 Oct 2011
- Cursorjacking Demo page Original custom cursor method
- A good example of cursorjacking? Hidden cursor method
|