CVE-2020-27768
- EPSS 0.05%
- Published 23.02.2021 04:15:13
- Last modified 21.11.2024 05:21:47
In ImageMagick, there is an outside the range of representable values of type 'unsigned int' at MagickCore/quantum-private.h. This flaw affects ImageMagick versions prior to 7.0.9-0.
CVE-2021-20176
- EPSS 0.07%
- Published 06.02.2021 00:15:12
- Last modified 21.11.2024 05:46:04
A divide-by-zero flaw was found in ImageMagick 6.9.11-57 and 7.0.10-57 in gem.c. This flaw allows an attacker who submits a crafted file that is processed by ImageMagick to trigger undefined behavior through a division by zero. The highest threat fro...
CVE-2020-27752
- EPSS 0.32%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:45
A flaw was found in ImageMagick in MagickCore/quantum-private.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger a heap buffer overflow. This would most likely lead to an impact to application availability, but c...
CVE-2020-27753
- EPSS 0.07%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:45
There are several memory leaks in the MIFF coder in /coders/miff.c due to improper image depth values, which can be triggered by a specially crafted input file. These leaks could potentially lead to an impact to application availability or cause a de...
CVE-2020-27754
- EPSS 0.06%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:45
In IntensityCompare() of /magick/quantize.c, there are calls to PixelPacketIntensity() which could return overflowed values to the caller when ImageMagick processes a crafted input file. To mitigate this, the patch introduces and uses the ConstrainPi...
CVE-2020-27755
- EPSS 0.04%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:46
in SetImageExtent() of /MagickCore/image.c, an incorrect image depth size can cause a memory leak because the code which checks for the proper image depth size does not reset the size in the event there is an invalid size. The patch resets the depth ...
CVE-2020-27756
- EPSS 0.13%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:46
In ParseMetaGeometry() of MagickCore/geometry.c, image height and width calculations can lead to divide-by-zero conditions which also lead to undefined behavior. This flaw can be triggered by a crafted input file processed by ImageMagick and could im...
CVE-2020-27757
- EPSS 0.13%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:46
A floating point math calculation in ScaleAnyToQuantum() of /MagickCore/quantum-private.h could lead to undefined behavior in the form of a value outside the range of type unsigned long long. The flaw could be triggered by a crafted input file under ...
CVE-2020-27758
- EPSS 0.06%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:46
A flaw was found in ImageMagick in coders/txt.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 long long`. This would most likely lea...
CVE-2020-25674
- EPSS 0.22%
- Published 08.12.2020 22:15:17
- Last modified 21.11.2024 05:18:25
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 ...