VYPR

etcd

by Red Hat

Source repositories

CVEs (6)

  • CVE-2020-15114HigAug 6, 2020
    risk 0.50cvss 7.7epss 0.01

    In etcd before versions 3.3.23 and 3.4.10, the etcd gateway is a simple TCP proxy to allow for basic service discovery and access. However, it is possible to include the gateway address as an endpoint. This results in a denial of service, since the endpoint can become stuck in a…

  • CVE-2018-1098HigApr 3, 2018
    risk 0.50cvss 8.8epss 0.01

    A cross-site request forgery flaw was found in etcd 3.3.1 and earlier. An attacker can set up a website that tries to send a POST request to the etcd server and modify a key. Adding a key is done with PUT so it is theoretically safe (can't PUT from an HTML form or such) but POST…

  • CVE-2024-4438HigMay 8, 2024
    risk 0.49cvss 7.5epss 0.01

    The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one…

  • CVE-2020-15136MedAug 6, 2020
    risk 0.42cvss 6.5epss 0.02

    In ectd before versions 3.4.10 and 3.3.23, 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…

  • CVE-2020-15115MedAug 6, 2020
    risk 0.38cvss 5.8epss 0.01

    etcd before versions 3.3.23 and 3.4.10 does not perform any password length validation, which allows for very short passwords, such as those with a length of one. This may allow an attacker to guess or brute-force users' passwords with little computational effort.

  • CVE-2018-1099MedApr 3, 2018
    risk 0.29cvss 5.5epss 0.01

    DNS rebinding vulnerability found in etcd 3.3.1 and earlier. An attacker can control his DNS records to direct to localhost, and trick the browser into sending requests to localhost (or any other address).