Show filters
648 Total Results
Displaying 81-90 of 648
Sort by:
Attacker Value
Unknown

CVE-2020-27759

Disclosure Date: December 03, 2020 (last updated February 22, 2025)
In IntensityCompare() of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type `int` to be returned. The flaw could be triggered by a crafted input file under certain conditions when processed by ImageMagick. Red Hat Product Security marked this as Low severity because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to 7.0.8-68.
Attacker Value
Unknown

CVE-2020-27761

Disclosure Date: December 03, 2020 (last updated February 22, 2025)
WritePALMImage() in /coders/palm.c used size_t casts in several areas of a calculation which could lead to values outside the range of representable type `unsigned long` undefined behavior when a crafted input file was processed by ImageMagick. The patch casts to `ssize_t` instead to avoid this issue. Red Hat Product Security marked the Severity as Low because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to ImageMagick 7.0.9-0.
Attacker Value
Unknown

CVE-2020-27762

Disclosure Date: December 03, 2020 (last updated February 22, 2025)
A flaw was found in ImageMagick in coders/hdr.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type `unsigned char`. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to ImageMagick 7.0.8-68.
Attacker Value
Unknown

CVE-2020-27763

Disclosure Date: December 03, 2020 (last updated February 22, 2025)
A flaw was found in ImageMagick in MagickCore/resize.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.8-68.
Attacker Value
Unknown

CVE-2020-27760

Disclosure Date: December 03, 2020 (last updated February 22, 2025)
In `GammaImage()` of /MagickCore/enhance.c, depending on the `gamma` value, it's possible to trigger a divide-by-zero condition when a crafted input file is processed by ImageMagick. This could lead to an impact to application availability. The patch uses the `PerceptibleReciprocal()` to prevent the divide-by-zero from occurring. This flaw affects ImageMagick versions prior to ImageMagick 7.0.8-68.
Attacker Value
Unknown

CVE-2020-19667

Disclosure Date: November 20, 2020 (last updated February 22, 2025)
Stack-based buffer overflow and unconditional jump in ReadXPMImage in coders/xpm.c in ImageMagick 7.0.10-7.
Attacker Value
Unknown

CVE-2020-27560

Disclosure Date: October 22, 2020 (last updated February 22, 2025)
ImageMagick 7.0.10-34 allows Division by Zero in OptimizeLayerFrames in MagickCore/layer.c, which may cause a denial of service.
Attacker Value
Unknown

CVE-2020-13902

Disclosure Date: June 07, 2020 (last updated February 21, 2025)
ImageMagick 7.0.9-27 through 7.0.10-17 has a heap-based buffer over-read in BlobToStringInfo in MagickCore/string.c during TIFF image decoding.
Attacker Value
Unknown

CVE-2020-10251

Disclosure Date: March 10, 2020 (last updated February 21, 2025)
In ImageMagick 7.0.9, an out-of-bounds read vulnerability exists within the ReadHEICImageByID function in coders\heic.c. It can be triggered via an image with a width or height value that exceeds the actual size of the image.
Attacker Value
Unknown

CVE-2014-1947

Disclosure Date: February 17, 2020 (last updated February 21, 2025)
Stack-based buffer overflow in the WritePSDImage function in coders/psd.c in ImageMagick 6.5.4 and earlier allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a large number of layers in a PSD image, involving the L%02ld string, a different vulnerability than CVE-2014-2030.