CVE-2023-47124 (GCVE-0-2023-47124)
Vulnerability from cvelistv5 – Published: 2023-12-04 20:20 – Updated: 2024-12-18 14:12
VLAI?
Title
Denial of service whith ACME HTTPChallenge in Traefik
Summary
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`.
Severity ?
5.9 (Medium)
CWE
- CWE-772 - Missing Release of Resource after Effective Lifetime
Assigner
References
| URL | Tags | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T21:01:22.848Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/traefik/traefik/security/advisories/GHSA-8g85-whqh-cr2f",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-8g85-whqh-cr2f"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#dnschallenge",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://doc.traefik.io/traefik/https/acme/#dnschallenge"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#httpchallenge",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://doc.traefik.io/traefik/https/acme/#httpchallenge"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#tlschallenge",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://doc.traefik.io/traefik/https/acme/#tlschallenge"
},
{
"name": "https://github.com/traefik/traefik/releases/tag/v2.10.6",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/traefik/traefik/releases/tag/v2.10.6"
},
{
"name": "https://github.com/traefik/traefik/releases/tag/v3.0.0-beta5",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/traefik/traefik/releases/tag/v3.0.0-beta5"
},
{
"name": "ttps://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "ttps://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "traefik",
"vendor": "traefik",
"versions": [
{
"status": "affected",
"version": "\u003c 2.10.6"
},
{
"status": "affected",
"version": "\u003e= 3.0.0-beta1, \u003c 3.0.0-beta5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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\u0027s 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`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-772",
"description": "CWE-772: Missing Release of Resource after Effective Lifetime",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-12-18T14:12:58.629Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/traefik/traefik/security/advisories/GHSA-8g85-whqh-cr2f",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-8g85-whqh-cr2f"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#dnschallenge",
"tags": [
"x_refsource_MISC"
],
"url": "https://doc.traefik.io/traefik/https/acme/#dnschallenge"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#httpchallenge",
"tags": [
"x_refsource_MISC"
],
"url": "https://doc.traefik.io/traefik/https/acme/#httpchallenge"
},
{
"name": "https://doc.traefik.io/traefik/https/acme/#tlschallenge",
"tags": [
"x_refsource_MISC"
],
"url": "https://doc.traefik.io/traefik/https/acme/#tlschallenge"
},
{
"name": "https://github.com/traefik/traefik/releases/tag/v2.10.6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/traefik/traefik/releases/tag/v2.10.6"
},
{
"name": "https://github.com/traefik/traefik/releases/tag/v3.0.0-beta5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/traefik/traefik/releases/tag/v3.0.0-beta5"
},
{
"name": "https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris",
"tags": [
"x_refsource_MISC"
],
"url": "https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris"
}
],
"source": {
"advisory": "GHSA-8g85-whqh-cr2f",
"discovery": "UNKNOWN"
},
"title": "Denial of service whith ACME HTTPChallenge in Traefik"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-47124",
"datePublished": "2023-12-04T20:20:30.727Z",
"dateReserved": "2023-10-30T19:57:51.676Z",
"dateUpdated": "2024-12-18T14:12:58.629Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…