5.5
CVE-2020-27756
- EPSS 0.13%
- Published 08.12.2020 22:15:18
- Last modified 21.11.2024 05:21:46
- Source secalert@redhat.com
- Teams watchlist Login
- Open Login
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.
Data is provided by the National Vulnerability Database (NVD)
Imagemagick ≫ Imagemagick Version >= 6.9.9-34 < 6.9.10-69
Imagemagick ≫ Imagemagick Version >= 7.0.0-0 < 7.0.9-0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.13% | 0.298 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 4.3 | 8.6 | 2.9 |
AV:N/AC:M/Au:N/C:N/I:N/A:P
|
CWE-369 Divide By Zero
The product divides a value by zero.