Lucene search
K

19 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/10 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2026-28686

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-16 and 6.9.13-41, A heap-buffer-overflow...

6.8CVSS7.3AI score0.00019EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2020-25666

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

4.3CVSS6.9AI score0.00133EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2020-25665

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6.8AI score0.00252EPSS
Exploits1References2
OSV
OSV
added 2020/12/08 10:15 p.m.19 views

CVE-2020-27757

A floating point math calculation in ScaleAnyToQuantum of /MagickCore/quantum-private.h could lead to undefined behavior in the form of a value outside the range of type unsigned long long. The flaw could be triggered by a crafted input file under certain conditions when it is processed by...

3.3CVSS6.1AI score
Exploits0References3
Prion
Prion
added 2020/12/08 10:15 p.m.13 views

Heap overflow

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

4.3CVSS5.6AI score0.00252EPSS
Exploits1References3Affected Software2
Prion
Prion
added 2020/12/08 10:15 p.m.21 views

Design/Logic Flaw

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

4.3CVSS5.1AI score0.00394EPSS
Exploits1References2Affected Software1
UbuntuCve
UbuntuCve
added 2020/12/08 9:15 p.m.19 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.00133EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2020/12/08 12:0 a.m.29 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...

4.3CVSS5.6AI score0.00149EPSS
Exploits1
Debian CVE
Debian CVE
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.5CVSS5.9AI score0.00394EPSS
Exploits1
Debian CVE
Debian CVE
added 2020/12/08 12:0 a.m.34 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.00185EPSS
Exploits1
Prion
Prion
added 2020/12/04 3:15 p.m.19 views

Input validation

In RestoreMSCWarning of /coders/pdf.c there are several areas where calls to GetPixelIndex could result in values outside the range of representable for the unsigned char type. The patch casts the return value of GetPixelIndex to ssizet type to avoid this bug. This undefined behavior could be...

4.3CVSS3.5AI score0.00123EPSS
Exploits1References3Affected Software3
UbuntuCve
UbuntuCve
added 2020/12/04 3:15 p.m.23 views

CVE-2020-27765

A flaw was found in ImageMagick in MagickCore/segment.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. This would most likely lead to an impact to application availability, but could potentially cause...

4.3CVSS6.7AI score0.0009EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2020/12/04 12:0 a.m.31 views

CVE-2020-27773

A flaw was found in ImageMagick in MagickCore/gem-private.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 or division by zero. This would most likely lead to an impact to...

4.3CVSS5.8AI score0.0011EPSS
Exploits1
OSV
OSV
added 2020/12/03 5:15 p.m.17 views

CVE-2020-27764

In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator where a sizet cast should have been a ssizet cast, which causes out-of-range values under some circumstances when a crafted input file is processed by ImageMagick. Red Hat Product Security marked this as Low severity...

3.3CVSS6.3AI score
Exploits0References4
Debian CVE
Debian CVE
added 2020/12/03 12:0 a.m.32 views

CVE-2020-27764

In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator where a sizet cast should have been a ssizet cast, which causes out-of-range values under some circumstances when a crafted input file is processed by ImageMagick. Red Hat Product Security marked this as Low severity...

4.3CVSS5.7AI score0.00111EPSS
Exploits0
Debian CVE
Debian CVE
added 2020/12/03 12:0 a.m.36 views

CVE-2020-27759

In IntensityCompare of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type int to be returned. The flaw could be triggered by a crafted input file under certain conditions when processed by ImageMagick. Red Hat...

4.3CVSS5.9AI score0.0009EPSS
Exploits0
Cvelist
Cvelist
added 2020/12/03 12:0 a.m.20 views

CVE-2020-27759

In IntensityCompare of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type int to be returned. The flaw could be triggered by a crafted input file under certain conditions when processed by ImageMagick. Red Hat...

5AI score0.0009EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2017/08/22 12:0 a.m.8 views

PT-2017-12931 · Imagemagick +2 · Imagemagick +2

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 6.9.7-10 Description: The issue causes a crash when image dimensions are too large, instead of reporting a "width or height exceeds limit" error. This can be demonstrated using the mpc coder. Recommendations: For...

9.8CVSS6.3AI score0.87527EPSS
Exploits84References577
OSV
OSV
added 2006/11/22 1:7 a.m.7 views

CVE-2006-5868

Multiple buffer overflows in Imagemagick 6.0 before 6.0.6.2, and 6.2 before 6.2.4.5, has unknown impact and user-assisted attack vectors via a crafted SGI image...

6.3AI score
Exploits0References12
Rows per page
Query Builder