Cyber Posture

CVE-2026-33433

HighPublic PoC

Published: 27 March 2026

Published
27 March 2026
Modified
03 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0002 6.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33433 is a high-severity Authentication Bypass by Spoofing (CWE-290) vulnerability in Traefik Traefik. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 6.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the vulnerability by applying vendor patches (2.11.42, 3.6.11, 3.7.0-ea.3) that fix Traefik's header canonicalization handling in headerField configurations.

prevent

Validates incoming HTTP headers to block attacker-injected canonical headers that override Traefik's non-canonical writes, preventing impersonation.

prevent

Enforces boundary protections at the reverse proxy to monitor and filter HTTP traffic, reducing risk of header manipulation exploits reaching backends.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
T1656 Impersonation Stealth
Adversaries may impersonate a trusted person or organization in order to persuade and trick a target into performing some action on their behalf.
Why these techniques?

Vulnerability in public-facing Traefik proxy enables remote exploitation (T1190) via crafted canonical headers to spoof/override auth identities (T1656), allowing low-priv authenticated users to escalate privileges against backends (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.42, 3.6.11, and 3.7.0-ea.3, when `headerField` is configured with a non-canonical HTTP header name (e.g., `x-auth-user` instead of `X-Auth-User`), an authenticated attacker can inject their own canonical version…

more

of that header to impersonate any identity to the backend. The backend receives two header entries — the attacker-injected canonical one is read first, overriding Traefik's non-canonical write. Versions 2.11.42, 3.6.11, and 3.7.0-ea.3 patch the issue.

Deeper analysisAI

CVE-2026-33433 is a vulnerability in Traefik, an HTTP reverse proxy and load balancer, affecting versions prior to 2.11.42, 3.6.11, and 3.7.0-ea.3. The issue occurs when the `headerField` configuration uses a non-canonical HTTP header name, such as `x-auth-user` instead of `X-Auth-User`. In this scenario, Traefik writes a non-canonical header, but the backend receives duplicate entries where the canonical version takes precedence, enabling header override. It is classified under CWE-290 with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

An authenticated attacker with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By injecting a canonical version of the header (e.g., `X-Auth-User`), the attacker overrides Traefik's intended non-canonical header, as the backend processes the injected canonical header first. This allows the attacker to impersonate any identity passed to backend services, potentially leading to unauthorized access, data compromise, or other high-impact actions on confidentiality, integrity, and availability.

Traefik's security advisory (GHSA-qr99-7898-vr7c) and release notes for versions 2.11.42, 3.6.11, and 3.7.0-ea.3 confirm that these updates patch the vulnerability by addressing the header canonicalization handling in `headerField` configurations. Security practitioners should prioritize upgrading affected Traefik instances to one of these patched versions to mitigate the risk.

Details

CWE(s)

Affected Products

traefik
traefik
3.7.0 · ≤ 2.11.42 · 3.0.0 — 3.6.12

CVEs Like This One

CVE-2026-39858Same product: Traefik Traefik
CVE-2026-40912Same product: Traefik Traefik
CVE-2026-32695Same product: Traefik Traefik
CVE-2025-54386Same product: Traefik Traefik
CVE-2026-35051Same product: Traefik Traefik
CVE-2026-29054Same product: Traefik Traefik
CVE-2026-26999Same product: Traefik Traefik
CVE-2026-22045Same product: Traefik Traefik
CVE-2026-25949Same product: Traefik Traefik
CVE-2025-69203Shared CWE-290

References