SCA: security update for github.com/traefik/traefik/v2, github.com/traefik/traefik/v3 (GHSA-g3hg-j4jv-cwfr)

medium Tenable Cloud Security Plugin ID 439063

Description

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

- Traefik is an HTTP reverse proxy and load balancer. Versions 2.11.40 and below, 3.0.0-beta1 through
3.6.11, and 3.7.0-ea.1 comtain BasicAuth middleware that allows username enumeration via a timing attack.
When a submitted username exists, the middleware performs a bcrypt password comparison taking ~166ms. When
the username does not exist, the response returns immediately in ~0.6ms. This ~298x timing difference is
observable over the network and allows an unauthenticated attacker to reliably distinguish valid from
invalid usernames. This issue is patched in versions 2.11.41, 3.6.11 and 3.7.0-ea.2. (CVE-2026-32595)

Solution

Update the github.com/traefik/traefik/v2 library and its related packages to version 2.11.41 or later.

See Also

https://github.com/advisories/GHSA-g3hg-j4jv-cwfr

Plugin Details

Severity: Medium

ID: 439063

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 3/20/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 2.6

Temporal Score: 1.9

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

CVSS Score Source: CVE-2026-32595

CVSS v3

Risk Factor: Low

Base Score: 3.7

Temporal Score: 3.2

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/20/2026

Vulnerability Publication Date: 3/20/2026

Reference Information

CVE: CVE-2026-32595

cwe: CWE-208