fix: bump golang.org/x/net to v0.53.0 (CVE-2026-33814)#25213
Merged
Conversation
Upgrades golang.org/x/net from v0.52.0 to v0.53.0 to fix an HTTP/2 infinite loop DoS vulnerability in x/net/http2 where processing SETTINGS frames with SETTINGS_MAX_FRAME_SIZE of 0 causes an infinite loop of writing CONTINUATION frames. Transitive x/ dependencies bumped as required: - x/crypto v0.49.0 -> v0.50.0 - x/sys v0.42.0 -> v0.43.0 - x/term v0.41.0 -> v0.42.0 - x/text v0.35.0 -> v0.36.0
f0ssel
approved these changes
May 12, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
golang.org/x/netfrom v0.52.0 to v0.53.0 on the v2.31.x release branch to fix CVE-2026-33814, an HTTP/2 infinite loop DoS inx/net/http2triggered by aSETTINGS_MAX_FRAME_SIZEof 0.Refs ENT-10
Cherry-pick of the relevant portion of #24259.
Changes
golang.org/x/netv0.52.0 -> v0.53.0x/cryptov0.50.0,x/sysv0.43.0,x/termv0.42.0,x/textv0.36.0Context
The original PR #24259 (commit
10f0786) bumps 7golang.org/xpackages. A direct cherry-pick conflicts due to divergentx/modversions betweenmainandrelease/2.31. This PR performs the minimal manual bump ofgo get golang.org/x/net@v0.53.0followed bygo mod tidy.