Incorrect Implementation of Authentication Algorithm in Traefik - #VU144550
Published: August 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass authentication.
The vulnerability exists due to improper authentication in the digestAuth middleware when handling digest authentication requests for usernames absent from the configured user list. A remote attacker can send a specially crafted authorization header to bypass authentication.
If headerField is configured, the attacker\'s chosen username is forwarded to the backend in the configured request header. The forged username may also be recorded in access logs as the authenticated user.