svn commit: r427806 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Sun Dec 4 21:20:26 UTC 2016


Author: feld
Date: Sun Dec  4 21:20:24 2016
New Revision: 427806
URL: https://svnweb.freebsd.org/changeset/ports/427806

Log:
  Document qemu vulnerability
  
  PR:		206725
  Security:	CVE-2015-1779

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec  4 21:08:15 2016	(r427805)
+++ head/security/vuxml/vuln.xml	Sun Dec  4 21:20:24 2016	(r427806)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a228c7a0-ba66-11e6-b1cf-14dae9d210b8">
+    <topic>qemu -- denial of service vulnerability</topic>
+    <affects>
+      <package>
+	<name>qemu</name>
+	<name>qemu-devel</name>
+	<name>qemu-sbruno</name>
+	<range><lt>2.3.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Daniel P. Berrange reports:</p>
+	<blockquote cite="https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg04895.html">
+	  <p>The VNC server websockets decoder will read and buffer data
+	    from websockets clients until it sees the end of the HTTP headers,
+	    as indicated by \r\n\r\n. In theory this allows a malicious to
+	    trick QEMU into consuming an arbitrary amount of RAM.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg04895.html</url>
+      <cvename>CVE-2015-1779</cvename>
+      <freebsdsa>ports/206725</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2015-03-23</discovery>
+      <entry>2016-12-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="59f79c99-ba4d-11e6-ae1b-002590263bf5">
     <topic>xen-tools -- delimiter injection vulnerabilities in pygrub</topic>
     <affects>


More information about the svn-ports-all mailing list