Golang.Org X Net Golang.Org X Net Http2 vulnerabilities

5 known vulnerabilities affecting golang.org/x_net_golang.org_x_net_http2.

Total CVEs
5
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH4MEDIUM1

Vulnerabilities

Page 1 of 1
CVE-2026-27141HIGHCVSS 7.5≥ 0.50.0, < 0.51.02026-02-26
CVE-2026-27141 [HIGH] CWE-476 CVE-2026-27141: Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic
cvelistv5nvd
CVE-2023-45288HIGHCVSS 7.5fixed in 0.23.02024-04-04
CVE-2023-45288 [HIGH] CVE-2023-45288: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an exce 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 st
cvelistv5nvd
CVE-2023-39325HIGHCVSS 7.5fixed in 0.17.02023-10-11
CVE-2023-39325 [HIGH] HTTP/2 rapid reset can cause excessive work in net/http 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 ap
cvelistv5
CVE-2022-41723HIGHCVSS 7.5fixed in 0.7.02023-02-28
CVE-2022-41723 [HIGH] Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net 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.
cvelistv5
CVE-2022-41717MEDIUMCVSS 5.3fixed in 0.4.02022-12-08
CVE-2022-41717 [MEDIUM] CWE-770 CVE-2022-41717: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 serve 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.
cvelistv5nvd