Bump golang.org/x/crypto to v0.55.0 (CVE-2026-56854) - #38
Merged
Conversation
CVE-2026-56854 (GO-2026-6303) has no fix below v0.55.0, and Grype matches Go advisories against the binary's embedded module list regardless of which packages are linked, so the published assets report it even though golang.org/x/crypto/ssh is absent from the build graph. The coupled golang.org/x sibling bumps are what the module graph requires to resolve v0.55.0; no direct dependency or Go version changes. Co-authored-by: Cve Ticket Reconciler <cve-ticket-reconciler@stackstate.invalid>
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.
Clears the HIGH finding
CVE-2026-56854/GO-2026-6303(source-address critical option not enforced for non-public-key auth callbacks ingolang.org/x/crypto/ssh), which has no fix below v0.55.0.golang.org/x/crypto/sshis not in this repo's build graph —go list -deps ./...links onlygolang.org/x/crypto/sha3— so the advisory is not reachable. Grype still reports it because it matches Go advisories against the binary's embedded module list rather than linked packages, so the bump is what clears it on the published assets.The
golang.org/x/{net,sys,term,text}bumps are what the module graph requires to resolve v0.55.0. All remain indirect; no direct dependency or Go version changes.CVE ticket: https://github.com/StackVista/cve-reporter/issues/57
Finding revision:
sha256:e926258a2ef22a892e629f2143d9fc788f191bc85c96d214073d0c5891bd6170Finding key addressed:
sha256:5c4649d7afedf705e1352338f62917c80f464cd5928eec0acbeddfcd42a9f985GO-2026-5932(openpgp) is unaffected by this change and stays open on the ticket — it has no fixed version in any release.