BIT-etcd-2026-73499

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/etcd/BIT-etcd-2026-73499.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-etcd-2026-73499
Aliases
Published
2026-08-18T10:03:47.354Z
Modified
2026-08-18T17:23:44.482722838Z
Summary
etcd: Watch API authorization bypass via open-ended range requests
Details

etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.5.33, 3.6.14, and 3.7.1, a user granted READ permission on a single exact key can use the Watch gRPC API with clientv3.WithFromKey() to receive watch events for every key lexicographically greater than or equal to the permitted key. In server/etcdserver/api/v3rpc/watch.go, the open-ended RangeEnd sentinel is rewritten before the RBAC permission check in server/auth/rangepermcache.go function isRangeOpPermitted, causing the request to be treated as an exact-key watch. Range/Get and DeleteRange requests are not affected, and the issue affects only clusters with authentication enabled. This issue is fixed in versions 3.5.33, 3.6.14, and 3.7.1.

Database specific
{
    "cpes": [
        "cpe:2.3:a:etcd:etcd:*:*:*:*:*:go:*:*"
    ],
    "severity": "High"
}
References

Affected packages

Bitnami / etcd

Package

Name
etcd
Purl
pkg:bitnami/etcd

Severity

  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.5.33
Introduced
3.6.0
Fixed
3.6.14
Introduced
3.7.0
Fixed
3.7.1

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/etcd/BIT-etcd-2026-73499.json"