Cyber Resilience

CVE-2026-29054

Traefik 2.11.9 – 2.11.38

Published
05 March 2026
Modified
15 July 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0047 38th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2026-29054 is a high-severity Improper Handling of Case Sensitivity (CWE-178) vulnerability in Traefik Traefik. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Masquerading (T1036); ranked at the 38th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-24 (Access Control Decisions) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-29054 is a vulnerability in Traefik, an HTTP reverse proxy and load balancer, affecting versions 2.11.9 through 2.11.37 and 3.1.3 through 3.6.8. The issue stems from incorrect handling of case sensitivity in Traefik's protection mechanism for X-Forwarded headers, such as X-Real-Ip, X-Forwarded-Host, X-Forwarded-Port, and others. When processing HTTP/1.1 requests, Traefik compares Connection header tokens case-sensitively against protected header names but deletes headers case-insensitively, enabling attackers to bypass the safeguard.

A remote unauthenticated attacker can exploit this vulnerability by crafting HTTP requests with lowercase Connection tokens, such as "Connection: x-real-ip", to remove Traefik-managed X-Forwarded identity headers before they reach backend services. This allows the attacker to strip critical client information like real IP addresses or hosts, potentially enabling IP spoofing or other integrity violations against downstream applications. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) and maps to CWE-178 (Improper Handling of Case Sensitivity).

Traefik has patched the issue in versions 2.11.38 and 3.6.9. Administrators should upgrade to these releases to mitigate the vulnerability. Additional details, including patch notes, are provided in the GitHub security advisory GHSA-92mv-8f8w-wq52 and release announcements for v2.11.38 and v3.6.9.

EU & UK References

Vulnerability Data

Traefik is an HTTP reverse proxy and load balancer. From version 2.11.9 to 2.11.37 and from version 3.1.3 to 3.6.8, there is a potential vulnerability in Traefik managing the Connection header with X-Forwarded headers. When Traefik processes HTTP/1.1 requests, the…

more

protection put in place to prevent the removal of Traefik-managed X-Forwarded headers (such as X-Real-Ip, X-Forwarded-Host, X-Forwarded-Port, etc.) via the Connection header does not handle case sensitivity correctly. The Connection tokens are compared case-sensitively against the protected header names, but the actual header deletion operates case-insensitively. As a result, a remote unauthenticated client can use lowercase Connection tokens (e.g. Connection: x-real-ip) to bypass the protection and trigger the removal of Traefik-managed forwarded identity headers. This issue has been patched in versions 2.11.38 and 3.6.9.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1036 Masquerading Stealth
Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-39321Same product: Traefik Traefik
CVE-2025-47952Same product: Traefik Traefik
CVE-2026-40912Same product: Traefik Traefik
CVE-2026-65600Same product: Traefik Traefik
CVE-2025-32431Same product: Traefik Traefik
CVE-2025-54386Same product: Traefik Traefik
CVE-2026-54763Same product: Traefik Traefik
CVE-2025-66490Same product: Traefik Traefik
CVE-2026-53622Same product: Traefik Traefik
CVE-2026-48020Same product: Traefik Traefik

Affected Assets

traefik
traefik
2.11.9 — 2.11.38 · 3.1.3 — 3.6.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Applying access control decisions to each request depends on accurate property determination that accounts for case differences.

Correct enforcement of authorizations for resource access structurally requires consistent case-sensitive handling of identifiers to avoid incorrect decisions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 partial match
prevents

Secure SDLC practices can catch and prevent case-sensitivity flaws during code review or testing, but fixing one CWE achieves negligible coverage of the broad control.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure SDLC practices should include case-sensitivity requirements in design and coding standards.

prevents

Application security requirements must specify case handling for identifiers and paths.

prevents

Architecture principles should enforce canonical, case-aware resource naming.

prevents

Secure coding guidelines must mandate explicit case handling to prevent inconsistent lookups.

degrades

Access-control rules that ignore case can allow unintended resource access.

degrades

Authentication logic must treat identifiers consistently to avoid bypass via case differences.

References