Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 14:02:36 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487167 - head/security/vuxml
Message-ID:  <201812101402.wBAE2aqL042248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Dec 10 14:02:36 2018
New Revision: 487167
URL: https://svnweb.freebsd.org/changeset/ports/487167

Log:
  Document FreeBSD-SA-18:14.bhyve

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec 10 14:02:11 2018	(r487166)
+++ head/security/vuxml/vuln.xml	Mon Dec 10 14:02:36 2018	(r487167)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="32498c8f-fc84-11e8-be12-a4badb2f4699">
+    <topic>FreeBSD -- Insufficient bounds checking in bhyve(8) device model</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>11.2</ge><lt>11.2_6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>Insufficient bounds checking in one of the device models
+	provided by bhyve(8) can permit a guest operating system
+	to overwrite memory in the bhyve(8) processing possibly
+	permitting arbitary code execution.</p>
+	<h1>Impact:</h1>
+	<p>A guest OS using a firmware image can cause the bhyve
+	process to crash, or possibly execute arbitrary code on the
+	host as root.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-1716</cvename>
+      <freebsdsa>SA-18:14.bhyve</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2018-12-04</discovery>
+      <entry>2018-12-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="268a4289-fc84-11e8-be12-a4badb2f4699">
     <topic>FreeBSD -- Multiple vulnerabilities in NFS server code</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812101402.wBAE2aqL042248>