svn commit: r433330 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Sat Feb 4 17:39:46 UTC 2017


Author: feld
Date: Sat Feb  4 17:39:45 2017
New Revision: 433330
URL: https://svnweb.freebsd.org/changeset/ports/433330

Log:
  Document vulnerabilities in chicken
  
  PR:		216661
  Security:	CVE-2016-6830 CVE-2016-6831

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Feb  4 17:31:21 2017	(r433329)
+++ head/security/vuxml/vuln.xml	Sat Feb  4 17:39:45 2017	(r433330)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c6932dd4-eaff-11e6-9ac1-a4badb2f4699">
+    <topic>chicken -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>chicken</name>
+	<range><lt>4.12</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Peter Bex reports:</p>
+	<blockquote cite="http://lists.nongnu.org/archive/html/chicken-announce/2016-08/msg00001.html">
+	  <p>A buffer overflow error was found in the POSIX unit's procedures
+	    process-execute and process-spawn.</p>
+	  <p>Additionally, a memory leak existed in this code, which would be
+	    triggered when an error is raised during argument and environment
+	    processing.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://lists.nongnu.org/archive/html/chicken-announce/2016-08/msg00001.html</url>
+      <cvename>CVE-2016-6830</cvename>
+      <cvename>CVE-2016-6831</cvename>
+      <freebsdpr>ports/216661</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-08-12</discovery>
+      <entry>2017-02-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a130bd8c-eafe-11e6-9ac1-a4badb2f4699">
     <topic>libebml -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list