Statements (14)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Buffer Errors
|
gptkbp:example |
Reading past the beginning of an array.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-127
|
gptkbp:impact |
Data corruption
Information disclosure |
gptkbp:is_described_as |
A buffer underread occurs when a program reads data from a buffer before the intended start of the buffer.
|
gptkbp:is_protected_by |
Validate buffer boundaries.
|
gptkbp:is_referenced_in |
https://cwe.mitre.org/data/definitions/127.html
|
gptkbp:name |
Buffer Underread
|
gptkbp:related_to |
gptkb:CWE-119
gptkb:CWE-20 |