CWE-129: Improper Validation of Array Index
VariantDraftExploit Likelihood: High
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.
View on MITREBack to CWE Lookup
Technical Details
- Structure
- Simple
Applicable To
CC++Not Language-Specific