Answer in brief
CVE-2023-32082 records a Low severity (CVSS 3.1) vulnerability in etcd Key name can be accessed via LeaseTimeToLive API. The current sources do not mark it as known exploited. The current feed maps github.com/etcd-io/etcd (go), github.com/etcd-io/etcd (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 3.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps github.com/etcd-io/etcd (go), github.com/etcd-io/etcd (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| github.com/etcd-io/etcdgo | >=0 <3.4.26 | 3.4.26 |
| github.com/etcd-io/etcdgo | >=3.5.0 <3.5.9 | 3.5.9 |
Published upstream
May 12, 2023
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
### Impact 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). ### Patches < v3.4.26 and < v3.5.9 are affected. ### Workarounds No. ### Reporter Yoni Rozenshein
Quoted source text, attributed separately from HOL analysis.