Loading HuntDB...

GHSA-j26w-f9rq-mr2q

GitHub Security Advisory

Eclipse Jetty has a denial of service vulnerability on DosFilter

✓ GitHub Reviewed MODERATE Has CVE

Advisory Details

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 Packages

Maven org.eclipse.jetty.ee10:jetty-ee10-servlets
Affected versions: 12.0.0 (fixed in 12.0.3)
Maven org.eclipse.jetty.ee8:jetty-ee8-servlets
Affected versions: 12.0.0 (fixed in 12.0.3)
Maven org.eclipse.jetty.ee9:jetty-ee9-servlets
Affected versions: 12.0.0 (fixed in 12.0.3)
Maven org.eclipse.jetty:jetty-servlets
Affected versions: 9.0.0 (fixed in 9.4.54)
Maven org.eclipse.jetty:jetty-servlets
Affected versions: 10.0.0 (fixed in 10.0.18)
Maven org.eclipse.jetty:jetty-servlets
Affected versions: 11.0.0 (fixed in 11.0.18)

Related CVEs

Key Information

GHSA ID
GHSA-j26w-f9rq-mr2q
Published
October 14, 2024 3:30 PM
Last Modified
March 7, 2025 1:49 PM
CVSS Score
5.0 /10
Primary Ecosystem
Maven
Primary Package
org.eclipse.jetty.ee10:jetty-ee10-servlets
GitHub Reviewed
✓ Yes

Dataset

Last updated: July 7, 2025 6:28 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.