From 3bf05fd6e3ef33ed12fd1148dc74aae2b884c191 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Fri, 23 Oct 2020 16:13:36 -0400 Subject: [PATCH] changelog: fixup CVE link for 9024.txt --- .changelog/9024.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/9024.txt b/.changelog/9024.txt index f6475a6e03..40053d99b3 100644 --- a/.changelog/9024.txt +++ b/.changelog/9024.txt @@ -1,3 +1,3 @@ ```release-note:security -Fix Consul Enterprise Namespace Config Entry Replication DoS. Previously an operator with service:write ACL permissions in a Consul Enterprise cluster could write a malicious config entry that caused infinite raft writes due to issues with the namespace replication logic. [CVE-2020-25201] (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25201) +Fix Consul Enterprise Namespace Config Entry Replication DoS. Previously an operator with service:write ACL permissions in a Consul Enterprise cluster could write a malicious config entry that caused infinite raft writes due to issues with the namespace replication logic. [[CVE-2020-25201](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25201)] ```