From fb948fbdff2177cfe2cf9c63decdcf40b2fac5d2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:15:48 +0000 Subject: [PATCH] Publish Advisories GHSA-j26w-f9rq-mr2q GHSA-j26w-f9rq-mr2q --- .../GHSA-j26w-f9rq-mr2q.json | 164 ++++++++++++++++++ .../GHSA-j26w-f9rq-mr2q.json | 46 ----- 2 files changed, 164 insertions(+), 46 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json diff --git a/advisories/github-reviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json b/advisories/github-reviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json new file mode 100644 index 00000000000..d105aa157dc --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json @@ -0,0 +1,164 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j26w-f9rq-mr2q", + "modified": "2024-10-14T21:14:31Z", + "published": "2024-10-14T15:30:46Z", + "aliases": [ + "CVE-2024-9823" + ], + "summary": "Eclipse Jetty has a denial of service vulnerability on DosFilter", + "details": "Description\nThere exists a security vulnerability in Jetty's DosFilter which can be exploited by unauthorized users to cause remote denial-of-service (DoS) attack on the server using DosFilter. By repeatedly sending crafted requests, attackers can trigger OutofMemory errors and exhaust the server's memory finally.\n\n\nVulnerability details\nThe Jetty DoSFilter (Denial of Service Filter) is a security filter designed to protect web applications against certain types of Denial of Service (DoS) attacks and other abusive behavior. It helps to mitigate excessive resource consumption by limiting the rate at which clients can make requests to the server. The DoSFilter monitors and tracks client request patterns, including request rates, and can take actions such as blocking or delaying requests from clients that exceed predefined thresholds. The internal tracking of requests in DoSFilter is the source of this OutOfMemory condition.\n\n\nImpact\nUsers of the DoSFilter may be subject to DoS attacks that will ultimately exhaust the memory of the server if they have not configured session passivation or an aggressive session inactivation timeout.\n\n\nPatches\nThe DoSFilter has been patched in all active releases to no longer support the session tracking mode, even if configured.\n\n\nPatched releases:\n\n * 9.4.54\n * 10.0.18\n * 11.0.18\n * 12.0.3", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty.ee10:jetty-ee10-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.0.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty.ee8:jetty-ee8-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.0.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty.ee9:jetty-ee9-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0" + }, + { + "fixed": "12.0.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty:jetty-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.4.54" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty:jetty-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.0.18" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.eclipse.jetty:jetty-servlets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.0.18" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-7hcf-ppf8-5w5h" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9823" + }, + { + "type": "WEB", + "url": "https://github.com/jetty/jetty.project/issues/1256" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jetty/jetty.project" + }, + { + "type": "WEB", + "url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/39" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-14T21:14:31Z", + "nvd_published_at": "2024-10-14T15:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json b/advisories/unreviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json deleted file mode 100644 index 9ca17f132de..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-j26w-f9rq-mr2q/GHSA-j26w-f9rq-mr2q.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-j26w-f9rq-mr2q", - "modified": "2024-10-14T15:30:46Z", - "published": "2024-10-14T15:30:46Z", - "aliases": [ - "CVE-2024-9823" - ], - "details": "Description\nThere exists a security vulnerability in Jetty's DosFilter which can be exploited by unauthorized\n\nusers to cause remote denial-of-service (DoS) attack on the server using DosFilter. By repeatedly sending crafted requests,\n\nattackers can trigger OutofMemory errors and exhaust the server's memory finally.\n\n\nVulnerability details\nThe Jetty DoSFilter (Denial of Service Filter) is a security filter designed to protect web\n\napplications against certain types of Denial of Service (DoS) attacks and other abusive behavior. It\n\nhelps to mitigate excessive resource consumption by limiting the rate at which clients can make\n\nrequests to the server. The DoSFilter monitors and tracks client request patterns, including\n\nrequest rates, and can take actions such as blocking or delaying requests from clients that exceed\n\npredefined thresholds. The internal tracking of requests in DoSFilter is the source of this OutOfMemory\n\ncondition.\n\n\nImpact\nUsers of the DoSFilter may be subject to DoS attacks that \nwill ultimately exhaust the memory of the server if they have not \nconfigured session passivation or an aggressive session inactivation \ntimeout.\n\n\nPatches\nThe DoSFilter has been patched in all active releases to no longer support the session tracking mode, even if configured.\n\n\nPatched releases:\n\n\n\n * 9.4.54\n\n * 10.0.18\n\n * 11.0.18\n\n * 12.0.3", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-7hcf-ppf8-5w5h" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9823" - }, - { - "type": "WEB", - "url": "https://github.com/jetty/jetty.project/issues/1256" - }, - { - "type": "WEB", - "url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/39" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-400" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-14T15:15:14Z" - } -} \ No newline at end of file