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

CAPEC-234 — Hijacking a privileged process

provenance: imported · CWE: CWE-648 CWE-732

CAPEC-234: Hijacking a privileged process

MITRE CAPEC attack pattern

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

Description

An adversary gains control of a process that is assigned elevated privileges in order to execute arbitrary code with those privileges. Some processes are assigned elevated privileges on an operating system, usually through association with a particular user, group, or role. If an attacker can hijack this process, they will be able to assume its level of privilege in order to execute their own code.

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-648, CWE-732

Prerequisites

  • The targeted process or operating system must contain a bug that allows attackers to hijack the targeted process.

Source