unvalidated-array-index
Externally controlled data is used to index a fixed-size array, $BUFFER
. This could lead to an out-of-bounds read or write, triggering memory corruption.
Likelihood: LOW
Confidence: MEDIUM
CWE:
- CWE-120: Buffer Copy without Checking Size of Input (‘Classic Buffer Overflow’)
unvalidated-array-index
Externally controlled data is used to index a fixed-size array, $BUFFER
. This could lead to an out-of-bounds read or write, triggering memory corruption.
Likelihood: LOW
Confidence: MEDIUM
CWE:
- CWE-120: Buffer Copy without Checking Size of Input (‘Classic Buffer Overflow’)