Metaseverity: MediumDraft

CAPEC-124Shared Resource Manipulation

Abstraction
Meta
Status
Draft
Severity
Medium

Description

An adversary exploits a resource shared between multiple applications, an application pool or hardware pin multiplexing to affect behavior. Resources may be shared between multiple applications or between multiple threads of a single application. Resource sharing is usually accomplished through mutual access to a single memory location or multiplexed hardware pins. If an adversary can manipulate this shared resource (usually by co-opting one of the applications or threads) the other applications or threads using the shared resource will often continue to trust the validity of the compromised shared resource and use it in their calculations. This can result in invalid trust assumptions, corruption of additional data through the normal operations of the other users of the shared resource, or even cause a crash or compromise of the sharing applications.

Related weaknesses· 2

CWE-1189CWE-1331

Exploits2

TypeTargetConfidenceTier
WeaknessImproper Isolation of Shared Resources on System-on-a-Chip (SoC)cwe-1189100%live
WeaknessImproper Isolation of Shared Resources in Network On Chip (NoC)cwe-1331100%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CAPEC
Interface Manipulation
CAPEC
Buffer Manipulation
CAPEC
Leveraging Race Conditions
CAPEC
Inter-component Protocol Manipulation
CAPEC
Resource Injection
CAPEC
Hijacking a Privileged Thread of Execution
Sourced from MITRE CAPEC. Curated by Adam Lundqvist, SQUR.