golang.org/x/net
Go27 known CVEs affecting this package
Aggregated from OSV, GitHub Security Advisories, NVD, and vendor advisories. Each CVE links to its full detail page with vendor advisories, patches, fixed versions, and remediation guidance.
CVEs affecting golang.org/x/netpage 1 of 1
- CVE-2018-17075HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20180816102801-aaf60122140d2018-09-16
The html package (aka x/net/html) before 2018-07-13 in Go mishandles "in frameset" insertion mode, leading to a "panic: runtime error" for html.Parse of <template><object>, <template><applet>, or <template><marquee>. This is related to HTM…
- CVE-2018-17142HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20180925071336-cf3bd585ca2a2018-09-17
The html package (aka x/net/html) through 2018-09-17 in Go mishandles <math><template><mo><template>, leading to a "panic: runtime error" in parseCurrentToken in parse.go during an html.Parse call.
- CVE-2018-17143HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20180921000356-2f5d2388922f2018-09-17
The html package (aka x/net/html) through 2018-09-17 in Go mishandles <template><tBody><isindex/action=0>, leading to a "panic: runtime error" in inBodyIM in parse.go during an html.Parse call.
- CVE-2018-17846HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20190125091013-d26f9f9a57f32018-10-01
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <table><math><select><mi><select></table>, leading to an infinite loop during an html.Parse call because inSelectIM and inSelectInTableIM do not comply with a specificat…
- CVE-2018-17847HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20190125002852-4b62a64f59f72018-10-01
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <svg><template><desc><t><svg></template>, leading to a "panic: runtime error" (index out of range) in (*nodeStack).pop in node.go, called from (*parser).clearActiveForma…
- CVE-2018-17848HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20190125002852-4b62a64f59f72018-10-01
The html package (aka x/net/html) through 2018-09-25 in Go mishandles <math><template><mn><b></template>, leading to a "panic: runtime error" (index out of range) in (*insertionModeStack).pop in node.go, called from inHeadIM, during an htm…
- CVE-2019-9512HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20190813141303-74dc4d7220e72019-08-13
Some HTTP/2 implementations are vulnerable to ping floods, potentially leading to a denial of service. The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficie…
- CVE-2019-9514HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20190813141303-74dc4d7220e72019-08-13
Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames…
- CVE-2021-31525MEDIUMCVSS 5.9EG 5.9✓ Fixed in 0.0.0-20210428140749-89ef3d95e7812021-05-27
net/http in Go before 1.15.12 and 1.16.x before 1.16.4 allows remote attackers to cause a denial of service (panic) via a large header to ReadRequest or ReadResponse. Server, Transport, and Client can each be affected in some configuration…
- CVE-2021-33194HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20210520170846-37e1c6afe0232021-05-26
golang.org/x/net before v0.0.0-20210520170846-37e1c6afe023 allows attackers to cause a denial of service (infinite loop) via crafted ParseFragment input.
- CVE-2021-44716HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20211209124913-491a49abca632022-01-01
net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests.
- CVE-2022-27664HIGHCVSS 7.5EG 7.5✓ Fixed in 0.0.0-20220906165146-f3363e06e74c2022-09-06
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.
- CVE-2022-41717MEDIUMCVSS 5.3EG 5.3✓ Fixed in 0.4.02022-12-08
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 attacke…
- CVE-2022-41721HIGHCVSS 7.5EG 7.5✓ Fixed in 0.1.1-0.20221104162952-702349b0e8622023-01-13
A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading…
- CVE-2022-41723HIGHCVSS 7.5EG 7.5✓ Fixed in 0.7.02023-02-28
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.
- CVE-2023-39325HIGHCVSS 7.5EG 7.5✓ Fixed in 0.17.02023-10-11
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…
- CVE-2023-3978MEDIUMCVSS 6.1EG 6.1✓ Fixed in 0.13.02023-08-02
Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack.
- CVE-2023-44487HIGHCVSS 7.5EG 9.0⚠ KEV✓ Fixed in 0.17.02023-10-10
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.
- CVE-2023-45288HIGHCVSS 7.5EG 7.5✓ Fixed in 0.23.02024-04-04
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 conne…
- CVE-2024-45338MEDIUMCVSS 5.3EG 5.3✓ Fixed in 0.33.02024-12-18
An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
- CVE-2025-22870MEDIUMCVSS 4.4EG 4.4✓ Fixed in 0.36.02025-03-12
Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly m…
- CVE-2025-22872MEDIUMCVSS 6.5EG 6.5✓ Fixed in 0.38.02025-04-16
The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when …
- CVE-2025-47911MEDIUMCVSS 5.3EG 5.3✓ Fixed in 0.45.02026-02-05
The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.
- CVE-2025-58190MEDIUMCVSS 5.3EG 5.3✓ Fixed in 0.45.02026-02-05
The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.
- CVE-2026-27141HIGHCVSS 7.5EG 7.5✓ Fixed in 0.51.02026-02-26
Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic
- CVE-2026-33814HIGHCVSS 7.5EG 7.5✓ Fixed in 0.53.02026-05-07
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.
- CVE-2026-39821CRITICALCVSS 9.6EG 10.0✓ Fixed in 0.55.02026-05-22
The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior ca…
Check whether golang.org/x/net is used in your infrastructure
EchelonGraph scans your cloud and SBOMs to map every package to your actual deployments. See blast radius for golang.org/x/net CVEs against the assets you own.
Start Free Scan →