Skip to content

Security: Fix CVE-2026-27136 (golang.org/x/net) - #346

Open
coleenquadros wants to merge 1 commit into
release-5.0from
fix/cve-CVE-2026-27136-golang-x-net-release-5.0
Open

Security: Fix CVE-2026-27136 (golang.org/x/net)#346
coleenquadros wants to merge 1 commit into
release-5.0from
fix/cve-CVE-2026-27136-golang-x-net-release-5.0

Conversation

@coleenquadros

Copy link
Copy Markdown

Summary

  • Bump golang.org/x/net from v0.49.0 to v0.55.0 to fix CVE-2026-27136 (XSS via HTML parsing bypass in golang.org/x/net/html)
  • Applied across all four go.mod files in the repository
  • Also resolves GO-2026-5026 (Punycode label validation bypass in x/net/idna)

CVE Details

Field Value
CVE CVE-2026-27136
Package golang.org/x/net/html
Impact XSS via HTML parsing bypass
Vulnerable < v0.55.0
Fixed v0.55.0
Target branch release-5.0

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

govulncheck before

Module: golang.org/x/net
  Found in: golang.org/x/net@v0.49.0

Vulnerability GO-2026-5026: Punycode label validation bypass in x/net/idna
  Fixed in: golang.org/x/net@v0.55.0

Vulnerability GO-2026-4918: HTTP/2 infinite loop (module-level)
  Fixed in: golang.org/x/net@v0.53.0

govulncheck after

No golang.org/x/net module-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 ./... -- PASS
  • go mod verify -- all modules verified
  • go 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

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>
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved label Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant