CWE-190
3,315 CVEs • Abstraction: Base • Likelihood of Exploit: Medium
Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
CVEs (3,315)
CVE VENDORS PRODUCTS UPDATED PUBLISHED CVSS |
|---|
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 8, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 In IntensityCompare() of /magick/quantize.c, there are calls to PixelPacketIntensity() which could return overflowed values to the caller when ImageMagick processes a crafted input file. To mitigate this, the patch intro...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 8, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in MagickCore/quantum-export.c. 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 `un...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 8, 2020 N/A· v4 5.5 MEDIUM· v3 4.3 MEDIUM· v2 In CatromWeights(), MeshInterpolate(), InterpolatePixelChannel(), InterpolatePixelChannels(), and InterpolatePixelInfo(), which are all functions in /MagickCore/pixel.c, there were multiple unconstrained pixel offset cal...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 8, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 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...Show more |
1Apple 7Icloud IpadosIphone Os+4 moreJun 17, 2026 Dec 8, 2020 N/A· v4 7.8 HIGH· v3 9.3 HIGH· v2 An integer overflow was addressed through improved input validation. This issue is fixed in macOS Big Sur 11.0.1, watchOS 7.1, iOS 14.2 and iPadOS 14.2, iCloud for Windows 11.5, tvOS 14.2, iTunes 12.11 for Windows. A rem...Show more |
Multiple integer overflows were addressed with improved input validation. This issue is fixed in macOS Big Sur 11.0.1. A remote attacker may be able to cause unexpected application termination or heap corruption. |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 8, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 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...Show more |
3Debian ImagemagickRedhat3Debian Linux Enterprise LinuxImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in coders/bmp.c. 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 int`. Th...Show more |
2Imagemagick Redhat2Enterprise Linux ImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in MagickCore/statistic.c. 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...Show more |
3Debian ImagemagickRedhat3Debian Linux Enterprise LinuxImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in 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 c...Show more |
3Debian ImagemagickRedhat3Debian Linux Enterprise LinuxImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in MagickCore/statistic.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of a too large shift for 64-bit type `ssize_...Show more |
3Debian ImagemagickRedhat3Debian Linux Enterprise LinuxImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 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 Get...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 5.5 MEDIUM· v3 4.3 MEDIUM· v2 Due to a missing check for 0 value of `replace_extent`, it is possible for offset `p` to overflow in SubstituteString(), causing potential impact to application availability. This could be triggered by a crafted input fi...Show more |
3Debian ImagemagickRedhat3Debian Linux Enterprise LinuxImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in 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 types `float` a...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 4, 2020 N/A· v4 7.8 HIGH· v3 6.8 MEDIUM· v2 A flaw was found in ImageMagick in MagickCore/statistic.c. 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 `unsigne...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 3, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator() where a size_t cast should have been a ssize_t cast, which causes out-of-range values under some circumstances when a crafted input file is p...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 3, 2020 N/A· v4 5.5 MEDIUM· v3 4.3 MEDIUM· v2 A flaw was found in ImageMagick in coders/hdr.c. 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`. T...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 3, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 WritePALMImage() in /coders/palm.c used size_t casts in several areas of a calculation which could lead to values outside the range of representable type `unsigned long` undefined behavior when a crafted input file was p...Show more |
2Debian Imagemagick2Debian Linux ImagemagickJun 17, 2026 Dec 3, 2020 N/A· v4 3.3 LOW· v3 4.3 MEDIUM· v2 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 cr...Show more |
A flaw was found in CImg in versions prior to 2.9.3. Integer overflows leading to heap buffer overflows in load_pnm() can be triggered by a specially crafted input file processed by CImg, which can lead to an impact to a...Show more |