Skip to content

[stackstate-agent] Bump etcd client modules to 3.6.14 to clear CVE-2026-73500 #485

Description

@LouisParkin

Binary builds on stackstate-7.78.2 started failing on 2026-08-19 with one unmanaged finding on the cluster-agent image (both amd64 and arm64):

CVE-2026-73500  HIGH  go.etcd.io/etcd/client/pkg/v3@v3.6.5  [grype]

The 2026-08-18 20:25 scheduled build on the same base commit (f7ef51092) passed, so this is a newly published advisory rather than a code regression.

Advisory: tlsListener.acceptLoop spawns unbounded handshake goroutines with no deadline. Fixed in 3.6.14 for the 3.6 line (also 3.5.33 and 3.7.1).

Remediation: bump the three indirect go.etcd.io/etcd modules from v3.6.5 to v3.6.14 — a patch-level move inside the same minor line:

  • go.etcd.io/etcd/api/v3
  • go.etcd.io/etcd/client/pkg/v3
  • go.etcd.io/etcd/client/v3

Impact: blocks every PR targeting stackstate-7.78.2 until the base branch is fixed, currently including #458.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions