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 Security Vulerabilities by Upgrading Crypto To Version 0.21.0 #34

Open
b01 opened this issue Mar 13, 2024 · 0 comments
Open

Fix Security Vulerabilities by Upgrading Crypto To Version 0.21.0 #34

b01 opened this issue Mar 13, 2024 · 0 comments

Comments

@b01
Copy link

b01 commented Mar 13, 2024

Problem

Any application that depends on this library will indirectly require golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect

Currently mongo uses this library in its Go driver. Which my library uses. Resulting in security warnings.

Proposal

Bumping golang.org/x/crypto to at least version 0.21.0 will patch:

  • CVE-2023-48795 5.9 Insufficient Verification of Data Authenticity vulnerability with Medium severity found
  • CVE-2023-42818 9.8 Improper Restriction of Excessive Authentication Attempts vulnerability with High severity found
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

No branches or pull requests

1 participant