From 4d42f8804411eed8c52d132f97a9a041276350ca Mon Sep 17 00:00:00 2001 From: Andrej Nemec Date: Thu, 26 Jul 2018 13:39:27 +0200 Subject: [PATCH] CVE-2017-7539.json --- 2017/7xxx/CVE-2017-7539.json | 91 +++++++++++++++++++++++++++++------- 1 file changed, 75 insertions(+), 16 deletions(-) diff --git a/2017/7xxx/CVE-2017-7539.json b/2017/7xxx/CVE-2017-7539.json index b162096a083..8ea9e244928 100644 --- a/2017/7xxx/CVE-2017-7539.json +++ b/2017/7xxx/CVE-2017-7539.json @@ -1,18 +1,77 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2017-7539", - "STATE" : "RESERVED" - }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "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." - } - ] - } + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2017-7539", + "ASSIGNER": "anemec@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "QEMU", + "product": { + "product_data": [ + { + "product_name": "Qemu", + "version": { + "version_data": [ + { + "version_value": "2.10.1" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-617" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7539", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7539", + "refsource": "CONFIRM" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "An assertion-failure flaw was found in the Network Block Device (NBD) server's initial connection negotiation, where the I/O coroutine was undefined. This could crash the qemu-nbd server if a client sent unexpected data during connection negotiation. A remote user or process could use this flaw to crash the qemu-nbd server resulting in denial of service." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", + "version": "3.0" + } + ], + [ + { + "vectorString": "5.0/AV:N/AC:L/Au:N/C:N/I:N/A:P", + "version": "2.0" + } + ] + ] + } }