SCA: security update for github.com/go-acme/lego/v4 (GHSA-q82r-2j7m-9rv4)

medium Tenable Self-Hosted Container Security Plugin ID 431692

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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-2025-54799)

See Also

https://github.com/advisories/GHSA-q82r-2j7m-9rv4

Plugin Details

Severity: Medium

ID: 431692

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 8/6/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.92

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2025-54799

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6

Threat Score: 2.3

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/6/2025

Vulnerability Publication Date: 8/6/2025

Reference Information

CVE: CVE-2025-54799

cwe: CWE-319