cvelist/2020/25xxx/CVE-2020-25676.json

67 lines
2.6 KiB
JSON
Raw Normal View History

2020-09-16 20:01:46 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-25676",
2020-12-08 22:02:26 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "ImageMagick",
"version": {
"version_data": [
{
"version_value": "prior to 7.0.9-0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-190"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1891934",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891934"
2021-03-24 01:00:41 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20210323 [SECURITY] [DLA 2602-1] imagemagick security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00030.html"
2020-12-08 22:02:26 +00:00
}
]
2020-09-16 20:01:46 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-12-08 22:02:26 +00:00
"value": "In CatromWeights(), MeshInterpolate(), InterpolatePixelChannel(), InterpolatePixelChannels(), and InterpolatePixelInfo(), which are all functions in /MagickCore/pixel.c, there were multiple unconstrained pixel offset calculations which were being used with the floor() function. These calculations produced undefined behavior in the form of out-of-range and integer overflows, as identified by UndefinedBehaviorSanitizer. These instances of undefined behavior could be triggered by an attacker who is able to supply a crafted input file to be processed by ImageMagick. These issues could impact application availability or potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0."
2020-09-16 20:01:46 +00:00
}
]
}
}