CVE-2026-32695: Traefik has Knative Ingress Rule Injection that Allows Host Restriction Bypass
Traefik is an HTTP reverse proxy and load balancer. Prior to versions 3.6.11 and 3.7.0-ea.2, Traefik's Knative provider builds router rules by interpolating user-controlled values into backtick-delimited rule expressions without escaping. In live cluster validation, Knative `rules[].hosts[]` was exploitable for host restriction bypass (for example `tenant.example.com`) || Host(`attacker.com`), producing a router that serves attacker-controlled hosts. Knative `headers[].exact` also allows rule-syntax injection and proves unsafe rule construction. In multi-tenant clusters, this can route unauthorized traffic to victim services and lead to cross-tenant traffic exposure. Versions 3.6.11 and 3.7.0-ea.2 patch the issue.
Security readout for executives and security teams
Plain-English summary
Traefik can mistakenly trust attacker-controlled Knative routing values. In affected versions, a tenant with permission to create or modify Knative ingress rules could make Traefik accept traffic for unauthorized hostnames, potentially exposing another tenant's service traffic. This is most urgent for multi-tenant Kubernetes/Knative environments.
Executive priority
Prioritize remediation for shared Kubernetes/Knative platforms because the impact is cross-tenant traffic exposure. Treat internet-facing or customer-hosting clusters as urgent. Non-Knative or isolated single-tenant deployments should validate applicability, then patch on the normal high-severity schedule.
Technical view
The Knative provider constructs router rule expressions by interpolating hosts and exact header values into backtick-delimited Traefik rules without escaping. This permits rule-syntax injection and host restriction bypass. The CVE affects Traefik before 3.6.11 and 3.7.0-ea.1 before 3.7.0-ea.2.
Likely exposure
Exposure is likely where Traefik uses the Knative provider and untrusted or semi-trusted tenants can control Knative ingress hosts or exact header values. Single-tenant deployments or deployments without the Knative provider are less directly exposed, but should still verify versions and configuration.
Exploitation context
The source bundle reports live cluster validation of host restriction bypass and unsafe header rule construction. It does not cite public active exploitation, and KEV is false. Exploitation requires low-privileged access to influence relevant Knative ingress configuration.
Researcher notes
The core issue is expression injection in Traefik rule construction, mapped to CWE-74 and CWE-917. Evidence supports confidentiality impact with changed scope, not integrity or availability impact. Public sources name fixed versions but do not provide broader exploit telemetry in the supplied bundle.
Mitigation direction
Upgrade Traefik to 3.6.11 or later in the 3.6 line.
Upgrade 3.7 early-access deployments to 3.7.0-ea.2 or later.
Check Red Hat advisory RHSA-2026:10175 for product-specific remediation.
Restrict who can create or modify Knative ingress and route objects.
Review vendor guidance before applying non-vendor workarounds.
Validation and detection
Inventory Traefik versions across clusters and images.
Confirm whether the Knative provider is enabled.
Review RBAC for users controlling Knative ingress hosts or headers.
Inspect recent Knative route changes for unusual host or exact-header values.
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-74: 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.
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.
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
ADP timelineredhat-SADP
Made public.
Mar 27, 2026, 13:47 UTC (UTC+00:00)
CVE publishedCVE Program
The CVE record was published.
Mar 27, 2026, 13:47 UTC (UTC+00:00)
ADP timelineredhat-SADP
Reported to Red Hat.
Mar 27, 2026, 14:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.
Jul 15, 2026, 01:07 UTC (UTC+00:00)
ADP provider summaries
CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPgithub.com/traefik/traefik: Traefik: Cross-tenant traffic exposure and host restriction bypass via rule-syntax injection in Knative provider