From 4098d56e47a3e95ab900e38c2f19e1b6c4595d67 Mon Sep 17 00:00:00 2001 From: Guilherme de Almeida Suckevicz Date: Tue, 11 Feb 2020 16:25:31 -0300 Subject: [PATCH] CVE-2020-1711 init. --- 2020/1xxx/CVE-2020-1711.json | 59 ++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/2020/1xxx/CVE-2020-1711.json b/2020/1xxx/CVE-2020-1711.json index b1a4008522f..abc799f3271 100644 --- a/2020/1xxx/CVE-2020-1711.json +++ b/2020/1xxx/CVE-2020-1711.json @@ -4,15 +4,68 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-1711", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "gsuckevi@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "QEMU", + "version": { + "version_data": [ + { + "version_value": "All qemu versions 2.x.x up to and including 2.12.0" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1711", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1711", + "refsource": "CONFIRM" + } + ] }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "An out-of-bounds heap buffer access flaw was found in the way the iSCSI Block driver in QEMU versions 2.x.x up to and including 2.12.0 handled a response coming from an iSCSI server while checking the status of a Logical Address Block (LBA) in an iscsi_co_block_status() routine. A remote user could use this flaw to crash the QEMU process, resulting in a denial of service or potential execution of arbitrary code with privileges of the QEMU process on the host." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "7.7/CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H", + "version": "3.0" + } + ] + ] } } \ No newline at end of file