Get a Pentest and security assessment of your IT network.

2021-current

CVE-2020-25674 – WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with

WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.

 

Source: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25674

Reference (s):

  • https://bugzilla.redhat.com/show_bug.cgi?id=1891928
  • URL: https://bugzilla.redhat.com/show_bug.cgi?id=1891928
  • MLIST:[debian-lts-announce] 20210112 [SECURITY] [DLA 2523-1] imagemagick security update
  • URL: https://lists.debian.org/debian-lts-announce/2021/01/msg00010.html
Related posts
2021-current

CVE-2004-1715 - Directory traversal vulnerability in MIMEsweeper for Web before 5.0.4 all

2021-current

CVE-2014-4742 - Cross-site scripting (XSS) vulnerability in system/class_link.php in the

2021-current

CVE-2014-9837 - coders/pnm.c in ImageMagick 6.9.0-1 Beta and earlier allows remote attack

2021-current

CVE-2020-10446 - The way URIs are handled in admin/header.php in Chadha PHPKB Standard Mul