BaseDraft

CWE-191Integer Underflow (Wrap or Wraparound)

Category: other

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. This can happen in signed and unsigned cases.

Common consequences· 3

  • Availability — DoS: Crash, Exit, or Restart, DoS: Resource Consumption (CPU), DoS: Resource Consumption (Memory), DoS: Instability
    This weakness will generally lead to undefined behavior and therefore crashes. In the case of overflows involving loop index variables, the likelihood of infinite loops is also high.
  • Integrity — Modify Memory
    If the value in question is important to data (as opposed to flow), simple data corruption has occurred. Also, if the wrap around results in other conditions such as buffer overflows, further memory corruption may occur.
  • Confidentiality / Availability / Access Control — Execute Unauthorized Code or Commands, Bypass Protection Mechanism
    This weakness can sometimes trigger buffer overflows which can be used to execute arbitrary code. This is usually outside the scope of a program's implicit security policy.

References

  1. https://cwe.mitre.org/data/definitions/191.html

(incoming)27

TypeTargetConfidenceTier
VulnerabilityCVE-2025-11931cve-2025-119310%live
VulnerabilityCVE-2025-1924cve-2025-19240%live
VulnerabilityCVE-2025-21376cve-2025-213760%live
VulnerabilityCVE-2025-2523cve-2025-25230%live
VulnerabilityCVE-2025-29909cve-2025-299090%live
VulnerabilityCVE-2025-29912cve-2025-299120%live
VulnerabilityCVE-2025-29913cve-2025-299130%live
VulnerabilityCVE-2025-30356cve-2025-303560%live
VulnerabilityCVE-2025-3947cve-2025-39470%live
VulnerabilityCVE-2025-52471cve-2025-524710%live
VulnerabilityCVE-2025-55118cve-2025-551180%live
VulnerabilityCVE-2025-62291cve-2025-622910%live
VulnerabilityCVE-2025-62495cve-2025-624950%live
VulnerabilityCVE-2026-2369cve-2026-23690%live
VulnerabilityCVE-2026-25532cve-2026-255320%live
VulnerabilityCVE-2026-3172cve-2026-31720%live
VulnerabilityCVE-2026-31883cve-2026-318830%live
VulnerabilityCVE-2026-33845cve-2026-338450%live
VulnerabilityCVE-2026-34064cve-2026-340640%live
VulnerabilityCVE-2026-3538cve-2026-35380%live
VulnerabilityCVE-2026-37534cve-2026-375340%live
VulnerabilityCVE-2026-43187cve-2026-431870%live
VulnerabilityCVE-2026-5188cve-2026-51880%live
VulnerabilityCVE-2026-5720cve-2026-57200%live
VulnerabilityCVE-2026-7424cve-2026-74240%live
KEVEntryAdobe Flash Player Integer Underflow Vulnerablitykev-cve-2014-04970%live
KEVEntryMicrosoft Windows NTFS Privilege Escalation Vulnerabilitykev-cve-2021-319560%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Wrap-around Error
CWE
Signed to Unsigned Conversion Error
CWE
Integer Overflow or Wraparound
CWE
Incorrect Bitwise Shift of Integer
CWE
Floating Point Comparison with Incorrect Operator
CWE
Numeric Truncation Error
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.