Statements (14)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:affects |
Software security
|
gptkbp:category |
Buffer Errors
|
gptkbp:example |
Using sizeof() incorrectly in C/ C++.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-131
|
gptkbp:impact |
Buffer overflow vulnerabilities
|
gptkbp:is_described_as |
The software does not properly calculate the size of a buffer, leading to potential buffer overflows.
|
gptkbp:is_protected_by |
Properly validate and calculate buffer sizes.
|
gptkbp:name |
Incorrect Calculation of Buffer Size
|
gptkbp:related_to |
gptkb:CWE-120
gptkb:CWE-190 gptkb:CWE-787 |