etcd: Nested etcd transactions bypass RBAC authorization checks
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
go.etcd.io/etcd/v3Go | >= 3.6.0-alpha.0, < 3.6.9 | 3.6.9 |
go.etcd.io/etcd/v3Go | >= 3.5.0-alpha.0, < 3.5.28 | 3.5.28 |
go.etcd.io/etcd/v3Go | < 3.4.42 | 3.4.42 |
go.etcd.io/etcdGo | <= 3.3.27 | — |
Affected products
14- osv-coords13 versionspkg:apk/chainguard/py3.10-etcdpkg:apk/chainguard/py3.11-etcdpkg:apk/chainguard/py3.12-etcdpkg:apk/chainguard/py3.13-etcdpkg:apk/chainguard/py3-etcdpkg:apk/wolfi/py3.10-etcdpkg:apk/wolfi/py3.11-etcdpkg:apk/wolfi/py3.12-etcdpkg:apk/wolfi/py3.13-etcdpkg:apk/wolfi/py3-etcdpkg:bitnami/etcdpkg:golang/go.etcd.io/etcdpkg:golang/go.etcd.io/etcd/v3
< 0+ 12 more
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 3.4.42
- (no CPE)range: <= 3.3.27
- (no CPE)range: >= 3.6.0-alpha.0, < 3.6.9
Patches
Vulnerability mechanics
References
3- github.com/advisories/GHSA-rfx7-8w68-q57qghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-33343ghsaADVISORY
- github.com/etcd-io/etcd/security/advisories/GHSA-rfx7-8w68-q57qghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.