Lucene search
+L

1133 matches found

UbuntuCve
UbuntuCve
added 2020/12/08 10:15 p.m.27 views

CVE-2020-27753

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 denial of service. It was originally reported tha...

5.5CVSS6.8AI score0.00852EPSS
SaveExploits1References4
Prion
Prion
added 2020/12/08 10:15 p.m.22 views

Input validation

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 denial of service. It was originally reported tha...

4.3CVSS5.2AI score0.00852EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2020/12/08 10:15 p.m.6 views

UBUNTU-CVE-2020-25674

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 but the loop condition will loop 256 times,...

5.5CVSS6.8AI score0.01016EPSS
SaveExploits1References5
OSV
OSV
added 2020/12/08 10:15 p.m.5 views

UBUNTU-CVE-2020-27753

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 denial of service. It was originally reported tha...

5.5CVSS6.8AI score0.00852EPSS
SaveExploits1References5
CVE
CVE
added 2020/12/08 9:57 p.m.218 views

CVE-2020-27753

CVE-2020-27753 affects ImageMagick’s MIFF coder (/coders/miff.c). It describes memory leaks caused by improper image depth handling, triggered by crafted MIFF inputs. Patch fixes occur in the MIFF coder (not in AcquireMagickMemory itself) and the issue affects ImageMagick versions prior to 7.0.9-...

5.5CVSS5.8AI score0.00852EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/08 9:57 p.m.44 views

CVE-2020-27753

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 denial of service. It was originally reported tha...

6AI score0.00852EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2020/12/08 9:57 p.m.66 views

CVE-2020-27753

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 denial of service. It was originally reported tha...

5.5CVSS6AI score0.00852EPSS
SaveExploits1
NVD
NVD
added 2020/12/08 9:15 p.m.23 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.01016EPSS
SaveExploits1References3
NVD
NVD
added 2020/12/08 9:15 p.m.23 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.2AI score0.0071EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/08 9:15 p.m.2 views

DEBIAN-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.7AI score0.01016EPSS
SaveExploits1References1
Prion
Prion
added 2020/12/08 9:15 p.m.28 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.01016EPSS
SaveExploits1References3Affected Software2
Prion
Prion
added 2020/12/08 9:15 p.m.26 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.0071EPSS
SaveExploits1References2Affected Software2
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.31 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.01016EPSS
SaveExploits1References4
OSV
OSV
added 2020/12/08 9:15 p.m.5 views

UBUNTU-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.01016EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.37 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.0071EPSS
SaveExploits1References3
CVE
CVE
added 2020/12/08 8:57 p.m.208 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.0071EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2020/12/08 8:57 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.4AI score0.0071EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2020/12/08 8:57 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.1CVSS7AI score0.0071EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/12/08 12:0 a.m.37 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.9AI score0.01016EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2020/12/08 12:0 a.m.8 views

ImageMagick Studio 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 security vulnerability exists in versions prior to ImageMagick 7.0.8-68, which stem...

5.5CVSS6.8AI score0.01016EPSS
SaveExploits1References12
Rows per page
Query Builder