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

62 lines
2.1 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-25667",
2020-12-08 21:02:15 +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-122->CWE-125"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1891613",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891613"
}
]
2020-09-16 20:01:46 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-12-08 21:02:15 +00:00
"value": "TIFFGetProfiles() in /coders/tiff.c calls strstr() which causes a large out-of-bounds read when it searches for `\"dc:format=\\\"image/dng\\\"` within `profile` due to improper string handling, when a crafted input file is provided to ImageMagick. The patch uses a StringInfo type instead of a raw C string to remedy this. This could cause an impact to availability of the application. This flaw affects ImageMagick versions prior to 7.0.9-0."
2020-09-16 20:01:46 +00:00
}
]
}
}