Skip to content

x/vulndb: suggestion regarding GO-2022-0969 #991

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

Closed
dev-gto opened this issue Sep 13, 2022 · 1 comment
Closed

x/vulndb: suggestion regarding GO-2022-0969 #991

dev-gto opened this issue Sep 13, 2022 · 1 comment
Assignees
Labels
excluded: OUT_OF_SCOPE This issue is out of scope for this issue tracker.

Comments

@dev-gto
Copy link

dev-gto commented Sep 13, 2022

Report ID

GO-2022-0969

Suggestion/Comment

Hi, while running the latest govulncheck

go: downloading golang.org/x/vuln v0.0.0-20220912202342-0ed43f12cb05

on a system with golang 1.18.6, it is actually reporting the following

Vulnerability #1: GO-2022-0969
  HTTP/2 server connections can hang forever waiting for a clean
  shutdown that was preempted by a fatal error. This condition can
  be exploited by a malicious client to cause a denial of service.

  Call stacks in your code:

      {stripped line here} calls net/http.Server.Serve

  Found in: net/[email protected]
  Fixed in: net/[email protected]
  More info: https://pkg.go.dev/vuln/GO-2022-0969

However, I believe that this vulnerability affects versions 1.18.5 (included) and below, as well as 1.19.0
Therefore, 1.18.6 should not be affected.
https://pkg.go.dev/vuln/GO-2022-0969

@tatianab
Copy link
Contributor

Thanks for the report! This is indeed a bug; we will track the issue in golang/go#55046

@julieqiu julieqiu added the excluded: OUT_OF_SCOPE This issue is out of scope for this issue tracker. label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
excluded: OUT_OF_SCOPE This issue is out of scope for this issue tracker.
Projects
None yet
Development

No branches or pull requests

4 participants