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

x/vulndb: potential Go vuln in std: CVE-2022-27664 #969

Closed
GoVulnBot opened this issue Sep 6, 2022 · 2 comments
Closed

x/vulndb: potential Go vuln in std: CVE-2022-27664 #969

GoVulnBot opened this issue Sep 6, 2022 · 2 comments
Assignees

Comments

@GoVulnBot
Copy link

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.

modules:
  - module: std
    packages:
      - package: std
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.
cves:
  - CVE-2022-27664
references:
  - web: https://groups.google.com/g/golang-announce
  - web: https://groups.google.com/g/golang-announce/c/x49AQzIVX-s

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/430395 mentions this issue: data/reports: add GO-2022-0969.yaml for CVE-2022-27664

@gopherbot gopherbot moved this to Done in Go Security Sep 12, 2022
@vitaliyf
Copy link

vitaliyf commented Sep 13, 2022

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:

  Found in: net/url@go1.18.6
  Fixed in: net/url@go1.19.1

which is definitely not accurate.

Edit: I see golang/go#55046 has been opened to track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

5 participants