CWE-681 – Incorrect Conversion between Numeric Types
Description When converting from one data type to another, such as long to integer, data can be omitted or translated in a way that produces...
CWE-195 – Signed to Unsigned Conversion Error
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...
CWE-122 – Heap-based Buffer Overflow
Description A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally...