Vulnerability Description
Traefik is an HTTP reverse proxy and load balancer. From 3.7.0 until 3.7.3, there is a high severity vulnerability in Traefik's domain-fronting protection (SNICheck) that allows an unauthenticated client to bypass mutual TLS enforced through wildcard router TLSOptions. When a router uses a wildcard host rule such as Host(*.example.com) with stricter TLS options (for example RequireAndVerifyClientCert), SNICheck resolves the TLS options for the HTTP Host header using exact map lookups only and never applies wildcard matching. If another permissive SNI is served on the same entrypoint, an attacker can complete the TLS handshake under the permissive options and then send an HTTP Host header targeting the wildcard-protected backend, reaching it without presenting a client certificate. This affects the regular HTTPS / HTTP-2 path and does not require HTTP/3. This vulnerability is fixed in 3.7.3.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Traefik | Traefik | >= 3.7.0, < 3.7.3 |
Related Weaknesses (CWE)
References
- https://github.com/traefik/traefik/releases/tag/v3.7.3PatchRelease Notes
- https://github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66ExploitMailing ListPatch
- https://access.redhat.com/security/cve/CVE-2026-48491
- https://bugzilla.redhat.com/show_bug.cgi?id=2491923
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48491.json
FAQ
What is CVE-2026-48491?
CVE-2026-48491 is a vulnerability with a CVSS score of 10.0 (CRITICAL). Traefik is an HTTP reverse proxy and load balancer. From 3.7.0 until 3.7.3, there is a high severity vulnerability in Traefik's domain-fronting protection (SNICheck) that allows an unauthenticated cli...
How severe is CVE-2026-48491?
CVE-2026-48491 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-48491?
Check the references section above for vendor advisories and patch information. Affected products include: Traefik Traefik.