Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 03:38:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461972 - head/security/vuxml
Message-ID:  <201802160338.w1G3cD4T095935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Feb 16 03:38:12 2018
New Revision: 461972
URL: https://svnweb.freebsd.org/changeset/ports/461972

Log:
  Document consul issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Feb 16 03:16:50 2018	(r461971)
+++ head/security/vuxml/vuln.xml	Fri Feb 16 03:38:12 2018	(r461972)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ad2eeab6-ca68-4f06-9325-1937b237df60">
+    <topic>consul -- vulnerability in embedded DNS library</topic>
+    <affects>
+      <package>
+	<name>consul</name>
+	<range><lt>1.0.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Consul developers report:</p>
+	<blockquote cite="https://github.com/hashicorp/consul/issues/3859">;
+	  <p>A flaw was found in the embedded DNS library used in consul which
+	  may allow a denial of service attack. Consul was updated to include
+	  the fixed version.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/hashicorp/consul/issues/3859</url>;
+      <url>https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#105-february-7-2018</url>;
+      <url>https://github.com/miekg/dns/pull/631</url>;
+      <url>https://github.com/miekg/dns/issues/627</url>;
+      <cvename>CVE-2017-15133</cvename>
+    </references>
+    <dates>
+      <discovery>2018-01-17</discovery>
+      <entry>2018-02-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="746d04dc-507e-4450-911f-4c41e48bb07a">
     <topic>bro -- out of bounds write allows remote DOS</topic>
     <affects>



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