fix(cache-cli): bump golang.org/x/crypto to v0.52.0 (HIGH SSH CVEs)#554
Merged
Conversation
…CVEs) Fixes the following HIGH-severity SSH vulnerabilities in golang.org/x/crypto: - CVE-2025-47913 (fixed in v0.43.0) - CVE-2026-39827, CVE-2026-39828, CVE-2026-39829, CVE-2026-39830, CVE-2026-39835 - CVE-2026-42508, CVE-2026-46595, CVE-2026-46597 - GHSA-56w8-48fp-6mgv, GHSA-hcg3-q754-cr77 Transitive upgrades pulled in by the crypto bump: - golang.org/x/net v0.52.0 → v0.54.0 - golang.org/x/sys v0.42.0 → v0.45.0 - golang.org/x/text v0.35.0 → v0.37.0 The go directive remains at 1.25.0 (no toolchain bump needed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Follow-up to the x/crypto bump: the dependency scan still flagged 6 HIGH CVEs in golang.org/x/net (HTML-parsing DoS + idna Punycode priv-esc): CVE-2026-25680, -25681, -27136, -39821, -42502, -42506. Fixed in v0.56.0. go mod tidy also moved x/crypto 0.52.0 -> 0.53.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dexyk
approved these changes
Jun 24, 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
Bumps two transitively-vulnerable
golang.org/x/*modules incache-cli/go.modto clear the HIGH-severity CVEs flagged by the dependency scan:golang.org/x/cryptov0.49.0 → v0.53.0 (SSH vulnerabilities)golang.org/x/netv0.54.0 → v0.56.0 (HTML-parsing DoS + idna Punycode privilege escalation)godirective unchanged (1.25.0); diff is contained tocache-cli/go.mod+cache-cli/go.sum.CVEs fixed
golang.org/x/crypto(SSH) — fixed in v0.52.0: CVE-2025-47913, CVE-2026-39827, -39828, -39829, -39830, -39835, -42508, -46595, -46597 (GHSA-56w8-48fp-6mgv, GHSA-hcg3-q754-cr77).golang.org/x/net— fixed in v0.56.0: CVE-2026-25680, -25681, -27136, -42502, -42506 (HTML render DoS), CVE-2026-39821 (idna Punycode privilege escalation).🤖 Generated with Claude Code