CWE-192

GPTKB entity

Statements (13)
Predicate Object
gptkbp:instance_of gptkb:Common_Weakness_Enumeration
gptkbp:bfsLayer 6
gptkbp:bfsParent gptkb:CWE-74
gptkbp:category Data Handling Issues
gptkbp:difficulty gptkb:tank
gptkbp:example Converting a large integer to a smaller integer type without proper checks.
https://www.w3.org/2000/01/rdf-schema#label CWE-192
gptkbp:impact Security vulnerabilities
gptkbp:is_described_as The software does not properly handle the conversion of data types, leading to unexpected behavior.
gptkbp:is_protected_by Implement proper type checks before conversion.
gptkbp:is_referenced_in https://cwe.mitre.org/data/definitions/192.html
gptkbp:name Integer Coercion
gptkbp:related_to Data Type Conversion