This page is experimental and may change significantly in future releases.
Improper Validation of Array Index
Properties
id: d3f:CWE-129
- name
- Improper Validation of Array Index
- definition
- The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.
- synonyms
- array index underflow
- synonyms
- index-out-of-range
- synonyms
- out-of-bounds array index
Neighbors
CWE-129 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-129 has no related weaknesses in this release.