CVE-2026-71327
Received
Received - Intake
Traefik Kubernetes Gateway API Route Collision Vulnerability
Vulnerability report for CVE-2026-71327, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-06
Last updated on: 2026-08-06
Assigner: GitHub, Inc.
Description
Description
Traefik is an open source HTTP reverse proxy and load balancer. From 3.0.0 until 3.6.25 and 3.7.10, Traefik's Kubernetes Gateway API provider in pkg/provider/kubernetes/gateway/httproute.go, grpcroute.go, tcproute.go, and tlsroute.go builds HTTPRoute, GRPCRoute, TCPRoute, and TLSRoute router and service identities by hyphen-concatenating namespace, route name, Gateway identity, entry point, and rule index, allowing colliding Routes to overwrite another namespace's backend. This issue is fixed in 3.6.25 and 3.7.10.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| traefik | traefik | From 3.0.0 (inc) to 3.6.25 (inc) |
| traefik | traefik | 3.7.10 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-694 | The product uses multiple resources that can have the same identifier, in a context in which unique identifiers are required. |