CVE-2026-54762 Details
Description
Traefik is an HTTP reverse proxy and load balancer. From 3.7.0-ea.1 until 3.7.5, there is a medium severity vulnerability in Traefik's Kubernetes Ingress NGINX provider that causes affected routes to fail open. When an Ingress explicitly enables BasicAuth or DigestAuth through the supported nginx.ingress.kubernetes.io/auth-type and auth-secret annotations, but the referenced auth Secret cannot be resolved or parsed, Traefik logs the resolution error, skips installing the authentication middleware, and still emits a router to the backend service. A route that operators intended to protect is therefore published to the data plane without its authentication control, allowing unauthenticated access to the backend. The trigger is an invalid or unresolved auth dependency — a missing, malformed, unreadable, or policy-denied Secret — rather than an intentionally unprotected route. This vulnerability is fixed in 3.7.5.
A medium severity vulnerability has been identified in Traefik's Kubernetes Ingress NGINX provider, versions 3.7.0-ea.1 through 3.7.4. This vulnerability causes affected routes to fail open, allowing unauthenticated access to backend services. The issue arises when an Ingress configuration enables BasicAuth or DigestAuth, but the specified authentication Secret cannot be resolved or parsed. In such cases, Traefik logs the error, omits the authentication middleware, and still directs traffic to the backend service, effectively bypassing the intended authentication controls. The vulnerability is triggered by an invalid or unresolved authentication dependency, such as a missing, malformed, unreadable, or policy-denied Secret.
Users can upgrade to Traefik version 3.7.5 to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/traefik/traefik/releases/tag/v3.7.5 | [email protected] | Release NotesPatch |
| https://github.com/traefik/traefik/security/advisories/GHSA-4mr2-fg2p-w63c | [email protected] | ExploitMitigationPatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-636 | Not Failing Securely ('Failing Open') | [email protected] |
| CWE-693 | Protection Mechanism Failure | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| traefik traefik | >= 3.7.0, < 3.7.5 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 26, 2026 | Initial Analysis | [email protected] |
| Jun 24, 2026 | CVE Modified | CISA-ADP |
| Jun 23, 2026 | New CVE Received | [email protected] |