Lucene search
+L

15554 matches found

Prion
Prion
added 2020/12/08 9:15 p.m.29 views

Heap overflow

A call to ConformPixelInfo in the SetImageAlphaChannel routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed or GetPixelBlue was called. This could occur if an attacker is able to submit a malicious image file to be processed by...

4.3CVSS5.1AI score0.01115EPSS
SaveExploits1References3Affected Software1
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.23 views

CVE-2020-25667

TIFFGetProfiles in /coders/tiff.c calls strstr which causes a large out-of-bounds read when it searches for "dc:format="image/dng" within profile due to improper string handling, when a crafted input file is provided to ImageMagick. The patch uses a StringInfo type instead of a raw C string to...

5.5CVSS6.8AI score0.01212EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/08 9:15 p.m.7 views

UBUNTU-CVE-2020-25666

There are 4 places in HistogramCompare in MagickCore/histogram.c where an integer overflow is possible during simple math calculations. This occurs in the rgb values and count value for a color. The patch uses casts to ssizet type for these calculations, instead of int. This flaw could impact...

3.3CVSS6.8AI score0.01177EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.35 views

CVE-2020-25665

The PALM image coder at coders/palm.c makes an improper call to AcquireQuantumMemory in routine WritePALMImage because it needs to be offset by 256. This can cause a out-of-bounds read later on in the routine. The patch adds 256 to bytesperrow in the call to AcquireQuantumMemory. This could cause...

5.5CVSS6.8AI score0.01028EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2020/12/08 8:57 p.m.32 views

CVE-2020-25667

TIFFGetProfiles in /coders/tiff.c calls strstr which causes a large out-of-bounds read when it searches for "dc:format="image/dng" within profile due to improper string handling, when a crafted input file is provided to ImageMagick. The patch uses a StringInfo type instead of a raw C string to...

5.2AI score0.01212EPSS
SaveExploits1References1
CVE
CVE
added 2020/12/08 8:57 p.m.75 views

CVE-2020-25667

CVE-2020-25667 affects ImageMagick versions prior to 7.0.9-0. The vulnerability arises in TIFFGetProfiles() in /coders/tiff.c, where a misused strstr() can cause a large out-of-bounds read while locating the string dc:format="image/dng" in a profile, provided a crafted input file is processed. Th...

5.5CVSS5.1AI score0.01212EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2020/12/08 8:57 p.m.67 views

CVE-2020-25667

TIFFGetProfiles in /coders/tiff.c calls strstr which causes a large out-of-bounds read when it searches for "dc:format="image/dng" within profile due to improper string handling, when a crafted input file is provided to ImageMagick. The patch uses a StringInfo type instead of a raw C string to...

5.5CVSS5.8AI score0.01212EPSS
SaveExploits1
CVE
CVE
added 2020/12/08 8:57 p.m.218 views

CVE-2020-25664

CVE-2020-25664 affects ImageMagick older than 6.9.10-68 and 7.0.8-68. In WriteOnePNGImage() of the PNG coder, an improper use of AcquireVirtualMemory() and memset() can lead to an out-of-bounds write after PopShortPixel() is invoked; the fix is to add 256 to rowbytes. An attacker with the ability...

6.1CVSS6.2AI score0.00719EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2020/12/08 8:57 p.m.31 views

CVE-2020-25664

In WriteOnePNGImage of the PNG coder at coders/png.c, an improper call to AcquireVirtualMemory and memset allows for an out-of-bounds write later when PopShortPixel from MagickCore/quantum-private.h is called. The patch fixes the calls by adding 256 to rowbytes. An attacker who is able to supply ...

6.4AI score0.00719EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2020/12/08 8:57 p.m.45 views

CVE-2020-25664

In WriteOnePNGImage of the PNG coder at coders/png.c, an improper call to AcquireVirtualMemory and memset allows for an out-of-bounds write later when PopShortPixel from MagickCore/quantum-private.h is called. The patch fixes the calls by adding 256 to rowbytes. An attacker who is able to supply ...

6.1CVSS7AI score0.00719EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/12/08 8:57 p.m.29 views

CVE-2020-25663

A call to ConformPixelInfo in the SetImageAlphaChannel routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed or GetPixelBlue was called. This could occur if an attacker is able to submit a malicious image file to be processed by...

5.1AI score0.01115EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2020/12/08 8:57 p.m.68 views

CVE-2020-25663

A call to ConformPixelInfo in the SetImageAlphaChannel routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed or GetPixelBlue was called. This could occur if an attacker is able to submit a malicious image file to be processed by...

5.5CVSS5.1AI score0.01115EPSS
SaveExploits1
CVE
CVE
added 2020/12/08 8:57 p.m.77 views

CVE-2020-25663

CVE-2020-25663 is rejected and not used; this entry does not represent an active vulnerability.

5.5CVSS5.1AI score0.01115EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2020/12/08 12:00 a.m.186 views

CVE-2020-25674

ImageMagick’s CVE-2020-25674 is a defect in WriteOnePNGImage() in coders/png.c that uses a hardcoded 256 loop bound, permitting an out-of-bounds heap read when the colormap has fewer valid values. The patch replaces the constant with MagickMin() to use the correct bound. Affects ImageMagick versi...

5.5CVSS5.8AI score0.01028EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2020/12/08 12:00 a.m.42 views

CVE-2020-25675

In the CropImage and CropImageToTiles routines of MagickCore/transform.c, rounding calculations performed on unconstrained pixel offsets was causing undefined behavior in the form of integer overflow and out-of-range values as reported by UndefinedBehaviorSanitizer. Such issues could cause a...

5.4AI score0.01085EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2020/12/08 12:00 a.m.14 views

ImageMagick Studio ImageMagick Input Validation Error Vulnerability

Imagemagick Studio ImageMagick is a suite of open source image processing software from ImageMagick Studio Imagemagick Studio, an American company. The software can read, convert, or write images in a variety of formats. A security vulnerability exists in ImageMagick, which stems from a flaw foun...

4.3CVSS6.8AI score0.01138EPSS
SaveExploits1References9
CNNVD
CNNVD
added 2020/12/08 12:00 a.m.16 views

Imagemagick Studio ImageMagick::WriteOnePNGImage() Code Issue Vulnerability

Imagemagick Studio ImageMagick is a suite of open source image processing software from ImageMagick Studio Imagemagick Studio, an American company. The software can read, convert or write images in many formats. A code issue vulnerability exists in ImageMagick versions 6.9.10-68 through 7.0.8-68,...

6.1CVSS7AI score0.00719EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2020/12/08 12:00 a.m.53 views

CVE-2020-27750

A flaw was found in ImageMagick in MagickCore/colorspace-private.h and MagickCore/quantum.h. 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 and math division by zero. This would...

5.8AI score0.00994EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2020/12/08 12:00 a.m.31 views

CVE-2020-25676

In CatromWeights, MeshInterpolate, InterpolatePixelChannel, InterpolatePixelChannels, and InterpolatePixelInfo, which are all functions in /MagickCore/pixel.c, there were multiple unconstrained pixel offset calculations which were being used with the floor function. These calculations produced...

6AI score0.01186EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2020/12/08 12:00 a.m.14 views

ImageMagick 缓冲区错误漏洞

Imagemagick Studio ImageMagick is a suite of open source image processing software from ImageMagick Studio Imagemagick Studio, an American company. The software can read, convert or write images in many formats. A buffer overflow vulnerability exists in ImageMagick MagickCore version 7.0.9-0 and...

7.1CVSS7.3AI score0.01086EPSS
SaveExploits1References5
Rows per page
Query Builder