CVE-2026-29054

Source
https://cve.org/CVERecord?id=CVE-2026-29054
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-29054.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-29054
Aliases
Downstream
Related
Published
2026-03-05T16:18:49.230Z
Modified
2026-04-16T02:14:27.857949036Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
Traefik: lowercase `Connection` tokens can delete traefik-managed forwarded identity headers (for example, `X-Real-Ip`)
Details

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 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/29xxx/CVE-2026-29054.json",
    "cwe_ids": [
        "CWE-178"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/traefik/traefik

Affected ranges

Type
GIT
Repo
https://github.com/traefik/traefik
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.11.9"
        },
        {
            "fixed": "2.11.38"
        }
    ]
}
Type
GIT
Repo
https://github.com/traefik/traefik
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.1.3"
        },
        {
            "fixed": "3.6.9"
        }
    ]
}

Affected versions

v2.*
v2.11.10
v2.11.11
v2.11.12
v2.11.13
v2.11.14
v2.11.15
v2.11.16
v2.11.17
v2.11.18
v2.11.19
v2.11.20
v2.11.21
v2.11.22
v2.11.23
v2.11.24
v2.11.25
v2.11.26
v2.11.27
v2.11.28
v2.11.29
v2.11.30
v2.11.31
v2.11.32
v2.11.33
v2.11.34
v2.11.35
v2.11.36
v2.11.37
v2.11.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-29054.json"