Umbra Wiki attack-pattern attack-pattern/CAPEC-103
Back to wiki

CAPEC-103 — Clickjacking

provenance: imported · CWE: CWE-1021

CAPEC-103: Clickjacking

MITRE CAPEC attack pattern

Status Draft
Typical severity High
Likelihood of attack Medium
Catalogue CAPEC 3.9 (2023-01-24)

Description

An adversary tricks a victim into unknowingly initiating some action in one system while interacting with the UI from a seemingly completely different, usually an adversary controlled or intended, system.

Where this sits in the chain

A finding maps to a weakness (CWE), a weakness is exploited by an attack pattern (CAPEC), and an attack pattern shows up in ATT&CK as observed adversary behaviour. This page is the middle hop.

Weaknesses exploited: CWE-1021

Prerequisites

  • The victim is communicating with the target application via a web based UI and not a thick client
  • The victim's browser security policies allow at least one of the following JavaScript, Flash, iFrames, ActiveX, or CSS.
  • The victim uses a modern browser that supports UI elements like clickable buttons (i.e. not using an old text only browser)
  • The victim has an active session with the target system.
  • The target system's interaction window is open in the victim's browser and supports the ability for initiating sensitive actions on behalf of the user in the target system

Skills required

  • High: Crafting the proper malicious site and luring the victim to this site are not trivial tasks.

Consequences

  • Confidentiality, Access Control, Authorization: Gain Privileges
  • Integrity: Modify Data
  • Confidentiality: Read Data
  • Availability: Unreliable Execution

Mitigations

  • If using the Firefox browser, use the NoScript plug-in that will help forbid iFrames.
  • Turn off JavaScript, Flash and disable CSS.
  • When maintaining an authenticated session with a privileged target system, do not use the same browser to navigate to unfamiliar sites to perform other activities. Finish working with the target system and logout first before proceeding to other tasks.

Source