svn commit: r435076 - head/security/vuxml

Olivier Duchateau olivierd at FreeBSD.org
Tue Feb 28 18:35:35 UTC 2017


Author: olivierd
Date: Tue Feb 28 18:35:34 2017
New Revision: 435076
URL: https://svnweb.freebsd.org/changeset/ports/435076

Log:
  Document multiple memory failure in potrace
  
  PR:		217347
  Reported by:	lightside

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Feb 28 18:06:31 2017	(r435075)
+++ head/security/vuxml/vuln.xml	Tue Feb 28 18:35:34 2017	(r435076)
@@ -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="f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4">
+    <topic>potrace -- multiple memory failure</topic>
+    <affects>
+      <package>
+	<name>potrace</name>
+	<range><lt>1.13</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>potrace reports:</p>
+	<blockquote cite="https://sourceforge.net/p/potrace/news/2017/02/potrace-114-released/">
+	  <p>CVE-2016-8685: invalid memory access in findnext</p>
+	  <p>CVE-2016-8686: memory allocation failure</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://sourceforge.net/p/potrace/news/2017/02/potrace-114-released/</url>
+      <cvename>CVE-2016-8685</cvename>
+      <cvename>CVE-2016-8686</cvename>
+    </references>
+    <dates>
+      <discovery>2016-10-15</discovery>
+      <entry>2017-02-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="765d165b-fbfe-11e6-aae7-5404a68ad561">
     <topic>MPD -- buffer overflows in http output</topic>
     <affects>


More information about the svn-ports-all mailing list