Clickjacking

From HandWiki
Short description: Malicious technique of tricking a Web user
In a clickjacking attack, the user is presented with a false interface, where their input is applied to something they cannot see

Clickjacking (classified as a user interface redress attack or UI redressing) is a malicious technique of tricking a user into clicking on something different from what the user perceives, thus potentially revealing confidential information or allowing others to take control of their computer while clicking on seemingly innocuous objects, including web pages.[1][2][3][4][5]

Clickjacking is an instance of the confused deputy problem, wherein a computer is tricked into misusing its authority.[6]

History

In 2002, it had been noted that it was possible to load a transparent layer over a web page and have the user's input affect the transparent layer without the user noticing. However, this was mainly ignored as a major issue until 2008.[7]

In 2008, Jeremiah Grossman and Robert Hansen (of SecTheory) had discovered that Adobe Flash Player was able to be clickjacked, allowing an attacker to gain access to a user's computer without the user's knowledge.[7] Grossman and Hansen coined the term "clickjacking",[8][9] a portmanteau of the words "click" and "hijacking".[7]

As more attacks of a similar nature were discovered, the focus of the term "UI redressing" was changed to describe the category of these attacks, rather than just clickjacking itself.[7]

Description

One form of clickjacking takes advantage of vulnerabilities that are present in applications or web pages to allow the attacker to manipulate the user's computer for their own advantage.

For example, a clickjacked page tricks a user into performing undesired actions by clicking on concealed links. On a clickjacked page, the attackers load another page over the original page in a transparent layer to trick the user into taking actions, the outcomes of which will not be the same as the user expects. The unsuspecting users think that they are clicking visible buttons, while they are actually performing actions on the invisible page, clicking buttons of the page below the layer. The hidden page may be an authentication 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.

Clickjacking categories

  • Classic: works mostly through a web browser[7]
  • Likejacking: utilizes Facebook's social media capabilities[10][11]
  • Nested: clickjacking tailored to affect Google+[12]
  • Cursorjacking: manipulates the cursor's appearance and location[7]
  • MouseJacking: inject keyboard or mouse input via remote RF link[13]
  • Browserless: does not use a browser[7]
  • Cookiejacking: acquires cookies from browsers[7][14]
  • Filejacking: capable of setting up the affected device as a file server[7][15][16]
  • Password manager attack: clickjacking that utilizes a vulnerability in the autofill capability of browsers[7]

Classic

Classic clickjacking refers to a situation when an attacker uses hidden layers on web pages to manipulate the actions a user's cursor does, resulting in misleading the user about what truly is being clicked on.[17]

A user might receive an email with a link to a video about a news item, but another webpage, say a product page on Amazon, 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. The hacker can only send a single click, so they rely on the fact that the visitor is both logged into Amazon and has 1-click ordering enabled.

While technical implementation of these attacks may be challenging due to cross-browser incompatibilities, a number of tools such as BeEF or Metasploit Project offer almost fully automated exploitation of clients on vulnerable websites. Clickjacking may be facilitated by – or may facilitate – other web attacks, such as XSS.[18][19]

Likejacking

Likejacking is a malicious technique of tricking users viewing a website into "liking" a Facebook page or other social media posts/accounts that they did not intentionally mean to "like".[20] The term "likejacking" came from a comment posted by Corey Ballou in the article How to "Like" Anything on the Web (Safely),[21] which is one of the first documented postings explaining the possibility of malicious activity regarding Facebook's "like" button.[22]

According to an article in IEEE Spectrum, a solution to likejacking was developed at one of Facebook's hackathons.[23] A "Like" bookmarklet is available that avoids the possibility of likejacking present in the Facebook like button.[24]

Nested

Nested clickjacking, compared to classic clickjacking, works by embedding a malicious web frame between two frames of the original, harmless web page: that from the framed page and that which is displayed on the top window. This works due to a vulnerability in the HTTP header X-Frame-Options, in which, when this element has the value SAMEORIGIN, the web browser only checks the two aforementioned layers. The fact that additional frames can be added in between these two while remaining undetected means that attackers can use this for their benefit.

In the past, with Google+ and the faulty version of X-Frame-Options, attackers were able to insert frames of their choice by using the vulnerability present in Google's Image Search engine. In between the image display frames, which were present in Google+ as well, these attacker-controlled frames were able to load and not be restricted, allowing for the attackers to mislead whomever came upon the image display page.[12]

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.[25] Marcus Niemietz demonstrated this with a custom cursor icon, and in 2012 Mario Heiderich did so by hiding the cursor.[26]

Jordi Chancel, a researcher at Alternativ-Testing.fr, discovered a CursorJacking vulnerability using Flash, HTML and JavaScript code in Mozilla Firefox on Mac OS X systems (fixed in Firefox 30.0) which can lead to arbitrary code execution and webcam spying.[27]

A second CursorJacking vulnerability was again discovered by Jordi Chancel in Mozilla Firefox on Mac OS X systems (fixed in Firefox 37.0) using once again Flash, HTML and JavaScript code which can also lead to spying via a webcam and the execution of a malicious addon, allowing the execution of malware on the affected user's computer.[28]

MouseJack

Different from other clickjacking techniques that redress a UI, MouseJack is a wireless hardware-based UI vulnerability first reported by Marc Newlin of Bastille.net in 2016 which allows external keyboard input to be injected into vulnerable dongles.[29] Logitech supplied firmware patches but other manufacturers failed to respond to this vulnerability.[30]

Browserless

In Browserless clickjacking, attackers utilize vulnerabilities in programs to replicate classic clickjacking in them, without being required to use the presence of a web browser.

This method of clickjacking is mainly prevalent among mobile devices, usually on Android devices, especially due to the way in which toast notifications work. Because toast notifications have a small delay in between the moment the notification is requested and the moment the notification actually displays on-screen, attackers are capable of using that gap to create a dummy button that lies hidden underneath the notification and can still be clicked on.[7]

CookieJacking

CookieJacking is a form of clickjacking in which cookies are stolen from the victim's web browsers. This is done by tricking the user into dragging an object which seemingly appears harmless, but is in fact making the user select the entire content of the cookie being targeted. From there, the attacker can acquire the cookie and all of the data that it possesses.[14][clarification needed]

FileJacking

In fileJacking, attackers use the web browser's capability to navigate through the computer and access computer files in order to acquire personal data. It does so by tricking the user into establishing an active file server (through the file and folder selection window that browsers use). With this, attackers can now access and take files from their victims' computers.[15]

Password manager attack

A 2014 paper from researcher at the Carnegie Mellon University found that while browsers refuse to autofill if the protocol on the current login page is different from the protocol at the time the password was saved, some password managers would insecurely fill in passwords for the http version of https-saved passwords. Most managers did not protect against iFrame- and redirection-based attacks and exposed additional passwords where password synchronization had been used between multiple devices.[16]

Prevention

Client-side

NoScript

Protection against clickjacking (including likejacking) can be added to Mozilla Firefox desktop and mobile[31] 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.[32] According to Google's "Browser Security Handbook" from 2008, NoScript's ClearClick is a "freely available product that offers a reasonable degree of protection" against Clickjacking.[33] Protection from the newer cursorjacking attack was added to NoScript 2.2.8 RC1.[26]

NoClickjack

The "NoClickjack" web browser add-on (browser extension) adds client-side clickjack protection for users of Google Chrome, Mozilla Firefox, Opera and Microsoft Edge without interfering with the operation of legitimate iFrames. NoClickjack is based on technology developed for GuardedID. The NoClickjack add-on is free of charge.

GuardedID

GuardedID (a commercial product) includes client-side clickjack protection for users of Internet Explorer without interfering with the operation of legitimate iFrames.[34] GuardedID clickjack protection forces all frames to become visible. GuardedID teams[clarification needed] with the add-on NoClickjack to add protection for Google Chrome, Mozilla Firefox, Opera and Microsoft Edge.

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.[35] 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.

Intersection Observer v2

The Intersection Observer v2 API[36] introduces the concept of tracking the actual "visibility" of a target element as a human being would define it.[37] This allows a framed widget to detect when it's being covered. The feature is enabled by default since Google Chrome 74, released in April 2019.[38] The API is also implemented by other Chromium-based browsers, such as Microsoft Edge and Opera.

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.[33]

Such JavaScript-based protection is not always reliable. This is especially true on Internet Explorer,[33] where this kind of countermeasure can be circumvented "by design" by including the targeted page inside an <IFRAME SECURITY=restricted> element.[39]

X-Frame-Options

Introduced in 2009 in Internet Explorer 8 was a new HTTP header X-Frame-Options which offered a partial protection against clickjacking[40][41] and was adopted by other browsers (Safari,[42] Firefox,[43] Chrome,[44] and Opera[45]) shortly afterwards. The header, when set by website owner, declares its preferred framing policy: values of DENY, ALLOW-FROM origin, or SAMEORIGIN will prevent any framing, 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).

In 2013 the X-Frame-Options header has been officially published as RFC 7034,[46] but is not an Internet standard. The document is provided for informational purposes only. The W3C's Content Security Policy Level 2 Recommendation provides an alternative security directive, frame-ancestors, which is intended to obsolete the X-Frame-Options header.[47]

A security header like X-Frame-Options will not protect users against clickjacking attacks that are not using a frame.[48]

Content Security Policy

The frame-ancestors directive of Content Security Policy (introduced in version 1.1) can allow or disallow embedding of content by potentially hostile pages using iframe, object, etc. This directive obsoletes the X-Frame-Options directive. If a page is served with both headers, the frame-ancestors policy should be preferred by the browser.[49]—although some popular browsers disobey this requirement.[50]

Example frame-ancestors policies:

# Disallow embedding. All iframes etc. will be blank, or contain a browser specific error page.
Content-Security-Policy: frame-ancestors 'none'
# Allow embedding of own content only.
Content-Security-Policy: frame-ancestors 'self'
# Allow specific origins to embed this content
Content-Security-Policy: frame-ancestors www.example.com www.wikipedia.org

See also


References

  1. Robert McMillan (17 September 2008). "At Adobe's request, hackers nix 'clickjacking' talk". PC World. http://www.pcworld.idg.com.au/index.php/id;979405561. 
  2. Megha Dhawan (29 September 2008). "Beware, clickjackers on the prowl". The Times of India. http://infotech.indiatimes.com/quickiearticleshow/3543527.cms. 
  3. Dan Goodin (7 October 2008). "Net game turns PC into undercover surveillance zombie". The Register. https://www.theregister.co.uk/2008/10/07/clickjacking_surveillance_zombie/. 
  4. Fredrick Lane (8 October 2008). "Web Surfers Face Dangerous New Threat: 'Clickjacking'". newsfactor.com. https://news.yahoo.com/s/nf/20081008/bs_nf/62355. 
  5. Shahriar, Hossain; Devendran, Vamshee Krishna (2014-07-04). "Classification of Clickjacking Attacks and Detection Techniques" (in en). Information Security Journal: A Global Perspective 23 (4–6): 137–147. doi:10.1080/19393555.2014.931489. ISSN 1939-3555. http://www.tandfonline.com/doi/abs/10.1080/19393555.2014.931489. 
  6. The Confused Deputy rides again!, Tyler Close, October 2008
  7. 7.00 7.01 7.02 7.03 7.04 7.05 7.06 7.07 7.08 7.09 7.10 Niemietz, Marcus (2012). "UI Redressing Attacks on Android Devices". https://media.blackhat.com/ad-12/Niemietz/bh-ad-12-androidmarcus_niemietz-WP.pdf. 
  8. You don't know (click)jack Robert Lemos, October 2008
  9. JAstine, Berry. "Facebook Help Number 1-888-996-3777". http://www.sectheory.com/clickjacking.htm. 
  10. "Viral clickjacking 'Like' worm hits Facebook users" (in en-US). Naked Security. 2010-05-31. https://nakedsecurity.sophos.com/2010/05/31/viral-clickjacking-like-worm-hits-facebook-users/. 
  11. "Facebook Worm – "Likejacking"" (in en-US). Naked Security. 2010-05-31. https://nakedsecurity.sophos.com/2010/05/31/facebook-likejacking-worm/. 
  12. 12.0 12.1 Lekies, Sebastian (2012). "On the fragility and limitations of current Browser-provided Clickjacking protection schemes". https://www.usenix.org/system/files/conference/woot12/woot12-final16.pdf. 
  13. "Wireless Mouse Hacks & Network Security Protection" (in en). http://www.mousejack.com/. 
  14. 14.0 14.1 Valotta, Rosario (2011). "Cookiejacking". https://sites.google.com/site/tentacoloviola/cookiejacking. 
  15. 15.0 15.1 "Filejacking: How to make a file server from your browser (with HTML5 of course)". http://blog.kotowicz.net/2011/04/how-to-make-file-server-from-your.html. 
  16. 16.0 16.1 "Password Managers: Attacks and Defenses". https://www.usenix.org/system/files/conference/usenixsecurity14/sec14-paper-silver.pdf. 
  17. Sahani, Rishabh; Randhawa, Sukhchandan (2021-12-01). "Clickjacking: Beware of Clicking" (in en). Wireless Personal Communications 121 (4): 2845–2855. doi:10.1007/s11277-021-08852-y. ISSN 0929-6212. https://link.springer.com/10.1007/s11277-021-08852-y. 
  18. "The Clickjacking meets XSS: a state of art". Exploit DB. 2008-12-26. http://www.exploit-db.com/papers/12987/. 
  19. Krzysztof Kotowicz. "Exploiting the unexploitable XSS with clickjacking". http://blog.kotowicz.net/2011/03/exploiting-unexploitable-xss-with.html. 
  20. Cohen, Richard (31 May 2010). "Facebook Work – "Likejacking"". Sophos. http://www.sophos.com/blogs/sophoslabs/?p=9783. 
  21. Ballou, Corey (2 June 2010). ""Likejacking" Term Catches On". jqueryin.com. http://www.jqueryin.com/2010/06/02/likejacking-term-catches-on/. 
  22. Perez, Sarah (2 June 2010). ""Likejacking" Takes Off on Facebook". ReadWriteWeb. http://www.readwriteweb.com/archives/likejacking_takes_off_on_facebook.php. 
  23. Kushner, David (June 2011). "Facebook Philosophy: Move Fast and Break Things". spectrum.ieee.org. https://spectrum.ieee.org/at-work/innovation/facebook-philosophy-move-fast-and-break-things/2. 
  24. Perez, Sarah (23 April 2010). "How to "Like" Anything on the Web (Safely)". ReadWriteWeb. https://readwrite.com/2010/04/22/how_to_like_anything_on_the_web_safely/. 
  25. Podlipensky, Paul. "Cursor Spoofing and Cursorjacking". Paul Podlipensky. http://podlipensky.com/2012/08/cursor-spoofing-cursorjacking/. 
  26. 26.0 26.1 Krzysztof Kotowicz (18 January 2012). "Cursorjacking Again". http://blog.kotowicz.net/2012/01/cursorjacking-again.html. 
  27. "Mozilla Foundation Security Advisory 2014-50". Mozilla. https://www.mozilla.org/security/announce/2014/mfsa2014-50.html. 
  28. "Mozilla Foundation Security Advisory 2015-35". Mozilla. https://www.mozilla.org/en-US/security/advisories/mfsa2015-35/. 
  29. "What is MouseJack!" (in en-US). https://www.bastille.net/research/vulnerabilities/mousejack. 
  30. "CERT VU#981271 Multiple wireless keyboard/mouse devices use an unsafe proprietary wireless protocol". https://www.kb.cert.org/vuls/id/981271/. 
  31. Giorgio Maone (24 June 2011). "NoScript Anywhere". hackademix.net. http://noscript.net/nsa/. 
  32. Giorgio Maone (8 October 2008). "Hello ClearClick, Goodbye Clickjacking". hackademix.net. http://hackademix.net/2008/10/08/hello-clearclick-goodbye-clickjacking/. 
  33. 33.0 33.1 33.2 Michal Zalevski (10 December 2008). "Browser Security Handbook, Part 2, UI Redressing". Google Inc.. http://code.google.com/p/browsersec/wiki/Part2#Arbitrary_page_mashups_(UI_redressing). 
  34. Robert Hansen (4 February 2009). "Clickjacking and GuardedID ha.ckers.org web application security lab". http://ha.ckers.org/blog/20090204/clickjacking-and-guardedid/. 
  35. 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. http://research.microsoft.com/en-us/um/people/helenw/papers/gazelleSecurity09.pdf. 
  36. "Intersection Observer – W3C Editor's Draft". https://w3c.github.io/IntersectionObserver/v2/. 
  37. "Trust is Good, Observation is Better". https://developers.google.com/web/updates/2019/02/intersectionobserver-v2. 
  38. "De-anonymization via Clickjacking in 2019". https://m417z.com/De-anonymization-via-Clickjacking-in-2019/. 
  39. Giorgio Maone (27 October 2008). "Hey IE8, I Can Has Some Clickjacking Protection". hackademix.net. http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/. 
  40. Eric Lawrence (27 January 2009). "IE8 Security Part VII: ClickJacking Defenses". http://blogs.msdn.com/ie/archive/2009/01/27/ie8-security-part-vii-clickjacking-defenses.aspx. 
  41. Eric Lawrence (30 March 2010). "Combating ClickJacking With X-Frame-Options". http://blogs.msdn.com/b/ieinternals/archive/2010/03/30/combating-clickjacking-with-x-frame-options.aspx. 
  42. Ryan Naraine (8 June 2009). "Apple Safari jumbo patch: 50+ vulnerabilities fixed". http://blogs.zdnet.com/security/?p=3541. 
  43. https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header The X-Frame-Options response header — MDC
  44. Adam Barth (26 January 2010). "Security in Depth: New Security Features". https://blog.chromium.org/2010/01/security-in-depth-new-security-features.html. 
  45. "Web specifications support in Opera Presto 2.6". 12 October 2010. http://www.opera.com/docs/specs/presto26/#network. 
  46. "HTTP Header Field X-Frame-Options". IETF. 2013. http://www.rfc-editor.org/rfc/rfc7034.txt. 
  47. "Content Security Policy Level 2". W3C. 2016. https://www.w3.org/TR/CSP2/#frame-ancestors-and-frame-options. 
  48. "lcamtuf's blog: X-Frame-Options, or solving the wrong problem". 10 December 2011. https://lcamtuf.blogspot.com/2011/12/x-frame-options-or-solving-wrong.html. 
  49. "Content Security Policy Level 2". 2014-07-02. http://www.w3.org/TR/CSP11/#frame-ancestors-and-frame-options. 
  50. "Clickjacking Defense Cheat Sheet". https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet. 
      Please be cautious adding more external links.

Wikipedia is not a collection of links and should not be used for advertising.

    Excessive or inappropriate links will be removed.
See Wikipedia:External links and Wikipedia:Spam for details.

If there are already suitable links, propose additions or replacements on the article's talk page, or submit your link to the relevant category at DMOZ (dmoz.org) and link there using Clickjacking at Curlie.

-->