Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 17:37:48 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430990 - head/security/vuxml
Message-ID:  <201701091737.v09HbmPK096845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701091737.v09HbmPK096845>