-
Notifications
You must be signed in to change notification settings - Fork 65
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
x/vulndb: potential Go vuln in std: CVE-2022-27664 #969
Labels
Comments
Change https://go.dev/cl/430395 mentions this issue: |
This check appears to be failing on go1.18.6 even though that version is where the underlying issue should be fixed. The error says:
which is definitely not accurate. Edit: I see golang/go#55046 has been opened to track this. |
This was referenced Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CVE-2022-27664 references std, which may be a Go module.
Description:
In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.
References:
See doc/triage.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: