ID CVE-2016-5735
Summary Integer overflow in the rwpng_read_image24_libpng function in rwpng.c in pngquant 2.7.0 allows remote attackers to have unspecified impact via a crafted PNG file, which triggers a buffer overflow.
References
Vulnerable Configurations
  • cpe:2.3:a:pngquant:pngquant:2.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:pngquant:pngquant:2.7.0:*:*:*:*:*:*:*
CVSS
Base: 6.8 (as of 28-06-2020 - 15:15)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:P/I:P/A:P
refmap via4
confirm https://github.com/pornel/pngquant/commit/b7c217680cda02dddced245d237ebe8c383be285
misc http://sf.snu.ac.kr/gil.hur/publications/shovel.pdf
mlist [debian-lts-announce] 20200628 [SECURITY] [DLA 2257-1] pngquant security update
Last major update 28-06-2020 - 15:15
Published 23-05-2017 - 04:29
Last modified 28-06-2020 - 15:15
Back to Top