CWEVariantIncomplete0 recent CVEs

CWE-194Unexpected Sign Extension

Description

The product performs an operation on a number that causes it to be sign extended when it is transformed into a larger data type. When the original number is negative, this can produce unexpected values that lead to resultant weaknesses.

Common consequences

Potential mitigations

Related CWEs