CWE-195

Signed to Unsigned Conversion Error

The product uses a signed primitive and performs a cast to an unsigned primitive, which can produce an unexpected value if the value of the signed primitive can not be represented using an unsigned primitive.

No mitigation information available for this CWE.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page