Debian Package Tracker
Register | Log in
Subscribe

golang-github-xenolf-lego

Choose email to subscribe with

general
  • source: golang-github-xenolf-lego (main)
  • version: 4.9.1-4
  • maintainer: Debian Go Packaging Team (DMD)
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.2.0-3.1
  • oldstable: 4.9.1-1
  • stable: 4.9.1-2
  • testing: 4.9.1-4
  • unstable: 4.9.1-4
versioned links
  • 3.2.0-3.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.9.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.9.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.9.1-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • golang-github-xenolf-lego-dev
  • lego (3 bugs: 0, 3, 0, 0)
action needed
A new upstream version is available: 4.35.1 high
A new upstream version 4.35.1 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-04-23 12:31
2 security issues in trixie high

There are 2 open security issues in trixie.

1 important issue:
  • CVE-2026-40611: Let's Encrypt client and ACME library written in Go (Lego). Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to write attacker-influenced content to any path writable by the lego process. This vulnerability is fixed in 4.34.0.
1 issue left for the package maintainer to handle:
  • CVE-2025-54799: (needs triaging) Let's Encrypt client and ACME library written in Go (Lego). In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package (thus the lego library and the lego cli as well) don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME challenge over unencrypted HTTP, the ACME protocol requires HTTPS when a client communicates with the CA to performs ACME functions. However, the library fails to enforce HTTPS both in the original discover URL (configured by the library user) and in the subsequent addresses returned by the CAs in the directory and order objects. If users input HTTP URLs or CAs misconfigure endpoints, protocol operations occur over HTTP instead of HTTPS. This compromises privacy by exposing request/response details like account and request identifiers to network attackers. This was fixed in version 4.25.2.

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

Created: 2025-08-09 Last update: 2026-04-22 17:00
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • CVE-2025-54799: Let's Encrypt client and ACME library written in Go (Lego). In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package (thus the lego library and the lego cli as well) don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME challenge over unencrypted HTTP, the ACME protocol requires HTTPS when a client communicates with the CA to performs ACME functions. However, the library fails to enforce HTTPS both in the original discover URL (configured by the library user) and in the subsequent addresses returned by the CAs in the directory and order objects. If users input HTTP URLs or CAs misconfigure endpoints, protocol operations occur over HTTP instead of HTTPS. This compromises privacy by exposing request/response details like account and request identifiers to network attackers. This was fixed in version 4.25.2.
  • CVE-2026-40611: Let's Encrypt client and ACME library written in Go (Lego). Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to write attacker-influenced content to any path writable by the lego process. This vulnerability is fixed in 4.34.0.
Created: 2025-08-07 Last update: 2026-04-22 17:00
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2025-54799: Let's Encrypt client and ACME library written in Go (Lego). In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package (thus the lego library and the lego cli as well) don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME challenge over unencrypted HTTP, the ACME protocol requires HTTPS when a client communicates with the CA to performs ACME functions. However, the library fails to enforce HTTPS both in the original discover URL (configured by the library user) and in the subsequent addresses returned by the CAs in the directory and order objects. If users input HTTP URLs or CAs misconfigure endpoints, protocol operations occur over HTTP instead of HTTPS. This compromises privacy by exposing request/response details like account and request identifiers to network attackers. This was fixed in version 4.25.2.
  • CVE-2026-40611: Let's Encrypt client and ACME library written in Go (Lego). Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to write attacker-influenced content to any path writable by the lego process. This vulnerability is fixed in 4.34.0.
Created: 2025-08-09 Last update: 2026-04-22 17:00
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2026-40611: Let's Encrypt client and ACME library written in Go (Lego). Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to write attacker-influenced content to any path writable by the lego process. This vulnerability is fixed in 4.34.0.
1 issue left for the package maintainer to handle:
  • CVE-2025-54799: (needs triaging) Let's Encrypt client and ACME library written in Go (Lego). In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package (thus the lego library and the lego cli as well) don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME challenge over unencrypted HTTP, the ACME protocol requires HTTPS when a client communicates with the CA to performs ACME functions. However, the library fails to enforce HTTPS both in the original discover URL (configured by the library user) and in the subsequent addresses returned by the CAs in the directory and order objects. If users input HTTP URLs or CAs misconfigure endpoints, protocol operations occur over HTTP instead of HTTPS. This compromises privacy by exposing request/response details like account and request identifiers to network attackers. This was fixed in version 4.25.2.

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

Created: 2025-08-07 Last update: 2026-04-22 17:00
2 security issues in bullseye high

There are 2 open security issues in bullseye.

1 important issue:
  • CVE-2026-40611: Let's Encrypt client and ACME library written in Go (Lego). Prior to 4.34.0, the webroot HTTP-01 challenge provider in lego is vulnerable to arbitrary file write and deletion via path traversal. A malicious ACME server can supply a crafted challenge token containing ../ sequences, causing lego to write attacker-influenced content to any path writable by the lego process. This vulnerability is fixed in 4.34.0.
1 ignored issue:
  • CVE-2025-54799: Let's Encrypt client and ACME library written in Go (Lego). In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package (thus the lego library and the lego cli as well) don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME challenge over unencrypted HTTP, the ACME protocol requires HTTPS when a client communicates with the CA to performs ACME functions. However, the library fails to enforce HTTPS both in the original discover URL (configured by the library user) and in the subsequent addresses returned by the CAs in the directory and order objects. If users input HTTP URLs or CAs misconfigure endpoints, protocol operations occur over HTTP instead of HTTPS. This compromises privacy by exposing request/response details like account and request identifiers to network attackers. This was fixed in version 4.25.2.
Created: 2026-04-22 Last update: 2026-04-22 17:00
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-12-12 Last update: 2025-12-12 12:01
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-22 Last update: 2025-09-22 04:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2025-12-14] golang-github-xenolf-lego 4.9.1-4 MIGRATED to testing (Debian testing watch)
  • [2025-12-11] Accepted golang-github-xenolf-lego 4.9.1-4 (source) into unstable (Simon Josefsson)
  • [2025-10-06] golang-github-xenolf-lego 4.9.1-3 MIGRATED to testing (Debian testing watch)
  • [2025-10-02] Accepted golang-github-xenolf-lego 4.9.1-3 (source) into unstable (Simon Josefsson)
  • [2023-11-03] golang-github-xenolf-lego 4.9.1-2 MIGRATED to testing (Debian testing watch)
  • [2023-10-31] Accepted golang-github-xenolf-lego 4.9.1-2 (source) into unstable (Santiago Vila)
  • [2023-01-31] golang-github-xenolf-lego 4.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-31] golang-github-xenolf-lego 4.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-26] Accepted golang-github-xenolf-lego 4.9.1-1 (source) into unstable (Anthony Fok)
  • [2022-12-12] Accepted golang-github-xenolf-lego 4.1.3-5 (source) into unstable (Benjamin Drung)
  • [2022-08-21] Accepted golang-github-xenolf-lego 4.1.3-4 (source) into unstable (Shengjing Zhu)
  • [2022-06-09] golang-github-xenolf-lego REMOVED from testing (Debian testing watch)
  • [2021-11-09] golang-github-xenolf-lego 4.1.3-3 MIGRATED to testing (Debian testing watch)
  • [2021-09-10] Accepted golang-github-xenolf-lego 4.1.3-3 (source) into unstable (Félix Sipma)
  • [2021-09-05] Accepted golang-github-xenolf-lego 4.1.3-2 (source) into unstable (Félix Sipma)
  • [2021-02-17] Accepted golang-github-xenolf-lego 4.1.3-1 (source) into experimental (Reinhard Tartler)
  • [2021-02-12] golang-github-xenolf-lego 3.2.0-3.1 MIGRATED to testing (Debian testing watch)
  • [2021-02-10] Accepted golang-github-xenolf-lego 3.2.0-3.1 (source) into unstable (Adrian Bunk)
  • [2021-01-11] Accepted golang-github-xenolf-lego 3.2.0-3 (source) into unstable (Arnaud Rebillout) (signed by: Cyril Brulebois)
  • [2020-04-12] golang-github-xenolf-lego 3.2.0-2 MIGRATED to testing (Debian testing watch)
  • [2020-04-10] Accepted golang-github-xenolf-lego 3.2.0-2 (source) into unstable (Dmitry Smirnov)
  • [2020-01-15] golang-github-xenolf-lego 3.2.0-1 MIGRATED to testing (Debian testing watch)
  • [2019-12-26] golang-github-xenolf-lego 2.7.2+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2019-12-26] Accepted golang-github-xenolf-lego 3.2.0-1 (source) into unstable (Dmitry Smirnov)
  • [2019-12-20] Accepted golang-github-xenolf-lego 2.7.2+dfsg-1 (source) into unstable (Dmitry Smirnov)
  • [2017-12-10] golang-github-xenolf-lego 0.3.1-5 MIGRATED to testing (Debian testing watch)
  • [2017-09-05] golang-github-xenolf-lego REMOVED from testing (Debian testing watch)
  • [2017-07-24] Accepted golang-github-xenolf-lego 0.3.1-5 (source) into unstable (Michael Stapelberg)
  • [2016-11-25] golang-github-xenolf-lego 0.3.1-4 MIGRATED to testing (Debian testing watch)
  • [2016-11-19] Accepted golang-github-xenolf-lego 0.3.1-4 (source) into unstable (Dr. Tobias Quathamer)
  • 1
  • 2
bugs [bug history graph]
  • all: 5
  • RC: 0
  • I&N: 5
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.9.1-4
  • 2 bugs

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