Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/traefik/traefik/v2
  4. ›
  5. CVE-2026-22045

CVE-2026-22045: Traefik's ACME TLS-ALPN fast path lacks timeouts and close on handshake stall

January 15, 2026 (updated January 16, 2026)

  • Affected code: pkg/server/router/tcp/router.go (ACME TLS-ALPN handling).
  • When a ClientHello advertises acme-tls/1, Traefik intercepts it and calls tls.Server(...).Handshake() without any read/write deadlines and without closing the connection afterward.
  • Immediately before this branch, existing deadlines set by the entrypoint are cleared.
  • A client that sends the ALPN marker and then stops responding can keep the goroutine and socket open indefinitely, potentially exhausting the entrypoint under load.
  • Exposure is limited to entrypoints where the ACME TLS-ALPN challenge is enabled and ACME bypass is not allowed.

References

  • github.com/advisories/GHSA-cwjm-3f7h-9hwq
  • github.com/traefik/traefik
  • github.com/traefik/traefik/commit/e9f3089e9045812bcf1b410a9d40568917b26c3d
  • github.com/traefik/traefik/releases/tag/v2.11.35
  • github.com/traefik/traefik/releases/tag/v3.6.7
  • github.com/traefik/traefik/security/advisories/GHSA-cwjm-3f7h-9hwq
  • nvd.nist.gov/vuln/detail/CVE-2026-22045

Code Behaviors & Features

Detect and mitigate CVE-2026-22045 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.11.35

Fixed versions

  • 2.11.35

Solution

Upgrade to version 2.11.35 or above.

Impact 5.9 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

go/github.com/traefik/traefik/v2/CVE-2026-22045.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 09 Feb 2026 12:20:25 +0000.