Nixpkgs security tracker

Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestions search

With package: python314Packages.aetcd

Found 2 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-33343
0.0 NONE
  • CVSS version: 3.1
  • Attack vector (AV): NETWORK
  • Attack complexity (AC): LOW
  • Privileges required (PR): NONE
  • User interaction (UI): NONE
  • Scope (S): UNCHANGED
  • Confidentiality impact (C): NONE
  • Integrity impact (I): NONE
  • Availability impact (A): NONE
created 3 weeks, 2 days ago
etcd: Nested etcd transactions bypass RBAC authorization checks

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 authenticated user with direct access to etcd to effectively ignore all key range restrictions, accessing the entire etcd data store. 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 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.netcdf

Libraries for the Unidata network Common Data Format

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

pkgs.netcdf-mpi

Libraries for the Unidata network Common Data Format

Package maintainers

Untriaged
created 3 weeks, 2 days ago
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.5.0-alpha.0, < 3.5.28
  • ==< 3.4.42
  • ==>= 3.6.0-alpha.0, < 3.6.9

Matching in nixpkgs

pkgs.etcd

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

pkgs.netcdf

Libraries for the Unidata network Common Data Format

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

pkgs.netcdf-mpi

Libraries for the Unidata network Common Data Format

Package maintainers