svn commit: r430990 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Mon Jan 9 17:37:49 UTC 2017


Author: feld
Date: Mon Jan  9 17:37:48 2017
New Revision: 430990
URL: https://svnweb.freebsd.org/changeset/ports/430990

Log:
  Document libvncserver vulnerabilities
  
  PR:		215805
  Security:	CVE-2016-9941 CVE-2016-9942

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jan  9 17:35:22 2017	(r430989)
+++ head/security/vuxml/vuln.xml	Mon Jan  9 17:37:48 2017	(r430990)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="64be967a-d379-11e6-a071-001e67f15f5a">
+    <topic>libvncserver -- multiple buffer overflows</topic>
+    <affects>
+      <package>
+	<name>libvncserver</name>
+	<range><lt>0.9.11</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>libvnc server reports:</p>
+	<blockquote cite="https://github.com/LibVNC/libvncserver/pull/137">
+	  <p>Two unrelated buffer overflows can be used by a malicious server to overwrite parts of the heap and crash the client (or possibly execute arbitrary code).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/LibVNC/libvncserver/pull/137</url>
+      <cvename>CVE-2016-9941</cvename>
+      <cvename>CVE-2016-9942</cvename>
+      <freebsdpr>ports/215805</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-11-24</discovery>
+      <entry>2017-01-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="83041ca7-d690-11e6-9171-14dae9d210b8">
     <topic>libdwarf -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list