Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 16:31:22 GMT
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7031bbf81b99 - main - Document sysutils/consul vulnerabilities
Message-ID:  <202104171631.13HGVM8N039458@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brd (doc, src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=7031bbf81b99685426aae961c474a4e85bdef13c

commit 7031bbf81b99685426aae961c474a4e85bdef13c
Author:     Brad Davis <brd@FreeBSD.org>
AuthorDate: 2021-04-17 16:29:29 +0000
Commit:     Brad Davis <brd@FreeBSD.org>
CommitDate: 2021-04-17 16:31:10 +0000

    Document sysutils/consul vulnerabilities
---
 security/vuxml/vuln.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 47e2d0670ec3..3359ddc18d34 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="093a6baf-9f99-11eb-b150-000c292ee6b8">
+    <topic>Consul -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>consul</name>
+	<range><lt>1.9.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Hashicorp reports:</p>
+	<blockquote cite="https://github.com/hashicorp/consul/releases/tag/v1.9.5">;
+	  <p>Add content-type headers to raw KV responses to prevent XSS attacks
+	  (CVE-2020-25864).  audit-logging: Parse endpoint URL to prevent
+	  requests from bypassing the audit log (CVE-2021-28156).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/hashicorp/consul/releases/tag/v1.9.5</url>;
+      <cvename>CVE-2020-25864</cvename>
+      <cvename>CVE-2021-28156</cvename>
+    </references>
+    <dates>
+      <discovery>2021-04-15</discovery>
+      <entry>2021-04-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="75aae50b-9e3c-11eb-9bc3-8c164582fbac">
     <topic>AccountService -- Insufficient path check in user_change_icon_file_authorized_cb()</topic>
     <affects>



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