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-5980 - The Genertel (aka com.genertel) application 2.6.0 for Android does not ve

2021-current

CVE-2019-7853 - A stored cross-site scripting vulnerability exists in Magento 2.1 prior t

2021-current

CVE-2020-1161 - A denial of service vulnerability exists when ASP.NET Core improperly han