Description
Traefik is an open-source edge router that makes publishing services a fun and easy experience. Prior to 2.11.54, 3.6.25, and 3.7.10, cross-namespace @kubernetescrd references are not rejected for TraefikService backend references resolved by the service resolver. A tenant confined by RBAC to a single namespace can therefore bind its own router to a TraefikService owned by another namespace and expose or reroute that namespace's backend, defeating the namespace isolation allowCrossNamespace=false is meant to enforce. This issue is fixed in version 2.11.54, 3.6.25, 3.7.10.
Published: 2026-08-06
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a configuration validation failure that allows a tenant limited by RBAC to a single namespace to bind its own router to a TraefikService in another namespace. This bypasses the allowCrossNamespace=false enforcement and can expose or redirect that namespace’s backend, effectively breaking namespace isolation. The weakness is a privilege boundary violation (CWE‑863) and resource conflict prevention (CWE‑653).

Affected Systems

All users of Traefik Traefik software are potentially affected. Versions prior to 2.11.54, 3.6.25, and 3.7.10 are vulnerable; the fix is available in the corresponding releases. The attack can be carried out against deployments using the @kubernetescrd TraefikService type.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. The exploitability is high when a tenant has RBAC confinement to a namespace while cross‑namespace references are still permitted via TraefikService; the attacker would need only to create a router that references another namespace’s service. EPSS is not available, and the issue is not in CISA KEV catalogue. Still, the ability to expose or reroute an unintended backend could impact confidentiality, integrity or availability of services in the target namespace.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Traefik to version 2.11.54, 3.6.25, or 3.7.10 or later.
  • Verify that the allowCrossNamespace setting remains false in all router configurations.
  • Review and tighten RBAC policies so that users confined to a single namespace cannot create routers that reference services in other namespaces.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-62fc-8686-hfmq Traefik: `allowCrossNamespace=false` bypass via `@kubernetescrd` TraefikService backendRef
History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, '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 edge router that makes publishing services a fun and easy experience. Prior to 2.11.54, 3.6.25, and 3.7.10, cross-namespace @kubernetescrd references are not rejected for TraefikService backend references resolved by the service resolver. A tenant confined by RBAC to a single namespace can therefore bind its own router to a TraefikService owned by another namespace and expose or reroute that namespace's backend, defeating the namespace isolation allowCrossNamespace=false is meant to enforce. This issue is fixed in version 2.11.54, 3.6.25, 3.7.10.
Title Traefik: `allowCrossNamespace=false` bypass via `@kubernetescrd` TraefikService backendRef
Weaknesses CWE-653
CWE-863
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T17:09:50.885Z

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

Link: CVE-2026-71325

cve-icon Vulnrichment

Updated: 2026-08-07T15:36:04.653Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-07T18:17:23.150

Link: CVE-2026-71325

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-653

    Improper Isolation or Compartmentalization

  • CWE-863

    Incorrect Authorization