Common Weakness Enumeration

    CWE Definition / CWE-191

    CWE-191: Integer Underflow (Wrap or Wraparound)

    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.

    Published:19 Jul 2006
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-682: Incorrect Calculation

    CWE-682: Incorrect Calculation