CVE-2026-32305: Traefik mTLS bypass via fragmented ClientHello SNI extraction failure
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 are vulnerable to mTLS bypass through the TLS SNI pre-sniffing logic related to fragmented ClientHello packets. When a TLS ClientHello is fragmented across multiple records, Traefik's SNI extraction may fail with an EOF and return an empty SNI. The TCP router then falls back to the default TLS configuration, which does not require client certificates by default. This allows an attacker to bypass route-level mTLS enforcement and access services that should require mutual TLS authentication. This issue is patched in versions 2.11.41, 3.6.11 and 3.7.0-ea.2.
Security readout for executives and security teams
Plain-English summary
Traefik can be tricked into treating some TLS connections as if they did not name a protected service. In affected versions, that can route traffic through a default TLS setup that usually does not require client certificates, bypassing mTLS controls intended to protect backend services.
Executive priority
Treat as high priority where Traefik enforces mTLS for sensitive services. This can undermine a core access-control boundary without credentials. Patch exposed or security-critical gateways first, then validate configuration so default TLS behavior cannot weaken intended mTLS protections.
Technical view
The issue is in Traefik TLS SNI pre-sniffing for fragmented ClientHello records. SNI extraction may fail with EOF and return an empty SNI, causing the TCP router to use the default TLS configuration instead of route-level mTLS requirements. CVSS is 8.3 high with network, unauthenticated attack characteristics.
Likely exposure
Exposure is most likely where Traefik handles TCP/TLS routes that rely on route-level mTLS enforcement. Affected ranges include Traefik < 2.11.41, >= 3.0.0-beta1 and < 3.6.11, and >= 3.7.0-ea.1 and < 3.7.0-ea.2.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The weakness is remotely reachable, unauthenticated, and low complexity according to CVSS, but exploitation status should not be assumed beyond the provided sources.
Researcher notes
The key control-flow issue is SNI extraction failure on fragmented ClientHello records leading to empty SNI and default TLS config selection. The source bundle contains a minor version wording inconsistency, but its structured affected data and patch list identify fixed versions.
Mitigation direction
Upgrade Traefik to 2.11.41, 3.6.11, or 3.7.0-ea.2 as applicable.
Review vendor advisories for Red Hat-packaged Traefik exposure and errata applicability.
Check whether default TLS configurations require client certificates where mTLS is expected.
Prioritize internet-facing Traefik instances and routes protecting sensitive internal services.
Monitor Traefik and access logs for unexpected access to mTLS-protected services.
Validation and detection
Inventory Traefik versions across container images, hosts, and bundled platform packages.
Identify TCP/TLS routers that rely on client certificate authentication.
Confirm upgraded instances report a fixed version from the vendor-supported release line.
Validate that protected routes reject clients without valid certificates.
Review default TLS configuration for unintended non-mTLS fallback behavior.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1188: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1188 · source CWE mapping
Initialization of a Resource with an Insecure Default
Initialization of a Resource with an Insecure Default represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Behavior Order: Early Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.