Skip to content

Upgrade Go 1.26.2 → 1.26.3 to fix stdlib vulnerabilities - #20

Merged
Mani Bindra (maniSbindra) merged 2 commits into
mainfrom
copilot/upgrade-go-1-26-3
May 8, 2026
Merged

Upgrade Go 1.26.2 → 1.26.3 to fix stdlib vulnerabilities#20
Mani Bindra (maniSbindra) merged 2 commits into
mainfrom
copilot/upgrade-go-1-26-3

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown
Contributor

Go 1.26.2 has 7 known stdlib CVEs, two of which directly affect SBI (net/http via registry.go, net/http/httputil). Bumping the toolchain version in go.mod is sufficient — all CI workflows use go-version-file: go.mod.

Vulnerabilities fixed

ID Package Impact
GO-2026-4918 net/http Infinite loop in HTTP/2 transport on bad SETTINGS_MAX_FRAME_SIZE
GO-2026-4976 net/http/httputil ReverseProxy forwards excess query params
GO-2026-4981 net Crash on long CNAME response
GO-2026-4977 net/mail Quadratic string concat in consumePhrase
GO-2026-4986 net/mail Quadratic string concat in consumeComment
GO-2026-4980 html/template Escaper bypass → XSS
GO-2026-4982 html/template XSS via meta content URL escaping bypass

Change

- go 1.26.2
+ go 1.26.3

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /dependabot-proxy /dependabot-proxy (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Upgrade Go from 1.26.2 to 1.26.3 to fix stdlib vulnerabilities Upgrade Go 1.26.2 → 1.26.3 to fix stdlib vulnerabilities May 8, 2026

@maniSbindra Mani Bindra (maniSbindra) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@maniSbindra
Mani Bindra (maniSbindra) enabled auto-merge (squash) May 8, 2026 06:11
@maniSbindra
Mani Bindra (maniSbindra) merged commit ef7b3bc into main May 8, 2026
14 of 22 checks passed
@maniSbindra
Mani Bindra (maniSbindra) deleted the copilot/upgrade-go-1-26-3 branch May 8, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Go from 1.26.2 to 1.26.3 to fix stdlib vulnerabilities

2 participants