CVE-2025-32431
Traefik has a possible vulnerability with its path matchers
Summary
Remediation
Upgrade to the fixed version using your package manager.
go get github.com/traefik/traefik/v3@v3.4.0-rc2
go get github.com/traefik/traefik/v3@v3.3.6
go get github.com/traefik/traefik/v2@v2.11.23
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (4)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| github.com/traefik/traefik/v3 | go | 3.4.0-rc1 | 3.4.0-rc2 |
| github.com/traefik/traefik | go | All versions | Range-based data available |
| github.com/traefik/traefik/v3 | go | All versions | 3.3.6 |
| github.com/traefik/traefik/v2 | go | All versions | 2.11.23 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-22Path TraversalMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.1 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
References
- https://github.com/traefik/traefik/security/advisories/GHSA-6p68-w45g-48j7WEB
- https://nvd.nist.gov/vuln/detail/CVE-2025-32431ADVISORY
- https://github.com/traefik/traefik/pull/11684WEB
- https://github.com/traefik/traefikPACKAGE
- https://github.com/traefik/traefik/releases/tag/v2.11.24WEB
- https://github.com/traefik/traefik/releases/tag/v3.3.6WEB
- https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2WEB
Frequently Asked Questions
- What is CVE-2025-32431?
- Traefik has a possible vulnerability with its path matchers This vulnerability has been assigned a severity rating of HIGH (CVSS score: 9.1/10).
- How do I check if my project is affected by CVE-2025-32431?
- CVE-2025-32431 affects github.com/traefik/traefik/v3, github.com/traefik/traefik and github.com/traefik/traefik/v2. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2025-32431 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2026-65600CRITICAL
Traefik: Authentication Bypass via Path Traversal in ReplacePathRegex Middleware
- CVE-2026-71324HIGH
Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool
- CVE-2026-39858HIGH
Traefik: Pre-authentication decision bypass due to forwarded alias spoofing
- CVE-2026-35051HIGH
Traefik's ForwardAuth trustForwardHeader=false allows spoofed X-Forwarded-Prefix to bypass authentication
- CVE-2026-40912HIGH
Traefik has an StripPrefixRegex Middleware Authorization Bypass via Path/RawPath Desync
- CVE-2026-53622HIGH
Traefik: HTTP/3 mTLS bypass via exact SNI TLSOptions lookup for wildcard and mixed-case hosts
- CVE-2026-32305HIGH
Traefik has a Potential mTLS Bypass via Fragmented TLS ClientHello Causing Pre-SNI Sniff Fallback to Default Non-mTLS TLS Config
- CVE-2026-44774MEDIUM
Traefik: Gateway API TraefikService backend accepts rest@internal, allowing unauthorized exposure of the REST provider despite providers.rest.insecure=false
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies