Golang.Org/X/Net/Http2
Approved changes feed: RSS · Atom
cpe:2.3:a:golang.org/x/net:golang.org/x/net/http2:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Golang.Org/X/Net (f0b6a2fa-f653-50af-a622-ff3dd5eee8cd) |
|---|---|
| Product | Golang.Org/X/Net/Http2 (11bcfd48-08df-51fe-aa77-afea1d893660) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-33814 |
vulnerable | 2026-06-08 07:59:11.259461 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-27141 |
vulnerable | 2026-06-08 07:53:21.970060 |
Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net
Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic
Published: 2026-02-26T18:50:31.830Z
Updated: 2026-02-27T19:11:57.260Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-45288 |
vulnerable | 2026-06-08 06:12:42.458332 |
HTTP/2 CONTINUATION flood in net/http
An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.
Published: 2024-04-04T20:37:30.714Z
Updated: 2025-11-04T18:17:43.583Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-39325 |
vulnerable | 2026-06-08 06:09:37.043961 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-41723 |
vulnerable | 2026-06-08 05:48:30.862133 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-41717 |
vulnerable | 2026-06-08 05:48:30.848770 |
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 |
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.