GO-2026-6114

    Dashboard / Vulnerabilities / GO-2026-6114

    GO-2026-6114

    Published: 18 Aug 2026Last Modified: 19 Aug 2026

    Summary: Watch API authorization bypass in go.etcd.io/etcd/server/v3

    Details: In go.etcd.io/etcd/server/v3 before 3.5.33, 3.6.14, and 3.7.1, an authenticated user with READ permission on a single key can bypass RBAC restrictions by initiating an open-ended range watch using clientv3.WithFromKey(). The Watch RPC handler normalized open-ended range ends prior to authorization checks, causing isWatchPermitted to evaluate the request as a single-key watch while the underlying watch stream received events for all keys lexicographically greater than or equal to the target key.

    Affected packages

    Package

    Name: go.etcd.io/etcd/server/v3

    Purl: pkg:golang/go.etcd.io/etcd/server/v3

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -3.5.33

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High