An integer overflow issue was discovered in ImageMagick's ExportIndexQuantum() function in MagickCore/quantum-export.c. Function calls to GetPixelIndex() could result in values outside the range of representable for the 'unsigned char'. When ImageMagick processes a crafted pdf file, this could lead to an undefined behaviour or a crash.
References
Link | Resource |
---|---|
https://github.com/ImageMagick/ImageMagick/commit/5af1dffa4b6ab984b5f13d1e91c95760d75f12a6 | Patch Third Party Advisory |
https://github.com/ImageMagick/ImageMagick/pull/3083 | Issue Tracking Patch Third Party Advisory |
https://github.com/ImageMagick/ImageMagick6/commit/553054c1cb1e4e05ec86237afef76a32cd7c464d | Patch Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2023/03/msg00008.html |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2022-08-25 20:15
Updated : 2024-02-28 19:29
NVD link : CVE-2021-20224
Mitre link : CVE-2021-20224
CVE.ORG link : CVE-2021-20224
JSON object : View
Products Affected
imagemagick
- imagemagick
CWE
CWE-190
Integer Overflow or Wraparound