svn commit: r387249 - head/security/vuxml

Xin LI delphij at FreeBSD.org
Sun May 24 07:19:10 UTC 2015


Author: delphij
Date: Sun May 24 07:19:09 2015
New Revision: 387249
URL: https://svnweb.freebsd.org/changeset/ports/387249

Log:
  Extend CVE-2015-3456 to cover xen-tools (4.5.0-4.5.0_5: we didn't supported
  the feature in earlier version of this port) and VirtualBox cases as well.
  
  PR:		200311

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun May 24 07:16:54 2015	(r387248)
+++ head/security/vuxml/vuln.xml	Sun May 24 07:19:09 2015	(r387249)
@@ -574,7 +574,7 @@ Notes:
   </vuln>
 
   <vuln vid="2780e442-fc59-11e4-b18b-6805ca1d3bb1">
-    <topic>qemu -- possible VM escape and code execution ("VENOM")</topic>
+    <topic>qemu, xen and VirtualBox OSE -- possible VM escape and code execution ("VENOM")</topic>
     <affects>
       <package>
 	<name>qemu</name>
@@ -586,6 +586,14 @@ Notes:
 	<name>qemu-sbruno</name>
 	<range><lt>2.3.50.g20150501_1</lt></range>
       </package>
+      <package>
+	<name>virtualbox-ose</name>
+	<range><lt>4.3.28</lt></range>
+      </package>
+      <package>
+	<name>xen-tools</name>
+	<range><gt>4.5.0</gt><lt>4.5.0_5</lt></range>
+      </package>
     </affects>
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
@@ -610,10 +618,13 @@ Notes:
       <freebsdpr>200256</freebsdpr>
       <freebsdpr>200257</freebsdpr>
       <url>http://venom.crowdstrike.com/</url>
+      <url>http://www.oracle.com/technetwork/topics/security/alert-cve-2015-3456-2542656.html</url>
+      <url>http://xenbits.xen.org/xsa/advisory-133.html</url>
     </references>
     <dates>
       <discovery>2015-04-29</discovery>
       <entry>2015-05-17</entry>
+      <modified>2015-05-23</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list