CWE-190

GPTKB entity

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