The product reads data past the end, or before the beginning, of the intended buffer.
1
cwe_id
190
name
Integer Overflow or Wraparound
description
The product performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.