Bump etcd client modules to 3.6.14 to clear CVE-2026-73500 - #486
Merged
Conversation
LouisLotter
approved these changes
Aug 19, 2026
LouisParkin
force-pushed
the
cve-etcd-3.6.14
branch
from
August 19, 2026 09:31
4e37f7e to
7b17411
Compare
LouisParkin
enabled auto-merge
August 19, 2026 09:41
The image scan gate started reporting CVE-2026-73500 [HIGH] against go.etcd.io/etcd/client/pkg/v3@v3.6.5 on the cluster-agent image on 2026-08-19. The same base commit passed its 2026-08-18 20:25 scheduled build, so this is a newly published advisory rather than a regression. Upstream fixes tlsListener.acceptLoop spawning unbounded handshake goroutines with no deadline; 3.6.14 is the first patched release on the 3.6 line, so this stays inside the pinned minor. The three modules are indirect, reached through comp/core/autodiscovery/providers -> etcd/client/v2 -> etcd/client/pkg/v3/pathutil. Fixes #485 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
LouisParkin
force-pushed
the
cve-etcd-3.6.14
branch
from
August 19, 2026 12:16
7b17411 to
5e78763
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the three indirect
go.etcd.io/etcdmodules fromv3.6.5tov3.6.14to clearCVE-2026-73500[HIGH], which the cluster-agent image scan gate began reporting on 2026-08-19.The advisory (
tlsListener.acceptLoopspawns unbounded handshake goroutines with no deadline) was newly published — the same base commit passed its 2026-08-18 20:25 scheduled build.3.6.14is the first patched release on the 3.6 line, so this stays inside the pinned minor.Blocks every PR targeting
stackstate-7.78.2until merged, currently #458.Validation:
comp/core/autodiscovery/providers→etcd/client/v2→etcd/client/pkg/v3/pathutilFixes #485