Search for packages
| purl | pkg:deb/debian/golang-golang-x-net@1:0.24.0%2Bdfsg-1 |
| 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-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-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-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-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 |