CVE-2024-9823: Jetty DOS vulnerability on DosFilter
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
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-9823?
CVE-2024-9823 has been classified as a high severity vulnerability that can lead to a remote denial-of-service (DoS) attack.
How do I fix CVE-2024-9823?
To fix CVE-2024-9823, you should upgrade to Jetty version 11.0.18, 10.0.18, 9.4.54, or the corresponding patched version in Jetty EE variants.
What is affected in CVE-2024-9823?
CVE-2024-9823 affects the DosFilter component of Jetty, which is vulnerable to exploitation by sending crafted requests.
Can CVE-2024-9823 be exploited by unauthorized users?
Yes, CVE-2024-9823 can be exploited by unauthorized users to trigger OutOfMemory errors on the server.
What are the consequences of CVE-2024-9823?
The consequences of CVE-2024-9823 include potential service outages due to remote denial-of-service attacks.