CWE-132

GPTKB entity

Statements (14)
Predicate Object
gptkbp:instance_of gptkb:Common_Weakness_Enumeration
gptkbp:bfsLayer 6
gptkbp:bfsParent gptkb:CWE-74
gptkbp:affects Software applications
gptkbp:category Buffer Errors
gptkbp:difficulty 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:is_described_as The software does not properly calculate the size of a buffer, leading to potential buffer overflows.
gptkbp:is_protected_by Implement proper size checks.
gptkbp:name Incorrect Calculation of Buffer Size
gptkbp:related_to gptkb:CWE-119
gptkb:CWE-787