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

CAPEC-698 — Install Malicious Extension

provenance: imported · ATT&CK: T1176 T1505.004 · CWE: CWE-507 CWE-829

CAPEC-698: Install Malicious Extension

MITRE CAPEC attack pattern

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

Description

An adversary directly installs or tricks a user into installing a malicious extension into existing trusted software, with the goal of achieving a variety of negative technical impacts.

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-507, CWE-829

ATT&CK techniques: T1176, T1505.004

Prerequisites

  • The adversary must craft malware based on the type of software and system(s) they intend to exploit.
  • If the adversary intends to install the malicious extension themself, they must first compromise the target machine via some other means.

Skills required

  • Medium: Ability to create malicious extensions that can exploit specific software applications and systems.
  • Medium: Optional: Ability to exploit target system(s) via other means in order to gain entry.

Consequences

  • Confidentiality, Access Control: Read Data
  • Integrity, Access Control: Modify Data
  • Authorization, Access Control: Execute Unauthorized Commands, Alter Execution Logic, Gain Privileges

Mitigations

  • Only install extensions/plugins from official/verifiable sources.
  • Confirm extensions/plugins are legitimate and not malware masquerading as a legitimate extension/plugin.
  • Ensure the underlying software leveraging the extension/plugin (including operating systems) is up-to-date.
  • Implement an extension/plugin allow list, based on the given security policy.
  • If applicable, confirm extensions/plugins are properly signed by the official developers.
  • For web browsers, close sessions when finished to prevent malicious extensions/plugins from executing the the background.

Source