CVE Catalog

CVE-2026-88010

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.69%

51th percentile - higher than 51% of all known CVEs

Summary

In Traefik from 3.6.11 until 3.7.13, checkPassword in BasicAuth constructs the singleflight key from the submitted password and stored secret. Concurrent requests for absent usernames coalesce on one key while configured usernames perform separate password hashes, creating an unauthenticated timing discrepancy that reveals whether a username exists. Sequential checks remain cost-equalized, Traefik v2 and Digest authentication are not affected, and the issue does not disclose credentials or bypass authentication.

Risk Assessment

An attacker can determine which usernames exist in the system, facilitating further attacks such as brute-forcing known accounts. The risk is moderate since no credential disclosure or authentication bypass occurs.

Recommendation

Update Traefik to version 3.7.13 or later. If updating is not possible, consider restricting access to authentication endpoints or monitoring for unusual request patterns.

Other vulnerabilities in Traefik

See all
Original NVD description (English source)

Traefik is an open source HTTP reverse proxy and load balancer. From 3.6.11 until 3.7.13, checkPassword in pkg/middlewares/auth/basic_auth.go constructs the BasicAuth singleflight key from the submitted password and stored secret. Concurrent requests for absent usernames therefore coalesce on one key while configured usernames perform separate password hashes, creating an unauthenticated timing discrepancy that reveals whether a username exists. Sequential checks remain cost-equalized, Traefik v2 and Digest authentication are not affected, and the issue does not disclose credentials or bypass authentication. This issue is fixed in version 3.7.13.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS