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

CAPEC-226 — Session Credential Falsification through Manipulation

provenance: imported · CWE: CWE-472 CWE-565

CAPEC-226: Session Credential Falsification through Manipulation

MITRE CAPEC attack pattern

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

Description

An attacker manipulates an existing credential in order to gain access to a target application. Session credentials allow users to identify themselves to a service after an initial authentication without needing to resend the authentication information (usually a username and password) with every message. An attacker may be able to manipulate a credential sniffed from an existing connection in order to gain access to a target server.

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-472, CWE-565

Prerequisites

  • The targeted application must use session credentials to identify legitimate users.

Source