VYPR

Etcd

by Etcd Io

Source repositories

CVEs (13)

  • 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-2026-44283NonMay 14, 2026
    risk 0.00cvss 0.0epss 0.00

    etcd is a distributed key-value store for the data of a distributed system. Prior to 3.4.44, 3.5.30, and 3.6.11, a vulnerability in etcd allows read access via PrevKv, or lease attachment in Put requests within transaction operations, to bypass RBAC authorization checks. An…

  • CVE-2026-33413Mar 26, 2026
    risk 0.00cvss epss 0.00

    etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.4.42, 3.5.28, and 3.6.9, unauthorized users may bypass authentication or authorization checks and call certain etcd functions in clusters that expose the gRPC API to untrusted or…

  • CVE-2026-33343Mar 26, 2026
    risk 0.00cvss epss 0.00

    etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.4.42, 3.5.28, and 3.6.9, an authenticated user with RBAC restricted permissions on key ranges can use nested transactions to bypass all key-level authorization. This allows any…

  • CVE-2023-32082May 11, 2023
    risk 0.00cvss epss 0.01

    etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.4.26 and 3.5.9, the LeaseTimeToLive API allows access to key names (not value) associated to a lease when `Keys` parameter is true, even a user doesn't have read permission to the…

  • CVE-2021-28235Apr 4, 2023
    risk 0.00cvss epss 0.02

    Authentication vulnerability found in Etcd-io v.3.4.10 allows remote attackers to escalate privileges via the debug function.

  • CVE-2023-0296Jan 17, 2023
    risk 0.00cvss epss 0.00

    The Birthday attack against 64-bit block ciphers flaw (CVE-2016-2183) was reported for the health checks port (9979) on etcd grpc-proxy component. Even though the CVE-2016-2183 has been fixed in the etcd components, to enable periodic health checks from kubelet, it was necessary…

  • CVE-2020-15136Aug 6, 2020
    risk 0.00cvss epss 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-15114Aug 6, 2020
    risk 0.00cvss epss 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-2020-15115Aug 6, 2020
    risk 0.00cvss epss 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-2020-15112Aug 5, 2020
    risk 0.00cvss epss 0.01

    In etcd before versions 3.3.23 and 3.4.10, it is possible to have an entry index greater then the number of entries in the ReadAll method in wal/wal.go. This could cause issues when WAL entries are being read during consensus as an arbitrary etcd consensus participant could go…

  • CVE-2020-15113Aug 5, 2020
    risk 0.00cvss epss 0.00

    In etcd before versions 3.3.23 and 3.4.10, certain directory paths are created (etcd data directory and the directory path when provided to automatically generate self-signed certificates for TLS connections with clients) with restricted access permissions (700) by using the…

  • CVE-2020-15106Aug 5, 2020
    risk 0.00cvss epss 0.01

    In etcd before versions 3.3.23 and 3.4.10, a large slice causes panic in decodeRecord method. The size of a record is stored in the length field of a WAL file and no additional validation is done on this data. Therefore, it is possible to forge an extremely large frame size that…