CWE-194

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 Data Handling Errors
gptkbp:example Using a signed integer in a context that expects an unsigned integer.
https://www.w3.org/2000/01/rdf-schema#label CWE-194
gptkbp:impact Security vulnerabilities
gptkbp:is_described_as The software does not properly handle the sign extension of a value, leading to unexpected behavior.
gptkbp:is_protected_by Use proper data types and validate input.
gptkbp:name Unexpected Sign Extension
gptkbp:related_to gptkb:CWE-121
gptkb:CWE-190
CWE-680