fix(security/HIGH/): Bump Go to 1.26.5 to address CVE-2026-39822 and CVE-2026-42505 [SECURITY] - #23398
Merged
Merged
Conversation
…VE-2026-42505 [SECURITY] Go 1.26.5 addresses two security issues: - CVE-2026-39822 (os): opening a file in an os.Root could follow a symlink to a location outside the root when the final path component is a symlink and the path ends in "/". - CVE-2026-42505 (crypto/tls): the Encrypted Client Hello implementation leaked pre-shared-key identities during the handshake, allowing a passive network observer to intercept them.
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 Go toolchain from 1.26.4 to 1.26.5 on
release-3.6.x, matching the version already used onmainandrelease-3.7.x. 1.26.5 is a Go security release.Unlike the 3.7 bump (which landed as a
chore:commit, #23279, and needed a follow-up emptyfix:commit for the changelog — #23393), this carries the actual toolchain bump under afix(security/HIGH/):subject so release-please folds it straight into the 3.6.x release notes under Bug Fixes.Go 1.26.5 addresses:
os) — HIGH: opening a file in anos.Rootcould follow a symlink to a location outside the root when the final path component is a symlink and the path ends in/.crypto/tls) — MEDIUM: the Encrypted Client Hello implementation leaked pre-shared-key identities during the handshake to a passive network observer.Filed at the higher of the two severities (HIGH).
Updates the go.mod/toolchain directives, Dockerfiles, CI workflows, the nix flake pin (version + source hash), the Makefile
GO_VERSION, andvendor/modules.txt.