Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: upgrade x/crypto for CVE-2024-45337 #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

honzap
Copy link

@honzap honzap commented Feb 5, 2025

Upgrading x/crypto lib due to CVE-2024-45337 found in version < 0.31.0

go mod graph says that module github.com/cloudflare/circl is also using the x/crypto but it'd require upgrade of go version and a lot of other indirect dependencies are updated, so I don't want to touch it.

@twiss
Copy link
Member

twiss commented Feb 10, 2025

Thanks for the PR! It seems we also need to drop support for older Go versions in order to upgrade here. I can investigate whether that's possible. However, we don't use the SSH functionality from x/crypto in this repository, so I don't believe we're actually vulnerable to the mentioned CVE.

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