Statements (13)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Software Error
|
gptkbp:difficulty |
gptkb:tank
|
gptkbp:example |
Accessing an array element one index out of bounds.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-193
|
gptkbp:impact |
Can lead to unexpected behavior or security vulnerabilities.
|
gptkbp:is_described_as |
A situation where an application does not properly handle an off-by-one error.
|
gptkbp:is_protected_by |
Implement proper boundary checks.
|
gptkbp:name |
Off-by-one Error
|
gptkbp:related_to |
Buffer Overflow
Integer Overflow |