Vulnerabilities (CVE)

Filtered by vendor Eclipse Subscribe
Filtered by product Jetty
Total 43 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-6762 1 Eclipse 1 Jetty 2024-11-08 N/A 6.5 MEDIUM
Jetty PushSessionCacheFilter can be exploited by unauthenticated users to launch remote DoS attacks by exhausting the server’s memory.
CVE-2024-8184 1 Eclipse 1 Jetty 2024-11-08 N/A 6.5 MEDIUM
There exists a security vulnerability in Jetty's ThreadLimitHandler.getRemote() which can be exploited by unauthorized users to cause remote denial-of-service (DoS) attack. By repeatedly sending crafted requests, attackers can trigger OutofMemory errors and exhaust the server's memory.
CVE-2009-5047 2 Debian, Eclipse 2 Debian Linux, Jetty 2024-02-04 N/A N/A
Jetty 6.x through 6.1.22 suffers from an escape sequence injection vulnerability from an attack vector by means of: 1) "Cookie Dump Servlet" and 2) Http Content-Length header. 1) A POST request to the form at "/test/cookie/" with the "Age" parameter set to a string throws a "java.lang.NumberFormatException" which reflects binary characters including ESC. These characters could be used to execute arbitrary commands or buffer dumps in the terminal. 2) The attack vector in 1) can be exploited by requesting a page using an HTTP request "Content-Length" header set to a consonant string (string including only letters).