NIXPKGS-2026-0823
GitHub issue
published on 28 Mar 2026
by @LeSuisse Activity log
- Created automatic suggestion
- @LeSuisse removed package traefik-certs-dumper
- @LeSuisse accepted
- @LeSuisse published on GitHub
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.
References
- https://github.com/traefik/traefik/security/advisories/GHSA-67jx-r9pv-98rj x_refsource_CONFIRM
- https://github.com/traefik/traefik/releases/tag/v3.6.11 x_refsource_MISC
- https://github.com/traefik/traefik/releases/tag/v3.7.0-ea.2 x_refsource_MISC
Affected products
traefik
- ==< 3.6.11
- ==>= 3.7.0-ea.1, < 3.7.0-ea.2
Matching in nixpkgs
pkgs.traefik
Modern reverse proxy
-
nixos-unstable 3.7.0-ea.1
- nixpkgs-unstable 3.7.0-ea.1
- nixos-unstable-small 3.7.0-ea.1
Package maintainers
-
@djds djds <git@djds.dev>
-
@vdemeester Vincent Demeester <vincent@sbr.pm>