Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
giflib v5.2.1 was discovered to contain a segmentation fault via the component getarg.c.
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
1
cwe_id
120
name
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
description
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
2
cwe_id
937
name
OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.