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

CVE-2024-45337 #8514

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

CVE-2024-45337 #8514

wants to merge 2 commits into from

Conversation

vkamlesh
Copy link

The change will fix CVE-2023-45288

Vulnerability details: https://nvd.nist.gov/vuln/detail/CVE-2024-45337
Fix: golang/go#70779

Thank you for contributing to Velero!

Please add a summary of your change

As per NVD, Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass.Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key.

Does your change fix a particular issue?

Yes. It will fix CVE-2023-45288 vulnerability.

Fixes #(issue)

Please indicate you've done the following:

The change will fix CVE-2023-45288

Vulnerability details:  https://nvd.nist.gov/vuln/detail/CVE-2024-45337
Fix: golang/go#70779

Signed-off-by: Kamlesh Verma <[email protected]>
@vkamlesh
Copy link
Author

/kind changelog-not-required

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Dec 16, 2024
@github-actions github-actions bot added the kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes label Dec 16, 2024
@blackpiglet
Copy link
Contributor

@vkamlesh
Please run go mod tidy to update the related package versions in the go.mod and go.sum files.
Please take this PR #8519 as an example.

@kaovilai
Copy link
Member

Please signoff all your commits https://github.com/vmware-tanzu/velero/pull/8514/checks?check_run_id=34572716368

git rebase HEAD~2 --signoff

and force push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x/crypto/ssh: misuse of ServerConfig.PublicKeyCallback may cause authorization bypass
3 participants