Skip to main content

Traefik CVE-2026-65601

| EUVDEUVD-2026-47645 MEDIUM
Incorrect Authorization (CWE-863)
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.2 HIGH

Cross-namespace ReferenceGrant is non-default (AC:H); PR:L for route author; scope changes to downstream services (S:C) with high header-injection C/I impact; no availability effect.

3.1 AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N
Red Hat
9.6 HIGH
qualitative

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jul 22, 2026 - 12:21 vuln.today
Analysis Generated
Jul 22, 2026 - 12:21 vuln.today

DescriptionCVE.org

Traefik versions 3.7.0 through 3.7.6 contain a namespace confusion vulnerability in the Kubernetes Gateway API provider. When resolving HTTPRoute.spec.rules[].backendRefs[].filters[].extensionRef, Traefik used the backend Service namespace instead of the HTTPRoute namespace. A low-privileged route author holding a ReferenceGrant for a cross-namespace Service could therefore bind a Traefik Middleware from the backend namespace without a separate grant for that middleware, potentially injecting trusted reverse-proxy identity headers into downstream requests. The issue is fixed in version 3.7.7.

AnalysisAI

Namespace confusion in Traefik's Kubernetes Gateway API provider (versions 3.7.0-3.7.6) enables a low-privileged route author to attach unauthorized Traefik Middleware objects from foreign namespaces by exploiting incorrect namespace resolution in HTTPRoute extensionRef handling. An attacker holding an existing ReferenceGrant for a cross-namespace Service can leverage the flaw to inject trusted reverse-proxy identity headers into downstream requests - without a separate ReferenceGrant authorizing the Middleware - potentially bypassing authorization controls in backend services that trust those headers. No public exploit or CISA KEV listing has been identified at time of analysis; vendor-released fix is version 3.7.7.

Technical ContextAI

Traefik is a cloud-native reverse proxy and load balancer commonly deployed as a Kubernetes Ingress or Gateway API controller. The Kubernetes Gateway API's HTTPRoute resource supports extensionRef filters that allow attachment of provider-specific extensions such as Traefik Middleware objects. Cross-namespace resource references in the Gateway API model are access-controlled through ReferenceGrant objects, which must explicitly authorize each cross-namespace binding independently. CWE-863 (Incorrect Authorization) captures the root cause: Traefik's resolution logic for HTTPRoute.spec.rules[].backendRefs[].filters[].extensionRef incorrectly derived the lookup namespace from the referenced backend Service's namespace rather than from the HTTPRoute's own namespace. This caused an existing ReferenceGrant for a cross-namespace Service to be erroneously treated as implicitly authorizing Middleware references in that same Service namespace - collapsing two distinct authorization grants into one, violating the Gateway API security model. The affected CPE is cpe:2.3:a:traefik:traefik:*:*:*:*:*:*:*:* covering versions 3.7.0 through 3.7.6.

RemediationAI

The primary remediation is to upgrade Traefik to version 3.7.7 or later, which corrects the namespace resolution logic so that extensionRef is evaluated against the HTTPRoute's own namespace rather than the backend Service's namespace. The vendor advisory is at https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj and the fix commit is at https://github.com/traefik/traefik/commit/26c96a3935cafb473f4a5bae1886560d9aa4e4f0. Where immediate upgrade is not feasible, administrators should audit all ReferenceGrant objects in the cluster and revoke any cross-namespace grants that are not explicitly required - reducing the pool of namespaces an attacker can pivot into. Disabling the Kubernetes Gateway API provider entirely (reverting to IngressRoute resources) removes the vulnerable code path, though this requires migration of routing configuration and is disruptive. Restricting Traefik's RBAC so it cannot read HTTPRoute or Middleware resources from untrusted namespaces limits exploitation but may break legitimate cross-namespace routing. Note that restricting ReferenceGrant usage has the side effect of preventing intentional cross-namespace Service references that may be required by existing workloads.

CVE-2025-1974 CRITICAL POC
9.8 Mar 25

A critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2025-1098 HIGH POC
8.8 Mar 25

Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress

CVE-2025-24514 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres

CVE-2025-1097 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c

CVE-2020-8554 MEDIUM POC
6.3 Jan 21

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter

CVE-2023-3676 HIGH POC
8.8 Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate

CVE-2025-55190 CRITICAL POC
9.9 Sep 04

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne

CVE-2026-34976 CRITICAL POC
10.0 Apr 02

Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2026-54680 CRITICAL POC
9.9 Jul 29

Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can

CVE-2026-22039 CRITICAL POC
9.9 Jan 27

Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass

Vendor StatusVendor

Share

CVE-2026-65601 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy