CVE-2026-85595
Received Received - Intake

Authentication Bypass in Traefik DigestAuth Middleware

Vulnerability report for CVE-2026-85595, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

Traefik versions before v2.11.55 contain an authentication bypass vulnerability in the digestAuth middleware where unknown usernames receive an empty secret instead of rejection. Attackers can compute a valid digest response using the empty secret and arbitrary credentials to bypass authentication on any digestAuth-protected route without a valid username or password.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
traefik traefik to 2.11.55 (exc)
traefik traefik to 3.7.11 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication bypass in Traefik's digestAuth middleware affecting versions before v2.11.55. When an unknown username is provided, the system returns an empty secret instead of rejecting the request. Attackers can exploit this by computing a valid digest response using the empty secret and arbitrary credentials to bypass authentication on any digestAuth-protected route without needing a valid username or password.

Detection Guidance

To detect this vulnerability, check if your Traefik version is below 2.11.55 or 3.7.11. Run: traefik version. If using Docker, check the image tag with: docker inspect <container_name> | grep Image. Inspect Traefik configuration files for digestAuth middleware usage.

Impact Analysis

This vulnerability allows unauthenticated remote attackers to gain unauthorized access to any route protected by digestAuth, including the Traefik dashboard and API. Exploitation requires only network access to the protected route and can be performed in two simple requests. It may also enable identity forgery or privilege escalation in trusted backends if the headerField option is configured.

Compliance Impact

This vulnerability allows unauthorized access to systems protected by digestAuth middleware, which could lead to unauthorized data exposure or modification. For GDPR, this may violate principles of data protection and user consent. For HIPAA, it could result in unauthorized access to protected health information, breaching security requirements.

Mitigation Strategies

Immediately upgrade Traefik to version 2.11.55 or later for v2.x, or 3.7.11 or later for v3.x. If upgrading is not possible, disable the digestAuth middleware until patched. Monitor network traffic for unauthorized access attempts to digestAuth-protected routes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85595. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart