vendor:
APNGDis
by:
Alwin Peppels
7,8
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: APNGDis
Affected Version From: 2.8
Affected Version To: 2.8
Patch Exists: YES
Related CWE: CVE-2017-6191
CPE: a:apngdis:apngdis:2.8
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux Debian / Windows 7
2017
APNGDis filename Buffer Overflow
Textbook buffer overflow; a fixed size buffer gets allocated with szPath[256], and the first command line argument is stored without validation. With 'A' * 1000 as argv[1], it leads to a segmentation fault.
Mitigation:
Validate user input before storing it in a buffer.