CWE-195
Overview
- CWE ID
- 195
- CWE Name
- Signed to Unsigned Conversion Error
- CWE Abstraction
- Variant
- CWE structure
- Simple
- CWE Status
- Draft
Description
The software 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.