CWE-132

GPTKB entity

Statements (14)
Predicate Object
gptkbp:instance_of gptkb:Common_Weakness_Enumeration
gptkbp:affects Software applications
gptkbp:category Buffer Errors
gptkbp:description The software does not properly calculate the size of a buffer, leading to potential buffer overflows.
gptkbp:difficulty_levels gptkb:High
gptkbp:example Using a fixed size instead of dynamic size calculation.
https://www.w3.org/2000/01/rdf-schema#label CWE-132
gptkbp:impact Security vulnerabilities
gptkbp:name Incorrect Calculation of Buffer Size
gptkbp:prevention Implement proper size checks.
gptkbp:related_to gptkb:CWE-119
gptkb:CWE-787
gptkbp:bfsParent gptkb:CWE-74
gptkbp:bfsLayer 8