cvelist/2023/52xxx/CVE-2023-52356.json

205 lines
8.3 KiB
JSON
Raw Normal View History

2024-01-24 15:00:34 +00:00
{
2024-01-25 21:00:35 +00:00
"data_version": "4.0",
2024-01-24 15:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-52356",
2024-01-25 21:00:35 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2024-01-24 15:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-25 21:00:35 +00:00
"value": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
{
"product_name": "Red Hat Enterprise Linux 6",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unknown"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 7",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unknown"
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unknown"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 8",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 9",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://access.redhat.com/security/cve/CVE-2023-52356",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"refsource": "MISC",
"name": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"refsource": "MISC",
"name": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
2024-04-01 20:41:45 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00011.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00011.html"
2024-07-29 23:00:38 +00:00
},
{
"url": "https://support.apple.com/kb/HT214119",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214119"
},
{
"url": "https://support.apple.com/kb/HT214123",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214123"
},
{
"url": "https://support.apple.com/kb/HT214122",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214122"
},
{
"url": "https://support.apple.com/kb/HT214117",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214117"
},
{
"url": "https://support.apple.com/kb/HT214118",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214118"
},
{
"url": "https://support.apple.com/kb/HT214116",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214116"
},
{
"url": "https://support.apple.com/kb/HT214120",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214120"
},
{
"url": "https://support.apple.com/kb/HT214124",
"refsource": "MISC",
"name": "https://support.apple.com/kb/HT214124"
2024-07-30 01:00:36 +00:00
},
{
"url": "http://seclists.org/fulldisclosure/2024/Jul/16",
"refsource": "MISC",
"name": "http://seclists.org/fulldisclosure/2024/Jul/16"
2024-07-30 02:00:37 +00:00
},
{
"url": "http://seclists.org/fulldisclosure/2024/Jul/23",
"refsource": "MISC",
"name": "http://seclists.org/fulldisclosure/2024/Jul/23"
2024-01-25 21:00:35 +00:00
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
2024-01-24 15:00:34 +00:00
}
]
}
}