fix(security/HIGH/): Bump Go to 1.26.5 to address CVE-2026-39822 and CVE-2026-42505 [SECURITY] - #23393
Merged
jnewbigin merged 1 commit intoJul 22, 2026
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.
jnewbigin
enabled auto-merge (squash)
July 22, 2026 02:18
paul1r
approved these changes
Jul 22, 2026
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.
The Go 1.26.5 bump landed on
release-3.7.xas achore:commit (#23279), so release-please excludes it from the 3.7.4 changelog even though 1.26.5 is a Go security release. This records it under Bug Fixes as a security fix so it appears in the 3.7.4 notes.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). This is an empty commit; its only purpose is the changelog entry — the actual toolchain/version bump already merged in #23279.
Merge this before the 3.7.4 release PR (#22778) so release-please folds it into the refreshed release notes.