View | Details | Raw Unified | Return to bug 251418
Collapse All | Expand All

(-)security/vuxml/vuln.xml (+30 lines)
Lines 58-63 Link Here
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="8d17229f-3054-11eb-a455-ac1f6b16e566">
62
    <topic>consul -- Fix Consul Connect CA private key configuration</topic>
63
    <affects>
64
      <package>
65
	<name>consul</name>
66
	<range><lt>1.9.0</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>Hashicorp reports:</p>
72
	<blockquote cite="https://github.com/hashicorp/consul/blob/master/CHANGELOG.md">
73
	  <p>Increase the permissions to read from the
74
	    /connect/ca/configuration endpoint to operator:write.
75
	    Previously Connect CA configuration, including the private
76
	    key, set via this endpoint could be read back by an operator
77
	    with operator:read privileges.</p>
78
	</blockquote>
79
      </body>
80
    </description>
81
    <references>
82
      <url>https://github.com/hashicorp/consul/blob/master/CHANGELOG.md</url>
83
      <cvename>CVE-2020-28053</cvename>
84
    </references>
85
    <dates>
86
      <discovery>2020-11-02</discovery>
87
      <entry>2020-11-27</entry>
88
    </dates>
89
  </vuln>
90
61
  <vuln vid="618010ff-3044-11eb-8112-000c292ee6b8">
91
  <vuln vid="618010ff-3044-11eb-8112-000c292ee6b8">
62
    <topic>nomad -- multiple vulnerabilities</topic>
92
    <topic>nomad -- multiple vulnerabilities</topic>
63
    <affects>
93
    <affects>
(-)sysutils/consul/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	consul
3
PORTNAME=	consul
4
PORTVERSION=	1.8.5
4
PORTVERSION=	1.9.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
(-)sysutils/consul/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604417829
1
TIMESTAMP = 1606441416
2
SHA256 (hashicorp-consul-v1.8.5_GH0.tar.gz) = c5440637f4f9650f6c9ecd2a866bc0fe1648a4594657e5694637cf4667fe8b0f
2
SHA256 (hashicorp-consul-v1.9.0_GH0.tar.gz) = 62268e6e6ff3381aca0711d29f462e7a787cb333992c1ecbe0e95f15f66f28e1
3
SIZE (hashicorp-consul-v1.8.5_GH0.tar.gz) = 28508874
3
SIZE (hashicorp-consul-v1.9.0_GH0.tar.gz) = 31222935

Return to bug 251418