Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: etcd_3_6

Found 2 matching suggestions

View:
Compact
Detailed
Permalink CVE-2026-59818
6.5 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): High (H)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): High (H)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
updated 2 weeks, 3 days ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored
    20 packages
    • netcdf
    • pnetcdf
    • netcdf-mpi
    • netcdfcxx4
    • netcdffortran
    • pkgsRocm.pnetcdf
    • pkgsRocm.netcdf-mpi
    • octavePackages.netcdf
    • python313Packages.etcd
    • python314Packages.etcd
    • python313Packages.aetcd
    • python313Packages.etcd3
    • python314Packages.aetcd
    • python314Packages.etcd3
    • python313Packages.netcdf4
    • python314Packages.netcdf4
    • python313Packages.h5netcdf
    • python314Packages.h5netcdf
    • python313Packages.python-etcd
    • python314Packages.python-etcd
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
etcd: gRPC client listener does not enforce `--client-crl-file` certificate revocation

etcd is a distributed key-value store for the data of a distributed system. Prior to 3.5.32 and 3.6.13, when etcd is configured with --listen-client-http-urls to split HTTP and gRPC client endpoints onto separate listeners, the --client-crl-file Certificate Revocation List is not enforced on the gRPC listener, allowing a client with a revoked certificate to authenticate successfully over gRPC. This issue is fixed in versions 3.5.32 and 3.6.13.

Affected products

etcd
  • ==>= 3.6.0-alpha.0, < 3.6.13
  • ==< 3.5.32

Matching in nixpkgs

pkgs.etcd

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_4

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_5

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_6

Distributed reliable key-value store for the most critical data of a distributed system

Ignored packages (20)

pkgs.netcdf

Libraries for the Unidata network Common Data Format

pkgs.netcdf-mpi

Libraries for the Unidata network Common Data Format

Package maintainers

updated 3 months, 4 weeks ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored
    28 packages
    • netcdf
    • pnetcdf
    • etcd_3_4
    • etcd_3_5
    • netcdf-mpi
    • netcdfcxx4
    • netcdffortran
    • pkgsRocm.pnetcdf
    • pkgsRocm.netcdf-mpi
    • octavePackages.netcdf
    • python312Packages.etcd
    • python313Packages.etcd
    • python314Packages.etcd
    • python312Packages.aetcd
    • python312Packages.etcd3
    • python313Packages.aetcd
    • python313Packages.etcd3
    • python314Packages.aetcd
    • python314Packages.etcd3
    • python312Packages.netcdf4
    • python313Packages.netcdf4
    • python314Packages.netcdf4
    • python312Packages.h5netcdf
    • python313Packages.h5netcdf
    • python314Packages.h5netcdf
    • python312Packages.python-etcd
    • python313Packages.python-etcd
    • python314Packages.python-etcd
  • @LeSuisse restored
    2 packages
    • etcd_3_4
    • etcd_3_5
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
etcd: Authorization bypasses in multiple APIs

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 partially trusted clients. In unpatched etcd clusters with etcd auth enabled, unauthorized users are able to call MemberList and learn cluster topology, including member IDs and advertised endpoints; call Alarm, which can be abused for operational disruption or denial of service; use Lease APIs, interfering with TTL-based keys and lease ownership; and/or trigger compaction, permanently removing historical revisions and disrupting watch, audit, and recovery workflows. Kubernetes does not rely on etcd’s built-in authentication and authorization. Instead, the API server handles authentication and authorization itself, so typical Kubernetes deployments are not affected. Versions 3.4.42, 3.5.28, and 3.6.9 contain a patch. If upgrading is not immediately possible, reduce exposure by treating the affected RPCs as unauthenticated in practice. Restrict network access to etcd server ports so only trusted components can connect and/or require strong client identity at the transport layer, such as mTLS with tightly scoped client certificate distribution.

Affected products

etcd
  • ==>= 3.6.0-alpha.0, < 3.6.9
  • ==>= 3.5.0-alpha.0, < 3.5.28
  • ==< 3.4.42

Matching in nixpkgs

pkgs.etcd

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_4

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_5

Distributed reliable key-value store for the most critical data of a distributed system

pkgs.etcd_3_6

Distributed reliable key-value store for the most critical data of a distributed system

Ignored packages (26)

pkgs.netcdf

Libraries for the Unidata network Common Data Format

pkgs.pnetcdf

Parallel I/O Library for NetCDF File Access

pkgs.netcdf-mpi

Libraries for the Unidata network Common Data Format

Package maintainers

Upstream advisory: https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg