CVE-2026-48020

CRITICAL LAB

Traefik StripPrefix Route-Level Auth Bypass via Path Normalization

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-48020. PoCs published by Hunt-Benito.

AI-analyzed exploit summary This repository contains a functional proof-of-concept exploit for CVE-2026-48020, demonstrating an authentication bypass in Traefik's StripPrefix middleware due to path normalization occurring after routing decisions. The PoC includes a backend server, a Dockerized vulnerable Traefik instance, and a script to test the bypass payloads.

Description

Traefik is an HTTP reverse proxy and load balancer. Prior to 2.11.48, 3.6.19, and 3.7.3, there is a high severity vulnerability in Traefik's StripPrefix middleware that allows an unauthenticated attacker to bypass route-level authentication and authorization. When a public router matches on a PathPrefix rule and applies the StripPrefix middleware, a request path containing .. or its percent-encoded form %2e%2e can match the public route at routing time and then, after the prefix is stripped and the path is normalized, resolve to a path served by a separate, authenticated router. As a result, an attacker can reach protected backend paths — such as admin or internal configuration endpoints — without satisfying the authentication middleware attached to the protected router. This vulnerability is fixed in 2.11.48, 3.6.19, and 3.7.3.

Exploits (1)

nomisec WORKING POC
by Hunt-Benito · poc
https://github.com/Hunt-Benito/traefik-stripprefix-auth-bypass-cve-2026-48020-path-normalization

This repository contains a functional proof-of-concept exploit for CVE-2026-48020, demonstrating an authentication bypass in Traefik's StripPrefix middleware due to path normalization occurring after routing decisions. The PoC includes a backend server, a Dockerized vulnerable Traefik instance, and a script to test the bypass payloads.

Classification
Working Poc 100%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Traefik <= v2.11.46, <= v3.6.17, <= v3.7.1
No auth needed
Prerequisites: Docker · Python 3.x
mistral-large-3 · analyzed Jun 27, 2026 Full analysis →

Scores

CVSS v3 10.0
EPSS 0.0087
EPSS Percentile 55.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-22 CWE-288
Status published
Products (6)
traefik/traefik < 2.11.48 (2 CPE variants)
traefik/traefik 0 - 2.11.48Go
traefik/traefik 0 - 3.6.19Go
traefik/traefik 3.7.0-ea.1 - 3.7.3Go
traefik/traefik >= 3.0.0-beta1, < 3.6.19
traefik/traefik >= 3.7.0-ea.1, < 3.7.3
Published Jun 23, 2026
Tracked Since Jun 24, 2026