CWEVariantIncomplete2 recent CVEs

CWE-192Integer Coercion Error

Description

Integer coercion refers to a set of flaws pertaining to the type casting, extension, or truncation of primitive data types.

Several flaws fall under the category of integer coercion errors. For the most part, these errors in and of themselves result only in availability and data integrity issues. However, in some circumstances, they may result in other, more complicated security related flaws, such as buffer overflow conditions.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE