Security: Fix CVE-2026-27136 (golang.org/x/net) - #346
Open
coleenquadros wants to merge 1 commit into
Open
Conversation
Bump golang.org/x/net from v0.49.0 to v0.55.0 across all four go.mod files to remediate CVE-2026-27136 (XSS via HTML parsing bypass in golang.org/x/net/html). This also resolves: - GO-2026-5026: Punycode label validation bypass in x/net/idna - GO-2026-4918: HTTP/2 infinite loop (module-level fix; stdlib still requires Go compiler upgrade) Affected go.mod files: - go.mod - documentation/examples/remote_storage/go.mod - internal/tools/go.mod - web/ui/mantine-ui/src/promql/tools/go.mod Resolves: ACM-36866 Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: coleenquadros 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
golang.org/x/netfrom v0.49.0 to v0.55.0 to fix CVE-2026-27136 (XSS via HTML parsing bypass ingolang.org/x/net/html)go.modfiles in the repositoryx/net/idna)CVE Details
golang.org/x/net/htmlrelease-5.0Affected go.mod files
go.moddocumentation/examples/remote_storage/go.modinternal/tools/go.modweb/ui/mantine-ui/src/promql/tools/go.modgovulncheck before
govulncheck after
No
golang.org/x/netmodule-level vulnerabilities detected. Only remaining reference is GO-2026-4918 in the Go standard library (net/http@go1.26.1), which requires a Go compiler upgrade to fix.Test results
go build ./...-- PASSgo mod verify-- all modules verifiedgo test ./...-- PASS (two flaky TSDB compaction tests occasionally fail on base branch as well, unrelated to this change)Resolves: ACM-36866
🤖 Generated by CVE Fixer Workflow