#VU42731 Improper Authentication in etcd - CVE-2020-15136
Published: August 11, 2020
etcd
CoreOS
Description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to gateway TLS authentication is only applied to endpoints detected in DNS SRV records. When starting a gateway, TLS authentication will only be attempted on endpoints identified in DNS SRV records for a given domain, which occurs in the discoverEndpoints function. No authentication is performed against endpoints provided in the --endpoints flag.