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 multiplication in addition to the function `PerceptibleReciprocal()` in order to prevent such divide-by-zero conditions. This flaw affects ImageMagick versions prior to 7.0.9-0.
References
Link | Resource |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=1894233 | Exploit Issue Tracking Patch Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2023/03/msg00008.html |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2020-12-08 22:15
Updated : 2023-11-07 03:20
NVD link : CVE-2020-27756
Mitre link : CVE-2020-27756
CVE.ORG link : CVE-2020-27756
JSON object : View
Products Affected
imagemagick
- imagemagick
CWE
CWE-369
Divide By Zero