diff --git a/2018/17xxx/CVE-2018-17160.json b/2018/17xxx/CVE-2018-17160.json index c2ab655555e..2907d4e747a 100644 --- a/2018/17xxx/CVE-2018-17160.json +++ b/2018/17xxx/CVE-2018-17160.json @@ -1,8 +1,31 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "secteam@freebsd.org", "ID" : "CVE-2018-17160", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "FreeBSD", + "version" : { + "version_data" : [ + { + "version_value" : "FreeBSD 11.2 before 11.2-RELEASE-p6" + } + ] + } + } + ] + }, + "vendor_name" : "FreeBSD" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +34,26 @@ "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" : "In FreeBSD before 11.2-STABLE(r341486) and 11.2-RELEASE-p6, insufficient bounds checking in one of the device models provided by bhyve can permit a guest operating system to overwrite memory in the bhyve host possibly permitting arbitrary code execution. A guest OS using a firmware image can cause the bhyve process to crash, or possibly execute arbitrary code on the host as root." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Insufficient bounds checking" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://security.freebsd.org/advisories/FreeBSD-SA-18:14.bhyve.asc" } ] }