The software reads from a buffer using buffer access
mechanisms such as indexes or pointers that reference memory locations prior to
the targeted buffer.
Extended Description
This typically occurs when the pointer or its index is decremented to a
position before the buffer, when pointer arithmetic results in a position
before the beginning of the valid memory location, or when a negative index
is used. This may result in exposure of sensitive information or possibly a
crash.
Time of Introduction
Implementation
Applicable Platforms
Languages
C
C++
Weakness Ordinalities
Ordinality
Description
Primary
(where the
weakness exists independent of other weaknesses)