From c64693efb94b19876e6c023b059277be9f079519 Mon Sep 17 00:00:00 2001 From: Sam Fowler Date: Mon, 9 Jul 2018 16:38:42 +1000 Subject: [PATCH] CVE-2017-7471 --- 2017/7xxx/CVE-2017-7471.json | 89 +++++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 16 deletions(-) diff --git a/2017/7xxx/CVE-2017-7471.json b/2017/7xxx/CVE-2017-7471.json index 29d6c3577fa..d32b9b4ec32 100644 --- a/2017/7xxx/CVE-2017-7471.json +++ b/2017/7xxx/CVE-2017-7471.json @@ -1,18 +1,75 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2017-7471", - "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-7471", + "ASSIGNER": "sfowler@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "qemu", + "product": { + "product_data": [ + { + "product_name": "qemu", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7471" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Quick Emulator(Qemu) built with the VirtFS, host directory sharing via Plan 9 File System(9pfs) support, is vulnerable to an improper access control issue. It could occur while accessing files on a shared host directory. A privileged user inside guest could use this flaw to access host file system beyond the shared folder and potentially escalating their privileges on a host." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "7.6/CVSS:3.0/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", + "version": "3.0" + } + ], + [ + { + "vectorString": "6.5/AV:A/AC:H/Au:S/C:C/I:C/A:C", + "version": "2.0" + } + ] + ] + } }