Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 22:01:12 +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: r557178 - head/security/vuxml
Message-ID:  <202012062201.0B6M1Cfw001720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Dec  6 22:01:12 2020
New Revision: 557178
URL: https://svnweb.freebsd.org/changeset/ports/557178

Log:
  Document consul issue
  
  PR:		251418
  Submitted by:	brd

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec  6 21:36:33 2020	(r557177)
+++ head/security/vuxml/vuln.xml	Sun Dec  6 22:01:12 2020	(r557178)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="8d17229f-3054-11eb-a455-ac1f6b16e566">
+    <topic>consul -- Fix Consul Connect CA private key configuration</topic>
+    <affects>
+      <package>
+	<name>consul</name>
+	<range><lt>1.9.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Hashicorp reports:</p>
+	<blockquote cite="https://github.com/hashicorp/consul/blob/master/CHANGELOG.md">;
+	  <p>Increase the permissions to read from the
+	    /connect/ca/configuration endpoint to operator:write.
+	    Previously Connect CA configuration, including the private
+	    key, set via this endpoint could be read back by an operator
+	    with operator:read privileges.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/hashicorp/consul/blob/master/CHANGELOG.md</url>;
+      <cvename>CVE-2020-28053</cvename>
+    </references>
+    <dates>
+      <discovery>2020-11-02</discovery>
+      <entry>2020-12-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="01ffd06a-36ed-11eb-b655-3065ec8fd3ec">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



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