Cyber Resilience

CVE-2026-41263

Traefik ≤ 2.11.43

Published
30 April 2026
Modified
01 May 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0037 30th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-41263 is a medium-severity Observable Timing Discrepancy (CWE-208) vulnerability in Traefik Traefik. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked at the 30th 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-3 (Access Enforcement) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a timing side-channel vulnerability in Traefik's BasicAuth middleware that allows an attacker to enumerate valid usernames through response-time differences. The variable intended…

more

to hold a constant-time fallback secret always resolves to an empty string, causing the constant-time comparison to short-circuit in microseconds rather than performing a full bcrypt evaluation. This restores the original timing oracle and makes it possible to distinguish existing users from non-existing ones by measuring authentication response times. This issue has been patched in versions 2.11.43, 3.6.14, and 3.7.0-rc.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
Why these techniques?

Timing side-channel enables remote enumeration of valid BasicAuth usernames, directly supporting account discovery.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-32595Same product: Traefik Traefik
CVE-2025-66491Same product: Traefik Traefik
CVE-2026-22045Same product: Traefik Traefik
CVE-2026-41181Same product: Traefik Traefik
CVE-2026-32695Same product: Traefik Traefik
CVE-2026-54762Same product: Traefik Traefik
CVE-2026-53622Same product: Traefik Traefik
CVE-2025-54386Same product: Traefik Traefik
CVE-2026-25949Same product: Traefik Traefik
CVE-2024-28869Same product: Traefik Traefik

Affected Assets

traefik
traefik
3.7.0 · ≤ 2.11.43 · 3.0.0 — 3.6.14

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V11.2.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patch that restores constant-time bcrypt comparison and eliminates the username enumeration timing oracle.

prevent

Enforces access decisions via BasicAuth; the flawed constant-time path violates the control's requirement for correct, non-bypassable enforcement.

detect

Enables monitoring of authentication response times and patterns that would reveal the timing side-channel in the BasicAuth middleware.

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 mostly match
prevents

Secure SDLC practices directly require constant-time implementations that eliminate observable timing discrepancies.

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.

none

Consistent reference clocks limit the attacker's ability to measure or manipulate timing differences that could reveal internal state or processing paths.

References