CVE-2026-65601: CVE-2026-65601: Namespace Confusion Vulnerability in Traefik Gateway API HTTPRoute BackendRef ExtensionRef Resolution
CVSS Score: 5.3 Published: 2026-08-05 Full Report: https://cvereports.com/reports/CVE-2026-65601
CVE-2026-65601 is a critical security vulnerability within Traefik's implementation of the Kubernetes Gateway API. Due to variable reuse and incorrect namespace resolution logic in the routing engine, Traefik resolved custom extension filters (such as Traefik CRD Middlewares) inside a target backend service's namespace rather than the originating HTTPRoute's namespace. This flaw enables a low-privileged tenant to bypass namespace isolation boundaries and invoke highly privileged middleware components in foreign namespaces to which they only have service-level routing access.
Traefik versions 3.7.0 through 3.7.6 are vulnerable to namespace confusion where backend-level custom filters (ExtensionRefs) are resolved using the backend service's namespace instead of the source HTTPRoute's namespace, permitting cross-namespace middleware hijacking.
- CWE ID: CWE-863 (Incorrect Authorization)
- Attack Vector: Network
- CVSS v4.0 Score: 5.3 (Medium)
- EPSS Score: 0.00238
- Exploit Status: None
- CISA KEV Status: Not Listed
- Traefik Labs Traefik (Kubernetes Gateway API Provider)
- Traefik: >= 3.7.0, <= 3.7.6 (Fixed in:
3.7.7)
- Upgrade Traefik instances to patched version 3.7.7.
- Audit and restrict Kubernetes Gateway API ReferenceGrant resources to trusted namespaces only.
- Implement Kyverno or OPA Gatekeeper policies to block cross-namespace HTTPRoutes using ExtensionRef filters.
Remediation Steps:
- Identify all running Traefik deployments in the cluster utilizing the Gateway API provider.
- Update the Traefik container image tags to 3.7.7 in the respective deployment manifests or Helm values files.
- Apply the updated configuration using kubectl or GitOps pipelines to perform a rolling restart.
- Verify that the Traefik controller logs indicate version 3.7.7 is active and processing configurations without namespace resolution errors.
- Traefik Security Advisory GHSA-qq9q-x9w4-chhj
- Traefik Code Patch Commit 655d6324ab4a1475892a958d4bae389720a67ea9
- Traefik Code Patch Commit 26c96a3935cafb473f4a5bae1886560d9aa4e4f0
- VulnCheck Security Advisory
- Wiz Vulnerability DB Entry
Generated by CVEReports - Automated Vulnerability Intelligence