This page is experimental and may change significantly in future releases.
Integer Underflow (Wrap or Wraparound)
Properties
id: d3f:CWE-191
- name
- Integer Underflow (Wrap or Wraparound)
- definition
- The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.
- synonyms
- Integer underflow
Neighbors
CWE-191 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-191 has no related weaknesses in this release.