Lucene search
+L

3962 matches found

NVD
NVD
added 2020/12/08 9:15 p.m.17 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.3CVSS4.5AI score0.01163EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/08 9:15 p.m.27 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...

3.3CVSS6.5AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.21 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.01095EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.32 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.01163EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2020/12/08 12:0 a.m.10 views

ImageMagick Studio ImageMagick 输入验证错误漏洞

ImageMagick is a suite of open source image processing software. The software can read, convert or write images in a variety of formats. ImageMagick suffers from a security vulnerability, which stems from IntensityCompare of /magick/quantize.c, where a call to PixelPacketIntensity returns an...

4.3CVSS6.8AI score0.01124EPSS
SaveExploits1References10
Cvelist
Cvelist
added 2020/12/08 12:0 a.m.38 views

CVE-2020-27756

In ParseMetaGeometry of MagickCore/geometry.c, image height and width calculations can lead to divide-by-zero conditions which also lead to undefined behavior. This flaw can be triggered by a crafted input file processed by ImageMagick and could impact application availability. The patch uses...

5.9AI score0.00833EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2020/12/08 12:0 a.m.67 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...

5.5CVSS6.1AI score0.01172EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2020/12/08 12:0 a.m.82 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.2AI score0.01163EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/12/08 12:0 a.m.42 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...

5.2AI score0.01163EPSS
SaveExploits1References3
CNVD
CNVD
added 2020/12/07 12:0 a.m.3 views

GNU C Library Stack Buffer Overflow Vulnerability

The GNU C Library glibc is an open-source, free, easy-to-download C compiler released under the LGPL license. A stack buffer overflow vulnerability exists in sysdeps/i386/ldbl2mpn.c in versions of the GNU C Library prior to 2.23. An attacker can cause a stack buffer overflow by exploiting this...

7.5CVSS9AI score0.02765EPSS
SaveExploits0References1
Veracode
Veracode
added 2020/12/06 4:14 a.m.24 views

Undefined Behavior

ImageMagick is vulnerable to undefined behavior in the form of out-of-range and integer overflows. An attacker may trigger the vulnerability by supplying a crafted input file to be processed by ImageMagick...

5.5CVSS4.1AI score0.01172EPSS
SaveExploits1References4Affected Software4
Veracode
Veracode
added 2020/12/06 4:1 a.m.25 views

Undefined Behavior

ImageMagick is vulnerable to undefined behavior. The vulnerability exist when ImageMagick processed a crafted input file and use sizet in several calculations represented by type unsigned long...

3.3CVSS2.7AI score0.01075EPSS
SaveExploits0References4Affected Software4
Veracode
Veracode
added 2020/12/06 4:1 a.m.35 views

Denial Of Service (DoS)

imagemagick is vulnerable to denial of service DoS. The vulnerability exists in GammaImage of /MagickCore/enhance.c, depending on the gamma value, it's possible to trigger a divide-by-zero condition when a crafted input file is processed by ImageMagick...

5.5CVSS3.3AI score0.01365EPSS
SaveExploits0References4Affected Software4
NVD
NVD
added 2020/12/04 3:15 p.m.17 views

CVE-2020-27770

Due to a missing check for 0 value of replaceextent, it is possible for offset p to overflow in SubstituteString, causing potential impact to application availability. This could be triggered by a crafted input file that is processed by ImageMagick. This flaw affects ImageMagick versions prior to...

5.5CVSS5.9AI score0.01133EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2020/12/04 3:15 p.m.26 views

CVE-2020-27770

Due to a missing check for 0 value of replaceextent, it is possible for offset p to overflow in SubstituteString, causing potential impact to application availability. This could be triggered by a crafted input file that is processed by ImageMagick. This flaw affects ImageMagick versions prior to...

5.5CVSS6.9AI score0.01133EPSS
SaveExploits1References4
Prion
Prion
added 2020/12/04 3:15 p.m.24 views

Design/Logic Flaw

Due to a missing check for 0 value of replaceextent, it is possible for offset p to overflow in SubstituteString, causing potential impact to application availability. This could be triggered by a crafted input file that is processed by ImageMagick. This flaw affects ImageMagick versions prior to...

4.3CVSS5.6AI score0.01133EPSS
SaveExploits1References3Affected Software2
OSV
OSV
added 2020/12/04 3:15 p.m.6 views

UBUNTU-CVE-2020-27770

Due to a missing check for 0 value of replaceextent, it is possible for offset p to overflow in SubstituteString, causing potential impact to application availability. This could be triggered by a crafted input file that is processed by ImageMagick. This flaw affects ImageMagick versions prior to...

5.5CVSS6.8AI score0.01133EPSS
SaveExploits1References5
CNVD
CNVD
added 2020/12/04 12:0 a.m.12 views

ImageMagick Digital Error Vulnerability (CNVD-2021-10264)

ImageMagick is a software for creating, editing, and compositing images that can read, convert, and write images in many formats. A numeric error vulnerability exists in GammaImage in /MagickCore/enhance.c in versions of ImageMagick prior to 7.0.8-68. An attacker could cause a denial of service b...

5.5CVSS7.2AI score0.01365EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2020/12/04 12:0 a.m.8 views

ImageMagick Studio ImageMagick 输入验证错误漏洞

ImageMagick is a software for creating, editing, and composing images that can read, convert, and write images in many formats. A vulnerability exists in MagickCore/statistic.c in versions of ImageMagick prior to 7.0.8-69 that exceeds the range of representable values of type 'unsigned long'. An...

7.8CVSS7AI score0.01183EPSS
SaveExploits1References13
Cvelist
Cvelist
added 2020/12/04 12:0 a.m.37 views

CVE-2020-27770

Due to a missing check for 0 value of replaceextent, it is possible for offset p to overflow in SubstituteString, causing potential impact to application availability. This could be triggered by a crafted input file that is processed by ImageMagick. This flaw affects ImageMagick versions prior to...

6.1AI score0.01133EPSS
SaveExploits1References3
Rows per page
Query Builder