Lucene search

K
redhatcveRedhat.comRH:CVE-2020-7219
HistoryApr 03, 2020 - 8:11 a.m.

CVE-2020-7219

2020-04-0308:11:18
redhat.com
access.redhat.com
11

0.001 Low

EPSS

Percentile

45.8%

HashiCorp Consul and Consul Enterprise up to 1.6.2 HTTP/RPC services allowed unbounded resource usage, and were susceptible to unauthenticated denial of service. Fixed in 1.6.3.

Mitigation

Enforce network connection limits on Consul server agents by using the following iptables rule:
iptables -A INPUT -p tcp --syn --dport 8300 -m connlimit --connlimit-above 100 -j REJECT --reject-with tcp-reset.