Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 18:35:34 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435076 - head/security/vuxml
Message-ID:  <201702281835.v1SIZYGh079842@repo.freebsd.org>

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



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