← Back to CVE List

CVE-2020-27761

Published: 2020-12-03T17:15Z
Last Modified: 2024-11-21T05:21Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 processed by ImageMagick. The patch casts to `ssize_t` instead to avoid this issue. Red Hat Product Security marked the Severity as Low because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to ImageMagick 7.0.9-0. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt