Open-Source Security Intelligence

Know every vulnerability
before it knows you.

DevGuard continuously monitors your dependencies and alerts you when CVEs like this one affect your stack — with real-time threat intelligence built for developers.

Search

DLA-2366-1

Published Sep 7, 2020·Last modified Mar 9, 2026
Affected Components(0)

No affected components available

Description

imagemagick - security update

Risk Scores
Base Score
0.0

Measures severity based on intrinsic characteristics of the vulnerability, independent of environment.

Threat Intelligence
0.0

No exploitation activity has been observed at this time. Continue routine monitoring.

EPSS
3.97%

The exploit probability is very low. The vulnerability is unlikely to be exploited in the next 30 days.

Exploit
Not available

We did not find any exploit available. Neither in GitHub repositories nor in the Exploit-Database.

Related Vulnerabilities
  • CVE-2017-1000445

    ImageMagick 7.0.7-1 and older version are vulnerable to null pointer dereference in the MagickCore component and might lead to denial of service

    UpstreamEPSS 2.3%
  • CVE-2017-1000476
    Upstream
  • CVE-2017-12140

    The ReadDCMImage function in coders\dcm.c in ImageMagick 7.0.6-1 has an integer signedness error leading to excessive memory consumption via a crafted DCM file.

    UpstreamEPSS 2.2%
  • CVE-2017-12429

    In ImageMagick 7.0.6-1, a memory exhaustion vulnerability was found in the function ReadMIFFImage in coders/miff.c, which allows attackers to cause a denial of service.

    UpstreamEPSS 1.8%
  • CVE-2017-12430

    In ImageMagick 7.0.6-1, a memory exhaustion vulnerability was found in the function ReadMPCImage in coders/mpc.c, which allows attackers to cause a denial of service.

    UpstreamEPSS 2.3%
  • CVE-2017-12435

    In ImageMagick 7.0.6-1, a memory exhaustion vulnerability was found in the function ReadSUNImage in coders/sun.c, which allows attackers to cause a denial of service.

    UpstreamEPSS 2.3%
  • CVE-2017-12563

    In ImageMagick 7.0.6-2, a memory exhaustion vulnerability was found in the function ReadPSDImage in coders/psd.c, which allows attackers to cause a denial of service.

    UpstreamEPSS 1.6%
  • CVE-2017-12643

    ImageMagick 7.0.6-1 has a memory exhaustion vulnerability in ReadOneJNGImage in coders\png.c.

    UpstreamEPSS 2.5%
  • CVE-2017-12674

    In ImageMagick 7.0.6-2, a CPU exhaustion vulnerability was found in the function ReadPDBImage in coders/pdb.c, which allows attackers to cause a denial of service.

    UpstreamEPSS 1.6%
  • CVE-2017-12691

    The ReadOneLayer function in coders/xcf.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted file.

    UpstreamEPSS 1.9%
  • CVE-2017-12692

    The ReadVIFFImage function in coders/viff.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted VIFF file.

    UpstreamEPSS 2.9%
  • CVE-2017-12693

    The ReadBMPImage function in coders/bmp.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted BMP file.

    UpstreamEPSS 2.9%
  • CVE-2017-12806

    In ImageMagick 7.0.6-6, a memory exhaustion vulnerability was found in the function format8BIM, which allows attackers to cause a denial of service.

    UpstreamEPSS 2.9%
  • CVE-2017-12875

    The WritePixelCachePixels function in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (CPU consumption) via a crafted file.

    UpstreamEPSS 2.4%
  • CVE-2017-13061

    In ImageMagick 7.0.6-5, a length-validation vulnerability was found in the function ReadPSDLayersInternal in coders/psd.c, which allows attackers to cause a denial of service (ReadPSDImage memory exhaustion) via a crafted file.

    UpstreamEPSS 1.5%
  • CVE-2017-13133

    In ImageMagick 7.0.6-8, the load_level function in coders/xcf.c lacks offset validation, which allows attackers to cause a denial of service (load_tile memory exhaustion) via a crafted file.

    UpstreamEPSS 1.6%
  • CVE-2017-13658

    In ImageMagick before 6.9.9-3 and 7.x before 7.0.6-3, there is a missing NULL check in the ReadMATImage function in coders/mat.c, leading to a denial of service (assertion failure and application exit) in the DestroyImageInfo function in MagickCore/image.c.

    UpstreamEPSS 1.3%
  • CVE-2017-13768

    Null Pointer Dereference in the IdentifyImage function in MagickCore/identify.c in ImageMagick through 7.0.6-10 allows an attacker to perform denial of service by sending a crafted image file.

    UpstreamEPSS 2.1%
  • CVE-2017-14060
    Upstream
  • CVE-2017-14172

    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.

    UpstreamEPSS 2.2%
  • CVE-2017-14173

    In the function ReadTXTImage() in coders/txt.c in ImageMagick 7.0.6-10, an integer overflow might occur for the addition operation "GetQuantumRange(depth)+1" when "depth" is large, producing a smaller value than expected. As a result, an infinite loop would occur for a crafted TXT file that claims a very large "max_value" value.

    UpstreamEPSS 1.9%
  • CVE-2017-14174

    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.

    UpstreamEPSS 2.2%
  • CVE-2017-14175

    In coders/xbm.c in ImageMagick 7.0.6-1 Q16, a DoS in ReadXBMImage() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted XBM file, which claims large rows and columns fields in the header but does not contain sufficient backing data, is provided, the loop over the rows would consume huge CPU resources, since there is no EOF check inside the loop.

    UpstreamEPSS 2.1%
  • CVE-2017-14249

    ImageMagick 7.0.6-8 Q16 mishandles EOF checks in ReadMPCImage in coders/mpc.c, leading to division by zero in GetPixelCacheTileSize in MagickCore/cache.c, allowing remote attackers to cause a denial of service via a crafted file.

    UpstreamEPSS 2.1%
  • CVE-2017-14341

    ImageMagick 7.0.6-6 has a large loop vulnerability in ReadWPGImage in coders/wpg.c, causing CPU exhaustion via a crafted wpg image file.

    UpstreamEPSS 2.0%
  • CVE-2017-14400

    In ImageMagick 7.0.7-1 Q16, the PersistPixelCache function in magick/cache.c mishandles the pixel cache nexus, which allows remote attackers to cause a denial of service (NULL pointer dereference in the function GetVirtualPixels in MagickCore/cache.c) via a crafted file.

    UpstreamEPSS 2.2%
  • CVE-2017-14505

    DrawGetStrokeDashArray in wand/drawing-wand.c in ImageMagick 7.0.7-1 mishandles certain NULL arrays, which allows attackers to perform Denial of Service (NULL pointer dereference and application crash in AcquireQuantumMemory within MagickCore/memory.c) by providing a crafted Image File as input.

    UpstreamEPSS 1.5%
  • CVE-2017-14532

    ImageMagick 7.0.7-0 has a NULL Pointer Dereference in TIFFIgnoreTags in coders/tiff.c.

    UpstreamEPSS 2.6%
  • CVE-2017-14624

    ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function PostscriptDelegateMessage in coders/ps.c.

    UpstreamEPSS 3.2%
  • CVE-2017-14625

    ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function sixel_output_create in coders/sixel.c.

    UpstreamEPSS 3.2%
  • CVE-2017-14626

    ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function sixel_decode in coders/sixel.c.

    UpstreamEPSS 2.6%
  • CVE-2017-14739

    The AcquireResampleFilterThreadSet function in magick/resample-private.h in ImageMagick 7.0.7-4 mishandles failed memory allocation, which allows remote attackers to cause a denial of service (NULL Pointer Dereference in DistortImage in MagickCore/distort.c, and application crash) via unspecified vectors.

    UpstreamEPSS 3.0%
  • CVE-2017-14741

    The ReadCAPTIONImage function in coders/caption.c in ImageMagick 7.0.7-3 allows remote attackers to cause a denial of service (infinite loop) via a crafted font file.

    UpstreamEPSS 1.4%
  • CVE-2017-15015

    ImageMagick 7.0.7-0 Q16 has a NULL pointer dereference vulnerability in PDFDelegateMessage in coders/pdf.c.

    UpstreamEPSS 1.4%
  • CVE-2017-15017

    ImageMagick 7.0.7-0 Q16 has a NULL pointer dereference vulnerability in ReadOneMNGImage in coders/png.c.

    UpstreamEPSS 2.0%
  • CVE-2017-15281

    ReadPSDImage in coders/psd.c in ImageMagick 7.0.7-6 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted file, related to "Conditional jump or move depends on uninitialised value(s)."

    UpstreamEPSS 2.7%
  • CVE-2017-17682
    Upstream
  • CVE-2017-17914

    In ImageMagick 7.0.7-16 Q16, a vulnerability was found in the function ReadOnePNGImage in coders/png.c, which allows attackers to cause a denial of service (ReadOneMNGImage large loop) via a crafted mng image file.

    UpstreamEPSS 2.0%
  • CVE-2017-18209

    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.

    UpstreamEPSS 2.9%
  • CVE-2017-18211

    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.

    UpstreamEPSS 4.0%
  • CVE-2017-18271

    In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-22, an infinite loop vulnerability was found in the function ReadMIFFImage in coders/miff.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted MIFF image file.

    UpstreamEPSS 2.2%
  • CVE-2017-18273

    In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-22, an infinite loop vulnerability was found in the function ReadTXTImage in coders/txt.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted image file that is mishandled in a GetImageIndexInList call.

    UpstreamEPSS 2.4%
  • CVE-2018-16643

    The functions ReadDCMImage in coders/dcm.c, ReadPWPImage in coders/pwp.c, ReadCALSImage in coders/cals.c, and ReadPICTImage in coders/pict.c in ImageMagick 7.0.8-4 do not check the return value of the fputc function, which allows remote attackers to cause a denial of service via a crafted image file.

    UpstreamEPSS 3.1%
  • CVE-2018-16749

    In ImageMagick 7.0.7-29 and earlier, a missing NULL check in ReadOneJNGImage in coders/png.c allows an attacker to cause a denial of service (WriteBlob assertion failure and application exit) via a crafted file.

    UpstreamEPSS 2.3%
  • CVE-2018-18025
    Upstream
  • CVE-2019-11598
    Upstream
  • CVE-2019-13135

    ImageMagick before 7.0.8-50 has a "use of uninitialized value" vulnerability in the function ReadCUTImage in coders/cut.c.

    UpstreamEPSS 3.3%
  • CVE-2019-13308

    ImageMagick 7.0.8-50 Q16 has a heap-based buffer overflow in MagickCore/fourier.c in ComplexImage.

    UpstreamEPSS 2.7%
  • CVE-2019-13391

    In ImageMagick 7.0.8-50 Q16, ComplexImages in MagickCore/fourier.c has a heap-based buffer over-read because of incorrect calls to GetCacheViewVirtualPixels.

    UpstreamEPSS 2.8%
  • CVE-2019-15139

    The XWD image (X Window System window dumping file) parsing component in ImageMagick 7.0.8-41 Q16 allows attackers to cause a denial-of-service (application crash resulting from an out-of-bounds Read) in ReadXWDImage in coders/xwd.c by crafting a corrupted XWD image file, a different vulnerability than CVE-2019-11472.

    UpstreamEPSS 3.5%
  • EUVD-2017-1575
    Upstream
  • EUVD-2017-1601
    Upstream
  • EUVD-2017-3724
    Upstream
  • EUVD-2017-4002
    Upstream
  • EUVD-2017-4003
    Upstream
  • EUVD-2017-4008
    Upstream
  • EUVD-2017-4135
    Upstream
  • EUVD-2017-4182
    Upstream
  • EUVD-2017-4213
    Upstream
  • EUVD-2017-4230
    Upstream
  • EUVD-2017-4231
    Upstream
  • EUVD-2017-4232
    Upstream
  • EUVD-2017-4343
    Upstream
  • EUVD-2017-4399
    Upstream
  • EUVD-2017-4579
    Upstream
  • EUVD-2017-4650
    Upstream
  • EUVD-2017-5175
    Upstream
  • EUVD-2017-5283
    Upstream
  • EUVD-2017-5574
    Upstream
  • EUVD-2017-5682
    Upstream
  • EUVD-2017-5683
    Upstream
  • EUVD-2017-5684
    Upstream
  • EUVD-2017-5685
    Upstream
  • EUVD-2017-5753
    Upstream
  • EUVD-2017-5844
    Upstream
  • EUVD-2017-5903
    Upstream
  • EUVD-2017-6007
    Upstream
  • EUVD-2017-6033
    Upstream
  • EUVD-2017-6124
    Upstream
  • EUVD-2017-6125
    Upstream
  • EUVD-2017-6126
    Upstream
  • EUVD-2017-6235
    Upstream
  • EUVD-2017-6236
    Upstream
  • EUVD-2017-6490
    Upstream
  • EUVD-2017-6492
    Upstream
  • EUVD-2017-6738
    Upstream
  • EUVD-2017-8839
    Upstream
  • EUVD-2017-9057
    Upstream
  • EUVD-2017-9342
    Upstream
  • EUVD-2017-9344
    Upstream
  • EUVD-2017-9398
    Upstream
  • EUVD-2017-9400
    Upstream
  • EUVD-2018-8446
    Upstream
  • EUVD-2018-8549
    Upstream
  • EUVD-2018-9764
    Upstream
  • EUVD-2019-3268
    Upstream
  • EUVD-2019-4669
    Upstream
  • EUVD-2019-4813
    Upstream
  • EUVD-2019-4885
    Upstream
  • EUVD-2019-6206
    Upstream
Scan your project

Continuously monitor your dependencies and get alerted when vulnerabilities like this one affect your stack.

Checkout DevGuard