Approved changes feed: RSS · Atom

cpe:2.3:a:golang:http2:*:*:*:*:*:go:*:*

part: a version: * update: *

VendorGolang (670356c5-bd1b-5c66-9eee-f755f5cec4c7)
ProductHttp2 (5f5092fa-3148-523b-b91b-bcfe81d664ff)
Edition*
Language*
Software edition*
Target softwarego
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-33814 vulnerable 2026-06-03 15:20:45.763375 Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Published: 2026-05-07T19:41:17.631Z
Updated: 2026-05-08T18:01:02.989Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-44487 vulnerable 2026-06-03 14:53:06.853977 Details available
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
Published: 2023-10-10T00:00:00.000Z
Updated: 2026-05-12T10:52:23.784Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-39325 vulnerable 2026-06-03 14:52:38.684237 HTTP/2 rapid reset can cause excessive work in net/http
A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.
Published: 2023-10-11T21:15:02.727Z
Updated: 2025-02-13T17:02:50.341Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-41723 vulnerable 2026-06-03 14:48:05.901904 Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net
A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.
Published: 2023-02-28T17:19:45.801Z
Updated: 2025-05-05T16:12:28.159Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-41717 vulnerable 2026-06-03 14:48:05.885885 Excessive memory growth in net/http and golang.org/x/net/http2
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.
Published: 2022-12-08T19:03:53.161Z
Updated: 2025-02-13T16:33:08.284Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.