Debian Package Tracker
Register | Log in
Subscribe

golang-golang-x-net

Supplementary Go networking libraries

Choose email to subscribe with

general
  • source: golang-golang-x-net (main)
  • version: 1:0.55.0-1
  • maintainer: Debian Go Packaging Team (DMD)
  • uploaders: Martín Ferrari [DMD] – Anthony Fok [DMD] – Michael Stapelberg [DMD] – Tim Potter [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1:0.0+git20210119.5f4716e+dfsg-4
  • oldstable: 1:0.7.0+dfsg-1
  • stable: 1:0.27.0-2
  • stable-bpo: 1:0.53.0-2~bpo13+1
  • testing: 1:0.53.0-2
  • unstable: 1:0.55.0-1
versioned links
  • 1:0.0+git20210119.5f4716e+dfsg-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.7.0+dfsg-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.27.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.53.0-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.53.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:0.55.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • golang-golang-x-net-dev (1 bugs: 0, 1, 0, 0)
action needed
9 security issues in trixie high

There are 9 open security issues in trixie.

6 important issues:
  • CVE-2026-25680: Parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.
  • CVE-2026-25681: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-27136: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-39821: 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 can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
  • CVE-2026-42502: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-42506: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
3 issues left for the package maintainer to handle:
  • CVE-2025-47911: (needs triaging) 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-58190: (needs triaging) 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-33814: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-02-06 Last update: 2026-06-06 21:00
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2026-33814: 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.
Created: 2026-05-08 Last update: 2026-06-06 21:00
7 security issues in forky high

There are 7 open security issues in forky.

7 important issues:
  • CVE-2026-25680: Parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.
  • CVE-2026-25681: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-27136: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-33814: 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-39821: 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 can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
  • CVE-2026-42502: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-42506: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
Created: 2026-05-08 Last update: 2026-06-06 21:00
13 security issues in bookworm high

There are 13 open security issues in bookworm.

6 important issues:
  • CVE-2026-25680: Parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.
  • CVE-2026-25681: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-27136: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-39821: 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 can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
  • CVE-2026-42502: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
  • CVE-2026-42506: Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
7 issues left for the package maintainer to handle:
  • CVE-2023-3978: (needs triaging) 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-45288: (needs triaging) 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-2024-45338: (needs triaging) 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-22872: (needs triaging) 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-47911: (needs triaging) 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-58190: (needs triaging) 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-33814: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2023-08-03 Last update: 2026-06-06 21:00
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 2-day delay is over. Check why.
Created: 2026-06-08 Last update: 2026-06-09 06:02
testing migrations
  • excuses:
    • Blocked by: golang-github-andybalholm-cascadia
    • Migration status for golang-golang-x-net (1:0.53.0-2 to 1:0.55.0-1): Waiting for another item to be ready to migrate (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Implicit dependency: golang-golang-x-net golang-github-andybalholm-cascadia (not considered)
    • ∙ ∙ Invalidated by implicit-dependency
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/g/golang-golang-x-net.html
    • ∙ ∙ Autopkgtest for golang-github-aws-aws-sdk-go-v2/1.41.7-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, loong64: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for golang-github-azure-azure-sdk-for-go: amd64: Test triggered (failure will be ignored), arm64: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), loong64: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for golang-golang-x-net/1:0.55.0-1: amd64: Pass, arm64: Pass, i386: Pass, loong64: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • ∙ ∙ Required age reduced by 3 days because of autopkgtest
    • ∙ ∙ 6 days old (needed 2 days)
    • Not considered
news
[rss feed]
  • [2026-06-02] Accepted golang-golang-x-net 1:0.55.0-1 (source) into unstable (Simon Josefsson)
  • [2026-05-31] Accepted golang-golang-x-net 1:0.53.0-2~bpo13+1 (source all) into stable-backports (Debian FTP Masters) (signed by: Praveen Arimbrathodiyil)
  • [2026-05-07] golang-golang-x-net 1:0.53.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-04-27] Accepted golang-golang-x-net 1:0.53.0-2 (source) into unstable (Simon Josefsson)
  • [2026-04-16] golang-golang-x-net 1:0.53.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-11] Accepted golang-golang-x-net 1:0.53.0-1 (source) into unstable (Dr. Tobias Quathamer)
  • [2026-03-31] golang-golang-x-net 1:0.47.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-22] Accepted golang-golang-x-net 1:0.47.0-2 (source) into unstable (Andrew Lee (李健秋)) (signed by: 李健秋 Andrew Lee)
  • [2026-03-20] golang-golang-x-net 1:0.47.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-16] Accepted golang-golang-x-net 1:0.47.0-1 (source) into unstable (Andrew Lee (李健秋)) (signed by: 李健秋 Andrew Lee)
  • [2025-05-25] golang-golang-x-net 1:0.27.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-05-21] Accepted golang-golang-x-net 1:0.27.0-2 (source) into unstable (Jochen Sprickerhof)
  • [2024-09-04] golang-golang-x-net 1:0.27.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-09-01] Accepted golang-golang-x-net 1:0.27.0-1 (source) into unstable (Anthony Fok)
  • [2024-08-13] golang-golang-x-net 1:0.26.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-08-10] Accepted golang-golang-x-net 1:0.26.0+dfsg-2 (source) into unstable (Anthony Fok)
  • [2024-08-04] golang-golang-x-net 1:0.26.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-31] Accepted golang-golang-x-net 1:0.26.0+dfsg-1 (source) into unstable (Anthony Fok)
  • [2024-05-27] golang-golang-x-net 1:0.25.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-05-21] Accepted golang-golang-x-net 1:0.25.0+dfsg-1 (source) into unstable (Anthony Fok)
  • [2024-05-03] golang-golang-x-net 1:0.24.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-26] Accepted golang-golang-x-net 1:0.24.0+dfsg-1 (source) into unstable (Anthony Fok)
  • [2024-04-07] golang-golang-x-net 1:0.23.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-07] golang-golang-x-net 1:0.23.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-03] Accepted golang-golang-x-net 1:0.23.0+dfsg-1 (source) into unstable (Shengjing Zhu)
  • [2024-03-29] golang-golang-x-net 1:0.22.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-03-25] Accepted golang-golang-x-net 1:0.22.0+dfsg-1 (source) into unstable (Anthony Fok)
  • [2024-02-27] golang-golang-x-net 1:0.21.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-02-24] Accepted golang-golang-x-net 1:0.21.0+dfsg-1 (source) into unstable (Anthony Fok)
  • [2024-02-08] golang-golang-x-net 1:0.20.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 3
  • RC: 0
  • I&N: 2
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:0.27.0-2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing