Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 06:44:29 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548762 - head/security/vuxml
Message-ID:  <202009160644.08G6iTtY078657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Wed Sep 16 06:44:29 2020
New Revision: 548762
URL: https://svnweb.freebsd.org/changeset/ports/548762

Log:
  security/vuxml: add FreeBSD SA-20:29.bhyve_svm

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep 16 06:44:24 2020	(r548761)
+++ head/security/vuxml/vuln.xml	Wed Sep 16 06:44:29 2020	(r548762)
@@ -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="e73c688b-f7e6-11ea-88f8-901b0ef719ab">
+    <topic>FreeBSD -- bhyve SVM guest escape</topic>
+    <affects>
+      <package>
+	<name>FreeBSD-kernel</name>
+	<range><ge>12.1</ge><lt>12.1_10</lt></range>
+	<range><ge>11.4</ge><lt>11.4_4</lt></range>
+	<range><ge>11.3</ge><lt>11.3_14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>A number of AMD virtualization instructions operate on host physical
+	addresses, are not subject to nested page table translation, and guest use of
+	these instructions was not trapped.</p>
+	<h1>Impact:</h1>
+	<p>From kernel mode a malicious guest can write to arbitrary host memory (with
+	some constraints), affording the guest full control of the host.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-7467</cvename>
+      <freebsdsa>SA-20:29.bhyve_svm</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2020-09-15</discovery>
+      <entry>2020-09-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2c5b9cd7-f7e6-11ea-88f8-901b0ef719ab">
     <topic>FreeBSD -- bhyve privilege escalation via VMCS access</topic>
     <affects>



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