[release/v25.3.x] Bump Go toolchain to 1.25.10 and golang.org/x/net to v0.54.0 (Snyk findings)#1507
Merged
Merged
Conversation
RafalKorepta
approved these changes
May 11, 2026
053adad to
103b7c9
Compare
…ndings) Backport of #1506 to release/v25.3.x. Comprehensive dep bump across all workspace modules: - Go toolchain: 1.25.7 → 1.25.10 - golang.org/x/net: v0.52.0 → v0.54.0 Also pins pkgs.go_1_25 in ci/overlay.nix to 1.25.10 so nix's auto-toolchain mechanism doesn't break go-licenses' stdlib resolution (stdlib served from the module cache reports Module==nil, causing the licenses generator to fail). Updates the tool-versions golden file (TestToolVersions) for the new go/helm/kind GoVersion strings. Vulnerabilities addressed (all HIGH, Snyk DB-lagged but OSV/Go vuln DB confirm the fix release): - CVE-2026-33811 Double Free in std/net (GO-2026-4981) - CVE-2026-39836 Uncaught Exception in std/net (GO-2026-4971) - CVE-2026-33814 Infinite loop in std/net/http (GO-2026-4918) - CVE-2026-33814 Infinite loop in golang.org/x/net/http2 (x/net → 0.54.0) Manual backport (no `backport` label) — the auto-backport bot does cherry-picks which fail for dep bumps.
103b7c9 to
b19849f
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.
Summary
Backport of #1506 to release/v25.3.x. Comprehensive dep bump across all workspace modules:
Vulnerabilities addressed
HIGH: Infinite loop in golang.org/x/net/http2 — CVE-2026-33814
HIGH: Double Free in std/net — CVE-2026-33811
HIGH: Uncaught Exception in std/net — CVE-2026-39836
HIGH: Infinite loop in std/net/http — CVE-2026-33814
Snyk DB lag — OSV / Go vuln DB confirm the fix releases.
Manual backport (no
backportlabel) — the auto-backport bot does cherry-picks which fail for dep bumps.