Lucene search
+L

15505 matches found

NVD
NVD
added 2020/12/08 9:15 p.m.26 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.4AI score0.01212EPSS
SaveExploits1References1
NVD
NVD
added 2020/12/08 9:15 p.m.25 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.5CVSS5.7AI score0.01028EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/08 9:15 p.m.24 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.1CVSS6.4AI score
SaveExploits0References2
Prion
Prion
added 2020/12/08 9:15 p.m.29 views

Design/Logic Flaw

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 ...

5.8CVSS6AI score0.00719EPSS
SaveExploits1References2Affected Software2
Prion
Prion
added 2020/12/08 9:15 p.m.24 views

Integer overflow

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...

4.3CVSS3.8AI score0.01177EPSS
SaveExploits1References3Affected Software2
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.41 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.1CVSS6.9AI score0.00719EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.20 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.5CVSS6.1AI score0.01115EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.33 views

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...

4.3CVSS6.8AI score0.01177EPSS
SaveExploits1References3
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
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.34 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
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
Prion
Prion
added 2020/12/08 9:15 p.m.31 views

Out-of-bounds

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...

4.3CVSS5.4AI score0.01028EPSS
SaveExploits1References3Affected Software2
Prion
Prion
added 2020/12/08 9:15 p.m.23 views

Design/Logic Flaw

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...

4.3CVSS5AI score0.01212EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2020/12/08 9:15 p.m.8 views

UBUNTU-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.1CVSS6.9AI score0.00719EPSS
SaveExploits1References4
OSV
OSV
added 2020/12/08 9:15 p.m.6 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
Cvelist
Cvelist
added 2020/12/08 8:57 p.m.31 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
Rows per page
Query Builder