svn commit: r433852 - head/security/vuxml

Koop Mast kwm at FreeBSD.org
Sat Feb 11 11:09:14 UTC 2017


Author: kwm
Date: Sat Feb 11 11:09:12 2017
New Revision: 433852
URL: https://svnweb.freebsd.org/changeset/ports/433852

Log:
  Document gtk-vnc bounds checking vulnabilities
  
  Security:	CVE-2017-5884, CVE-2017-5885

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Feb 11 10:01:31 2017	(r433851)
+++ head/security/vuxml/vuln.xml	Sat Feb 11 11:09:12 2017	(r433852)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="79bbb8f8-f049-11e6-8a6a-bcaec565249c">
+    <topic>gtk-vnc -- bounds checking vulnabilities</topic>
+    <affects>
+      <package>
+	<name>gtk-vnc</name>
+	<range><lt>0.7.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Daniel P. Berrange reports:</p>
+	<blockquote cite="https://mail.gnome.org/archives/ftp-release-list/2017-February/msg00015.html">
+	  <p>CVE-2017-5884 - fix bounds checking for RRE, hextile and
+	    copyrect encodings</p>
+	  <p>CVE-2017-5885 - fix color map index bounds checking.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://mail.gnome.org/archives/ftp-release-list/2017-February/msg00015.html</url>
+      <cvename>CVE-2017-5884</cvename>
+      <cvename>CVE-2017-5885</cvename>
+    </references>
+    <dates>
+      <discovery>2017-02-09</discovery>
+      <entry>2017-02-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a73aba9a-effe-11e6-ae1b-002590263bf5">
     <topic>xen-tools -- oob access in cirrus bitblt copy</topic>
     <affects>


More information about the svn-ports-head mailing list