CAPEC-679

Detailed Abstraction Level
Meta — Very abstract, high-level category
Standard — Specific enough to understand
Detailed — Tied to specific technique
Draft MITRE CAPEC Status
Stable — Fully reviewed and complete
Draft — Under development
Incomplete — Partially defined
Deprecated — No longer recommended
Obsolete — Replaced by another CAPEC
Likelihood: Medium Severity: Very High
Exploitation of Improperly Configured or Implemented Memory Protections

Description

An adversary takes advantage of missing or incorrectly configured access control within memory to read/write data or inject malicious code into said memory.

Prerequisites

Access to the hardware being leveraged.

Mitigations

Ensure that protected and unprotected memory ranges are isolated and do not overlap.

If memory regions must overlap, leverage memory priority schemes if memory regions can overlap.

Ensure that original and mirrored memory regions apply the same protections.

Ensure immutable code or data is programmed into ROM or write-once memory.

Skills Required

[Medium] Ability to craft malicious code to inject into the memory region.

[High] Intricate knowledge of memory structures.