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 keys. The impact is limited to a cluster which enables auth (RBAC). Versions 3.4.26 and 3.5.9 fix this issue. There are no known workarounds.
References
Link | Resource |
---|---|
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md | Release Notes |
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md | Release Notes |
https://github.com/etcd-io/etcd/pull/15656 | Issue Tracking Patch |
https://github.com/etcd-io/etcd/security/advisories/GHSA-3p4g-rcw5-8298 | Vendor Advisory |
Configurations
History
No history.
Information
Published : 2023-05-11 20:15
Updated : 2023-05-22 18:13
NVD link : CVE-2023-32082
Mitre link : CVE-2023-32082
CVE.ORG link : CVE-2023-32082
JSON object : View
Products Affected
etcd
- etcd
CWE