Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.eclipse.jetty.ee8/jetty-ee8-servlets
  4. ›
  5. CVE-2024-9823

CVE-2024-9823: Eclipse Jetty has a denial of service vulnerability on DosFilter

October 14, 2024 (updated March 7, 2025)

Description There 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.

Vulnerability details The 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.

Impact Users 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.

Patches The DoSFilter has been patched in all active releases to no longer support the session tracking mode, even if configured.

Patched releases:

  • 9.4.54
  • 10.0.18
  • 11.0.18
  • 12.0.3

References

  • github.com/advisories/GHSA-j26w-f9rq-mr2q
  • github.com/jetty/jetty.project
  • github.com/jetty/jetty.project/issues/1256
  • github.com/jetty/jetty.project/security/advisories/GHSA-7hcf-ppf8-5w5h
  • gitlab.eclipse.org/security/cve-assignement/-/issues/39
  • nvd.nist.gov/vuln/detail/CVE-2024-9823
  • security.netapp.com/advisory/ntap-20250306-0006

Code Behaviors & Features

Detect and mitigate CVE-2024-9823 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 starting from 12.0.0 before 12.0.3

Fixed versions

  • 12.0.3

Solution

Upgrade to version 12.0.3 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption

Source file

maven/org.eclipse.jetty.ee8/jetty-ee8-servlets/CVE-2024-9823.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 14 May 2025 12:16:02 +0000.