From faec668641f479b8b2ab18dc6bab1c9bf3ad8558 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:06:31 +0000 Subject: [PATCH] Publish GHSA-4vwx-54mw-vqfw --- .../GHSA-4vwx-54mw-vqfw.json | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 advisories/github-reviewed/2024/04/GHSA-4vwx-54mw-vqfw/GHSA-4vwx-54mw-vqfw.json diff --git a/advisories/github-reviewed/2024/04/GHSA-4vwx-54mw-vqfw/GHSA-4vwx-54mw-vqfw.json b/advisories/github-reviewed/2024/04/GHSA-4vwx-54mw-vqfw/GHSA-4vwx-54mw-vqfw.json new file mode 100644 index 00000000000..a0c33ff491c --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-4vwx-54mw-vqfw/GHSA-4vwx-54mw-vqfw.json @@ -0,0 +1,112 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4vwx-54mw-vqfw", + "modified": "2024-04-12T17:05:13Z", + "published": "2024-04-12T17:05:13Z", + "aliases": [ + "CVE-2024-28869" + ], + "summary": "Traefik vulnerable to denial of service with Content-length header", + "details": "There is a potential vulnerability in Traefik managing requests with `Content-length` and no `body` .\n\nSending a `GET` request to any Traefik endpoint with the `Content-length` request header results in an indefinite hang with the default configuration. This vulnerability can be exploited by attackers to induce a denial of service.\n\n## Patches\n\n- https://github.com/traefik/traefik/releases/tag/v2.11.2\n- https://github.com/traefik/traefik/releases/tag/v3.0.0-rc5\n\n## Workarounds\n\nFor affected versions, this vulnerability can be mitigated by configuring the [readTimeout](https://doc.traefik.io/traefik/routing/entrypoints/#respondingtimeouts) option.\n\n## For more information\n\nIf you have any questions or comments about this advisory, please [open an issue](https://github.com/traefik/traefik/issues).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/traefik/traefik/v3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0-beta3" + }, + { + "fixed": "3.0.0-rc5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.0.0-rc4" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/traefik/traefik/v2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.11.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.11.1" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/traefik/traefik" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.11.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.11.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/traefik/traefik/security/advisories/GHSA-4vwx-54mw-vqfw" + }, + { + "type": "PACKAGE", + "url": "https://github.com/traefik/traefik" + }, + { + "type": "WEB", + "url": "https://github.com/traefik/traefik/releases/tag/v2.11.2" + }, + { + "type": "WEB", + "url": "https://github.com/traefik/traefik/releases/tag/v3.0.0-rc5" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-404" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-12T17:05:13Z", + "nvd_published_at": null + } +} \ No newline at end of file