CWEBaseIncomplete2 recent CVEs

CWE-128Wrap-around Error

Description

Wrap around errors occur whenever a value is incremented past the maximum value for its type and therefore "wraps around" to a very small, negative, or undefined value.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE