CVE-2026-67309 Details
Description
Traefik versions >= v3.7.0 and <= v3.7.7 contain a path traversal vulnerability in the Kubernetes Ingress NGINX provider's RewriteTarget middleware (generated from the nginx.ingress.kubernetes.io/rewrite-target annotation). When an Ingress path uses a regex that captures attacker-controlled text without requiring a path separator (e.g., path /api(.*) with rewrite target /$1), a crafted request such as /api../admin matches the public router, is rewritten to a dot-segment traversal path (/../admin), and is forwarded without post-replacement normalization validation. A backend that normalizes dot segments resolves the path to a protected endpoint (e.g., /admin) reachable only through a separate router secured with BasicAuth, DigestAuth, or ForwardAuth, resulting in route-level authentication bypass. The issue is fixed in v3.7.8.
A path traversal vulnerability has been identified in Traefik versions 3.7.0 through 3.7.7, specifically within the Kubernetes Ingress NGINX provider's RewriteTarget middleware. This vulnerability arises when an Ingress path utilizes a regular expression that captures attacker-controlled text without a required path separator. For instance, a path like '/api(.*)' with a rewrite target of '/$1' can be exploited. A crafted request, such as '/api../admin', can match the public router, be rewritten to a dot-segment traversal path, and forwarded without proper normalization. If the backend normalizes dot segments, it can lead to accessing a protected endpoint, bypassing route-level authentication.
Users can upgrade to Traefik version 3.7.8 or later to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| traefik traefik | >= 3.7.0, < 3.7.8 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 16, 2026 | Initial Analysis | [email protected] |
| Aug 3, 2026 | CVE Modified | CISA-ADP |
| Aug 2, 2026 | CVE Modified | [email protected] |
| Aug 1, 2026 | New CVE Received | [email protected] |