Statements (22)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Numerical Errors
|
gptkbp:difficulty |
gptkb:High
|
gptkbp:example |
Adding two large integers that exceed the maximum value.
|
gptkbp:has_weakness |
gptkb:CWE-22
gptkb:CWE-120 gptkb:CWE-191 gptkb:CWE-199 CWE-680 |
https://www.w3.org/2000/01/rdf-schema#label |
CWE-190
|
gptkbp:impact |
Security vulnerabilities
|
gptkbp:is_described_as |
A condition where an arithmetic operation produces a result that is outside the range that can be represented within the available storage space.
|
gptkbp:is_protected_by |
Use data types that can accommodate larger values.
|
gptkbp:language |
C, C++, Java, Python
|
gptkbp:name |
Integer Overflow or Wraparound
|
gptkbp:related_to |
gptkb:CWE-22
gptkb:CWE-120 gptkb:CWE-191 gptkb:CWE-199 CWE-680 |