Show filters
10 Total Results
Displaying 1-10 of 10
Sort by:
Attacker Value
Unknown

CVE-2018-16642

Disclosure Date: September 06, 2018 (last updated November 27, 2024)
The function InsertRow in coders/cut.c in ImageMagick 7.0.7-37 allows remote attackers to cause a denial of service via a crafted image file due to an out-of-bounds write.
0
Attacker Value
Unknown

CVE-2017-18209

Disclosure Date: March 01, 2018 (last updated November 26, 2024)
In the GetOpenCLCachedFilesDirectory function in magick/opencl.c in ImageMagick 7.0.7, a NULL pointer dereference vulnerability occurs because a memory allocation result is not checked, related to GetOpenCLCacheDirectory.
0
Attacker Value
Unknown

CVE-2017-18210

Disclosure Date: March 01, 2018 (last updated November 26, 2024)
In ImageMagick 7.0.7, a NULL pointer dereference vulnerability was found in the function BenchmarkOpenCLDevices in MagickCore/opencl.c because a memory allocation result is not checked.
0
Attacker Value
Unknown

CVE-2017-18211

Disclosure Date: March 01, 2018 (last updated November 26, 2024)
In ImageMagick 7.0.7, a NULL pointer dereference vulnerability was found in the function saveBinaryCLProgram in magick/opencl.c because a program-lookup result is not checked, related to CacheOpenCLKernel.
0
Attacker Value
Unknown

CVE-2018-5248

Disclosure Date: January 05, 2018 (last updated November 26, 2024)
In ImageMagick 7.0.7-17 Q16, there is a heap-based buffer over-read in coders/sixel.c in the ReadSIXELImage function, related to the sixel_decode function.
0
Attacker Value
Unknown

CVE-2017-17879

Disclosure Date: December 27, 2017 (last updated November 26, 2024)
In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-21, there is a heap-based buffer over-read in ReadOneMNGImage in coders/png.c, related to length calculation and caused by an off-by-one error.
0
Attacker Value
Unknown

CVE-2017-16546

Disclosure Date: November 05, 2017 (last updated November 26, 2024)
The ReadWPGImage function in coders/wpg.c in ImageMagick 7.0.7-9 does not properly validate the colormap index in a WPG palette, which allows remote attackers to cause a denial of service (use of uninitialized data or invalid memory allocation) or possibly have unspecified other impact via a malformed WPG file.
Attacker Value
Unknown

CVE-2017-14607

Disclosure Date: September 20, 2017 (last updated November 26, 2024)
In ImageMagick 7.0.7-4 Q16, an out of bounds read flaw related to ReadTIFFImage has been reported in coders/tiff.c. An attacker could possibly exploit this flaw to disclose potentially sensitive memory or cause an application crash.
0
Attacker Value
Unknown

CVE-2017-14174

Disclosure Date: September 07, 2017 (last updated November 26, 2024)
In coders/psd.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSDLayersInternal() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "length" field in the header but does not contain sufficient backing data, is provided, the loop over "length" would consume huge CPU resources, since there is no EOF check inside the loop.
Attacker Value
Unknown

CVE-2017-14172

Disclosure Date: September 07, 2017 (last updated November 26, 2024)
In coders/ps.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSImage() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "extent" field in the header but does not contain sufficient backing data, is provided, the loop over "length" would consume huge CPU resources, since there is no EOF check inside the loop.