TraefikApplication

CVE-2023-47124

MEDIUM · 5.9 CVSS v3.1 Published 2023-12-04
Fix available
A fix is available. Upgrade to after 2.10.5 or later.
See remediation →
68/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Traefik is an open source HTTP reverse proxy and load balancer. When Traefik is configured to use the `HTTPChallenge` to generate and renew the Let's Encrypt TLS certificates, the delay authorized to solve the challenge (50 seconds) can be exploited by attackers to achieve a `slowloris attack`. This vulnerability has been patch in version 2.10.6 and 3.0.0-beta5. Users are advised to upgrade. Users unable to upgrade should replace the `HTTPChallenge` with the `TLSChallenge` or the `DNSChallenge`.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

When Traefik is configured to use the HTTPChallenge for Let's Encrypt TLS certificate generation/renewal, it must wait up to 50 seconds for clients to solve the HTTP-01 challenge. Attackers can exploit this window by initiating many concurrent certificate challenge requests and holding connections open, effectively conducting a slowloris-style denial-of-service attack against the Traefik server.

MitigationUpgrade to Traefik version 2.10.6 or 3.0.0-beta5, or alternatively replace HTTPChallenge with TLSChallenge or DNSChallenge which are not vulnerable to this timing-based attack vector.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
TraefikApplication
Affected:<= 2.10.5= 3.0.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Traefik version
    Run `traefik --version` or check the container/Docker image tag
    Affected if The version is 2.10.5 or lower, or exactly 3.0.0
  2. Locate Traefik configuration file
    Find the static and/or dynamic configuration file (traefik.yml, traefik.toml, or CLI arguments) being used
    Affected if Configuration file exists and is being used by the Traefik instance
  3. Check for HTTPChallenge provider in ACME settings
    Search the configuration for `httpChallenge` or `HTTPChallenge` under the ACME (Let's Encrypt) settings. Look for entries like `entryPoint: http` or `entryPoint: web` within the httpChallenge section
    Affected if The httpChallenge block is present and configured, indicating HTTP-01 challenge is enabled
  4. Verify active entry points accepting HTTP traffic
    Check the static configuration for enabled entry points. Confirm if port 80 (http) or port 80 entry point is exposed and linked to the HTTPChallenge
    Affected if An HTTP entry point (typically port 80) is open and tied to the HTTPChallenge configuration, creating the vulnerable window
  5. Inspect ACME certificate storage for recent challenge activity
    Check the ACME certificates storage location (default: `.traefik/cacerts` or similar) for recently created challenge files or look for logs indicating certificate challenges
    Affected if Certificate challenges using HTTP-01 are actively being processed or were recently processed, confirming the vulnerable feature is in use

You are affected if your Traefik version is 2.10.5 or lower (or exactly 3.0.0) AND the HTTPChallenge is configured in your ACME/Let's Encrypt settings, enabling the 50-second window vulnerable to slowloris-style attacks.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 2.10.5
Interim mitigation

Upgrade to Traefik version 2.10.6 or 3.0.0-beta5, or alternatively replace HTTPChallenge with TLSChallenge or DNSChallenge which are not vulnerable to this timing-based attack vector.

Recommended fix High confidence

2.10.6 or later for 2.x; 3.0.0-beta5 or later for 3.x

  1. Upgrade Traefik to version 2.10.6 or later if using the 2.x line
  2. Alternatively, if using the 3.x line, upgrade to version 3.0.0-beta5 or later
  3. If unable to upgrade, reconfigure Traefik to use TLSChallenge or DNSChallenge instead of HTTPChallenge for Let's Encrypt certificate generation

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Traefik Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,240
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-47124 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-47124 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data