Bump x/crypto, x/net, and Go 1.24.13 to address CVEs#9440
Open
chaptersix wants to merge 1 commit intotemporalio:release/v1.28.xfrom
Open
Bump x/crypto, x/net, and Go 1.24.13 to address CVEs#9440chaptersix wants to merge 1 commit intotemporalio:release/v1.28.xfrom
chaptersix wants to merge 1 commit intotemporalio:release/v1.28.xfrom
Conversation
Bumps Go module dependencies to address known CVEs found via govulncheck on the v1.28.x release branch. ### Bumped | Module | Previous | Updated | CVEs Addressed | |--------|----------|---------|----------------| | golang.org/x/crypto | v0.37.0 | v0.45.0 | GO-2025-4116 (ssh/agent DoS), GO-2025-4134 (ssh unbounded memory), GO-2025-4135 (ssh/agent malformed constraint DoS) | | golang.org/x/net | v0.39.0 | v0.47.0 | GO-2026-4440 (html quadratic parsing), GO-2026-4441 (infinite parsing loop) | | golang.org/x/sync | v0.13.0 | v0.18.0 | transitive (required by x/crypto) | | golang.org/x/sys | v0.32.0 | v0.38.0 | transitive (required by x/crypto) | | golang.org/x/text | v0.24.0 | v0.31.0 | transitive (required by x/crypto) | | go directive | 1.24.5 | 1.24.13 | stdlib CVEs in crypto/tls, crypto/x509 | ### Not bumped (with rationale) | Module | CVE | Reason | |--------|-----|--------| | go.opentelemetry.io/otel/sdk v1.34.0 | GO-2026-4394 (PATH hijacking, CVSS 7.0 High) | Fix requires v1.40.0 with breaking Prometheus changes. macOS/Darwin only, requires local PATH write access. Not applicable to Linux server deployments. |
yiminc
approved these changes
Mar 9, 2026
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/cryptov0.37.0 -> v0.45.0 (GO-2025-4116, GO-2025-4134, GO-2025-4135)golang.org/x/netv0.39.0 -> v0.47.0 (GO-2026-4440, GO-2026-4441)golang.org/x/sync,x/sys,x/texttransitivelygodirective from 1.24.5 to 1.24.13 for stdlib CVE fixes (crypto/tls, crypto/x509)Mirrors the changes from #9400 on release/v1.29.x, adapted for v1.28.x (staying on Go 1.24.x).