Skip to content

deps: bump x/net, x/text, x/sys to fix remaining CVEs - #1196

Merged
collin-lee merged 1 commit into
envoyproxy:mainfrom
YitongFeng-git:cve-fix-x-net-x-text
Jul 30, 2026
Merged

deps: bump x/net, x/text, x/sys to fix remaining CVEs#1196
collin-lee merged 1 commit into
envoyproxy:mainfrom
YitongFeng-git:cve-fix-x-net-x-text

Conversation

@YitongFeng-git

@YitongFeng-git YitongFeng-git commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

Follow-up to #1154 (which already bumped golang.org/x/net to v0.55.0 and Go to 1.26.4). This bumps the golang.org/x dependencies to their latest patched releases to remediate the CVEs that are still outstanding on main after #1154. Dependency-only change — no source changes; go build ./... passes.

Module main (after #1154) This PR
golang.org/x/net v0.55.0 v0.57.0
golang.org/x/text v0.37.0 v0.40.0
golang.org/x/sys v0.45.0 v0.47.0

CVEs remediated (still open after #1154)

golang.org/x/sys (CVE-2026-39824, fixed in v0.44.0) was already resolved by v0.45.0 on main; bumped to v0.47.0 to stay current. The other x/net CVEs (CVE-2026-25680/25681/27136/33814/39821/42502/42506) were already resolved by v0.55.0 in #1154.

Testing

  • go mod tidy — clean, go directive unchanged (1.26.4)
  • go build ./... — passes

Follow-up to envoyproxy#1154 (which bumped x/net to 0.55.0). Bumps the golang.org/x
dependencies to their latest patched releases to remediate the CVEs still
outstanding after envoyproxy#1154:

- golang.org/x/net  v0.55.0 -> v0.57.0  (CVE-2026-46600, fixed in 0.56.0)
- golang.org/x/text v0.37.0 -> v0.40.0  (CVE-2026-56852, fixed in 0.39.0)
- golang.org/x/sys  v0.45.0 -> v0.47.0  (already patched; kept current)

No source changes required; `go build ./...` passes.

Signed-off-by: Yitong Feng <yife@microsoft.com>
@YitongFeng-git YitongFeng-git changed the title deps: bump golang.org/x/{net,text,sys} to fix CVEs deps: bump x/net, x/text, x/sys to fix remaining CVEs Jul 27, 2026
@YitongFeng-git

Copy link
Copy Markdown
Contributor Author

@collin-lee @ysawa0 could you help review? Thanks

@YitongFeng-git

Copy link
Copy Markdown
Contributor Author

gently ping @collin-lee @ysawa0

@collin-lee
collin-lee merged commit e166091 into envoyproxy:main Jul 30, 2026
6 checks passed
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.

2 participants