CWE-191
Overview
- CWE ID
- 191
- CWE Name
- Integer Underflow (Wrap or Wraparound)
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Draft
Description
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.
Extended Description
This can happen in signed and unsigned cases.