CVE-2026-85596
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Summary
Traefik versions >= v3.7.0 and <= v3.7.10 contain an authentication bypass in the Kubernetes Ingress NGINX provider. The TLS option generated for an Ingress carrying the nginx.ingress.kubernetes.io/auth-tls-secret annotation was named after the Ingress namespace and name. As a result, two Ingress objects sharing the same host, the same client CA secret, and the same client-authentication mode produced two distinct TLS option names for that host. Traefik treats this as a TLS options conflict and falls back to the entry point's default TLS configuration, which does not request a client certificate, so a route configured with nginx.ingress.kubernetes.io/auth-tls-verify-client: "on" becomes reachable without a client certificate. Only the v3.7 line is affected; the issue is fixed in v3.7.11.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| traefik | traefik | 3.7.0 <= 3.7.12 | affected |
Weaknesses
- CWE-287: Improper Authentication
References
- https://github.com/traefik/traefik/security/advisories/GHSA-j994-9gqj-9hwq
- https://www.vulncheck.com/advisories/traefik-3.7-authentication-bypass-via-tls-option-conflict
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.