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 golang.org/x/net/http2: GHSA-xrjj-mj9h-534m #1501

Closed
GoVulnBot opened this issue Jan 18, 2023 · 2 comments
Closed
Assignees

Comments

@GoVulnBot
Copy link

In GitHub Security Advisory GHSA-xrjj-mj9h-534m, there is a vulnerability in the following Go packages or modules:

Unit Fixed Vulnerable Ranges
golang.org/x/net/http2 0.4.0 < 0.4.0

Cross references:

See doc/triage.md for instructions on how to triage this report.

modules:
  - module: golang.org/x/net/http2
    versions:
      - fixed: 0.4.0
    packages:
      - package: golang.org/x/net/http2
description: An attacker can cause excessive memory growth in a Go server accepting
    HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys
    sent by the client. While the total number of entries in this cache is capped,
    an attacker sending very large keys can cause the server to allocate approximately
    64 MiB per open connection.
cves:
  - CVE-2022-41717
ghsas:
  - GHSA-xrjj-mj9h-534m

@tatianab
Copy link
Contributor

Duplicate of #1144

@tatianab tatianab marked this as a duplicate of #1144 Jan 18, 2023
@julieqiu julieqiu self-assigned this Jan 30, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/464317 mentions this issue: data/reports: add missing alias to GO-2022-1144.yaml

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

No branches or pull requests

4 participants