CWE-127

Buffer Under-read
AI Translation Available

The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations prior to the targeted buffer.

Status
draft
Abstraction
variant
C C++ Memory-Unsafe

Common Consequences

confidentiality
Impacts
read memory bypass protection mechanism

Detection Methods

automated static analysis automated dynamic analysis

Potential Mitigations

Functional Areas

memory management