Security: Fix CVE-2026-33814 (golang.org/x/net v0.48.0→v0.53.0) on release-v0.20.x#1668
Open
jkhelil wants to merge 1 commit into
Open
Conversation
- Update golang.org/x/net from v0.48.0 to v0.53.0 - Addresses infinite loop in HTTP/2 transport when receiving bad SETTINGS_MAX_FRAME_SIZE (CVE-2026-33814, GO-2026-4918) - Also updates related golang.org/x/* packages to consistent versions: x/sync v0.19.0→v0.20.0, x/sys v0.39.0→v0.43.0, x/term v0.38.0→v0.42.0, x/text v0.32.0→v0.36.0, x/tools v0.39.0→v0.43.0 - All updates follow the minimum-safe-version principle Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 13, 2026
Contributor
|
/kind misc |
Contributor
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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
This PR fixes CVE-2026-33814 by upgrading
golang.org/x/netfrom v0.48.0 to v0.53.0 on therelease-v0.20.xbranch (pipelines-1.15).CVE Details
Fix Description
Updated
golang.org/x/netfrom v0.48.0 to v0.53.0. Also updated relatedgolang.org/x/*packages to maintain consistency:Note: No Jira ticket filed for this CVE on the release-v0.20.x branch. The fix was identified via OSV vulnerability scanning.
Test Results
Status:⚠️ PARTIAL - build and vet passed, full test suite not run
Build: ✅
go build ./cmd/...- passedgo mod tidy: ✅ passed
go mod verify: ✅ all modules verified
Vet: ✅
go vet ./pkg/... ./internal/...- passedBreaking Changes
None. The
golang.org/x/netpackage maintains backward compatibility. The HTTP/2 transport fix is internal and does not change the public API.Verification Steps
Risk Assessment
🤖 Generated by CVE Fixer Workflow