CWE-195

GPTKB entity

Statements (13)
Predicate Object
gptkbp:instance_of gptkb:Common_Weakness_Enumeration
gptkbp:bfsLayer 6
gptkbp:bfsParent gptkb:CWE-74
gptkbp:category Data Conversion Errors
gptkbp:example Using a signed integer in a context that expects an unsigned integer.
gptkbp:has_weakness gptkb:CWE-190
gptkb:CWE-199
https://www.w3.org/2000/01/rdf-schema#label CWE-195
gptkbp:impact Can lead to unexpected behavior or vulnerabilities.
gptkbp:is_described_as The software does not properly convert a signed value to an unsigned value.
gptkbp:is_protected_by Ensure proper type conversion and validation.
gptkbp:is_referenced_in https://cwe.mitre.org/data/definitions/195.html
gptkbp:name Signed to Unsigned Conversion Error