Statements (21)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:affects |
Software applications
|
gptkbp:associated_with |
gptkb:CWE-190
CWE-682 |
gptkbp:category |
Numeric Errors
|
gptkbp:created_by |
gptkb:MITRE
|
gptkbp:difficulty |
gptkb:tank
|
gptkbp:example |
Converting a 64-bit integer to a 32-bit integer.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-189
|
gptkbp:impact |
Data loss
Security vulnerability |
gptkbp:is_described_as |
The software does not properly handle numeric values that are truncated when they are converted to a smaller data type.
|
gptkbp:is_protected_by |
Implement range checks.
Use appropriate data types. Perform validation on numeric inputs. |
gptkbp:is_referenced_in |
https://cwe.mitre.org/data/definitions/189.html
|
gptkbp:name |
Numeric Truncation Error
|
gptkbp:related_to |
gptkb:CWE-190
CWE-682 |