Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2017 10:13:45 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446192 - head/security/vuxml
Message-ID:  <201707191013.v6JADkT9068240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Wed Jul 19 10:13:45 2017
New Revision: 446192
URL: https://svnweb.freebsd.org/changeset/ports/446192

Log:
  Document vulnerability in collectd5
  
  PR:		220797
  Reported by:	luca.pizzamiglio@gmail.com
  Security:	CVE-2017-7401

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jul 19 09:43:30 2017	(r446191)
+++ head/security/vuxml/vuln.xml	Wed Jul 19 10:13:45 2017	(r446192)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="08a2df48-6c6a-11e7-9b01-2047478f2f70">
+    <topic>collectd5 -- Denial of service by sending a signed network packet to a server which is not set up to check signatures</topic>
+    <affects>
+      <package>
+	<name>collectd5</name>
+	<range><eq>5.7.1</eq></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>marcinguy reports:</p>
+	<blockquote cite="https://github.com/collectd/collectd/issues/2174">;
+	  <p>After sending this payload, collectd seems to be entering endless while()
+	     loop in packet_parse consuming high CPU resources, possibly crash/gets killed after a while.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/collectd/collectd/issues/2174</url>;
+      <cvename>CVE-2017-7401</cvename>
+    </references>
+    <dates>
+      <discovery>2017-02-13</discovery>
+      <entry>2017-07-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e6ccaf8a-6c63-11e7-9b01-2047478f2f70">
     <topic>strongswan -- Insufficient Input Validation in gmp Plugin</topic>
     <affects>



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