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.
Published: 2026-08-06
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Traefik, an open source HTTP reverse proxy, suffered a route identity collision bug in its Kubernetes Gateway API provider. By concatenating the namespace, route name, Gateway identity, entry point, and rule index, the software could generate identical router and service identities for routes in different namespaces. This flaw allowed a malicious or misconfigured route to overwrite the backend of a route in another namespace, effectively hijacking traffic and circumventing namespace isolation. The vulnerability is a classic access control weakness, identified as CWE‑694, and can lead to unauthorized access to services and data stored in target namespaces.

Affected Systems

The affected product is Traefik. Versions 3.0.0 through 3.6.24 and 3.7.0 through 3.7.9 are impacted, while the issue is fixed in Traefik 3.6.25 and 3.7.10. Administrators of Kubernetes clusters using Traefik should verify the SHA‑256 of the binary or release tag to confirm an unaffected version.

Risk and Exploitability

The CVSS score is 7.6, indicating a moderate to high severity. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector is inferred to be internal: an attacker who can create or modify Kubernetes Route objects with sufficient API permissions can trigger the collision and hijack backends. Because the flaw depends on the presence of identical identities across namespaces, the attack does not require elevated cluster‑wide privileges, only the ability to affect the Gateway API routes in the victim namespace.

Generated by OpenCVE AI on August 7, 2026 at 01:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Traefik to version 3.6.25 or later, or to 3.7.10 or later, which contain the identity collision fix.
  • Restrict RBAC permissions for users or service accounts that create or modify Gateway API Route objects to prevent unauthorized route definitions that could collide with existing ones.
  • Audit existing Route configurations for identical identities across namespaces and adjust naming or scope to avoid accidental collisions.

Generated by OpenCVE AI on August 7, 2026 at 01:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-fgjj-px3w-67xx Traefik: Gateway API route identity collision allows cross-namespace backend hijacking
History

Fri, 07 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Traefik
Traefik traefik
Vendors & Products Traefik
Traefik traefik

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
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.
Title Traefik: Gateway API route identity collision allows cross-namespace backend hijacking
Weaknesses CWE-694
References
Metrics cvssV4_0

{'score': 7.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T15:41:26.662Z

Reserved: 2026-08-05T18:14:42.065Z

Link: CVE-2026-71327

cve-icon Vulnrichment

Updated: 2026-08-07T15:41:23.363Z

cve-icon NVD

Status : Received

Published: 2026-08-06T22:18:29.810

Modified: 2026-08-07T16:17:28.027

Link: CVE-2026-71327

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T02:00:06Z

Weaknesses
  • CWE-694

    Use of Multiple Resources with Duplicate Identifier