svn commit: r548762 - head/security/vuxml
Philip Paeps
philip at FreeBSD.org
Wed Sep 16 06:44:34 UTC 2020
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>
More information about the svn-ports-head
mailing list