Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/traefik/traefik/v2
  4. ›
  5. CVE-2026-48491

CVE-2026-48491: Traefik: SNICheck ignores wildcard TLSOptions mappings, allowing domain-fronted mTLS bypass

June 16, 2026 (updated September 2, 2026)

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.

Traefik’s SNICheck domain-fronting protection ignores wildcard TLSOptions mappings. A wildcard router such as Host("*.example.com") can require mTLS for direct access, but an unauthenticated client can complete the TLS handshake with another permissive SNI on the same entrypoint and then send Host: api.example.com / HTTP request authority api.example.com to reach the wildcard-protected backend.

This issue does not require HTTP/3. The PoC uses the regular HTTPS/HTTP2 path and abuses the domain-fronting consistency check between TLS SNI and the HTTP Host header.

For HTTP/2, this corresponds to the request authority / Host value as exposed to Traefik’s HTTP request handling.

References

  • access.redhat.com/errata/RHSA-2026:62260
  • access.redhat.com/security/cve/CVE-2026-48491
  • bugzilla.redhat.com/show_bug.cgi?id=2491923
  • github.com/advisories/GHSA-5r4w-85f3-pw66
  • github.com/traefik/traefik/releases/tag/v2.11.48
  • github.com/traefik/traefik/releases/tag/v3.6.19
  • github.com/traefik/traefik/releases/tag/v3.7.3
  • github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66
  • nvd.nist.gov/vuln/detail/CVE-2026-48491
  • security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48491.json

Code Behaviors & Features

Detect and mitigate CVE-2026-48491 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.11.48

Fixed versions

  • 2.11.48

Solution

Upgrade to version 2.11.48 or above.

Impact 10 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-288: Authentication Bypass Using an Alternate Path or Channel
  • CWE-807: Reliance on Untrusted Inputs in a Security Decision

Source file

go/github.com/traefik/traefik/v2/CVE-2026-48491.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 10 Sep 2026 00:18:19 +0000.