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

CAPEC-479 — Malicious Root Certificate

provenance: imported · ATT&CK: T1553.004 · CWE: CWE-284

CAPEC-479: Malicious Root Certificate

MITRE CAPEC attack pattern

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

Description

An adversary exploits a weakness in authorization and installs a new root certificate on a compromised system. Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.

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-284

ATT&CK techniques: T1553.004

Prerequisites

  • The adversary must have the ability to create a new root certificate.

Source