Search for packages
| purl | pkg:deb/debian/golang-golang-x-net@1:0.47.0-2?distro=trixie |
| Vulnerability | Summary | Fixed by |
|---|---|---|
| This package is not known to be affected by vulnerabilities. | ||
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-3zyn-rapk-ybe8 | golang.org/x/net vulnerable to Cross-site Scripting 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 using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. <math>, <svg>, etc contexts). |
CVE-2025-22872
GHSA-vvgc-356p-c3xw |
| VCID-5kkq-5jpf-fqev | Multiple vulnerabilities have been discovered in HashiCorp Consul, the worst of which could result in denial of service. |
CVE-2022-41717
GHSA-xrjj-mj9h-534m |
| VCID-73s2-6cpr-gkdu | golang.org/x/net/html has a Quadratic Parsing Complexity issue 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-47911
GHSA-w4gw-w5jq-g9jh |
| VCID-9cd8-6mjw-wyep | golang.org/x/net/html Infinite Loop vulnerability Go through 1.15.12 and 1.16.x through 1.16.4 has a golang.org/x/net/html infinite loop via crafted ParseFragment input. |
CVE-2021-33194
GHSA-83g2-8m93-v3w7 |
| VCID-aj2b-56uj-gkar | net/http, x/net/http2: close connections when receiving too many headers 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. |
CVE-2023-45288
GHSA-4v7x-pqxf-cx7m |
| VCID-asx6-ds7x-6ubz | golang.org/x/net/html: Infinite parsing loop in golang.org/x/net |
CVE-2025-58190
|
| VCID-azr4-u36f-pbew | Multiple vulnerabilities have been discovered in Go, the worst of which could result in denial of service. |
CVE-2022-27664
GHSA-69cg-p879-7622 |
| VCID-cr7c-xuh8-guhy | Multiple vulnerabilities have been found in Go, the worst of which could result in remote code execution. |
CVE-2021-31525
GHSA-h86h-8ppg-mxmh |
| VCID-g8qg-4g78-pfgn | Non-linear parsing of case-insensitive content in golang.org/x/net/html 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-2024-45338
GHSA-w32m-9786-jp63 |
| VCID-h4tn-wydf-mydg | golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames |
CVE-2026-27141
|
| VCID-k6de-54xk-dkfv | Improper rendering of text nodes in golang.org/x/net/html 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-3978
GHSA-2wrh-6pvc-2jm9 |
| VCID-sdd3-35ng-g7a3 | golang.org/x/net vulnerable to Uncontrolled Resource Consumption 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-2022-41723
GHSA-vvpx-j8f3-3w6h |
| VCID-w53f-uad6-gqdn | Multiple vulnerabilities have been found in Go, the worst of which could result in remote code execution. |
CVE-2021-44716
GHSA-vc3p-29h2-gpcp |
| VCID-x54w-scep-kyde | golang.org/x/net/http2/h2c vulnerable to request smuggling attack 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 the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests. ### Specific Go Packages Affected golang.org/x/net/http2/h2c |
CVE-2022-41721
GHSA-fxg5-wq6x-vr4w |