Eclipse Foundation Eclipse Jetty vulnerabilities
12 known vulnerabilities affecting eclipse_foundation/eclipse_jetty.
Total CVEs
12
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL2HIGH7MEDIUM3
Vulnerabilities
Page 1 of 1
CVE-2026-10050P3CRITICALCVSS 9.1≥ 9.4.0, ≤ 9.4.62≥ 10.0.0, ≤ 10.0.30+3 more2026-08-04
CVE-2026-10050 [CRITICAL] CWE-173 CVE-2026-10050: In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the pass
In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes.
This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons.
If the password contains characters that cannot be represented in ISO-8859-
nvd
CVE-2026-2332P3CRITICALCVSS 9.1≥ 12.1.0, ≤ 12.1.6≥ 12.0.0, ≤ 12.0.32+3 more2026-04-14
CVE-2026-2332 [CRITICAL] CWE-444 CVE-2026-2332: In Eclipse Jetty, the HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are u
In Eclipse Jetty, the HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used, similar to the "funky chunks" techniques outlined here:
* https://w4ke.info/2025/06/18/funky-chunks.html
* https://w4ke.info/2025/10/29/funky-chunks-2.html
Jetty terminates chunk extension parsing at \r\n inside quoted strings instead of treat
nvd
CVE-2026-12611P3HIGHCVSS 8.7≥ 12.1.0, ≤ 12.1.10≥ 12.0.0, ≤ 12.0.37+3 more2026-09-08
CVE-2026-12611 [HIGH] CWE-400 CVE-2026-12611: A client may issue HTTP/2 requests to a Jetty server that result in blocking writes that are never u
A client may issue HTTP/2 requests to a Jetty server that result in blocking writes that are never unblocked, eventually causing all threads to be blocked and the whole server to become unresponsive.
This is caused by a race condition in the server when handling RST_STREAM frames and GOAWAY frames sent by the client.
The race condition "resets" th
nvd
CVE-2026-19203P3HIGHCVSS 8.3≥ 12.1.0, ≤ 12.1.11≥ 12.0.0, ≤ 12.0.37+3 more2026-09-08
CVE-2026-19203 [HIGH] CWE-444 CVE-2026-19203: A client may issue specially crafted HTTP/1.1 chunked requests to a Jetty server that cause Jetty an
A client may issue specially crafted HTTP/1.1 chunked requests to a Jetty server that cause Jetty and an intermediary proxy to interpret different request boundaries, potentially resulting in HTTP request smuggling.
This is caused by Jetty accepting a lone LF character as a terminator in parts of chunked request parsing. Depending on the Jetty versi
nvd
CVE-2026-5795P3HIGHCVSS 7.4≥ 12.1.0, ≤ 12.1.7≥ 12.0.0, ≤ 12.0.33+3 more2026-04-08
CVE-2026-5795 [HIGH] CWE-226 CVE-2026-5795: In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two Th
In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable.
Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals.
A subsequent request using the same thread inherits the ThreadLocal value
nvd
CVE-2026-19204P3HIGHCVSS 8.7≥ 12.1.0, ≤ 12.1.11≥ 12.0.0, ≤ 12.0.37+2 more2026-09-07
CVE-2026-19204 [HIGH] CWE-770 CVE-2026-19204: A client may send a WebSocket frame with an unknown opcode and a very large declared payload length,
A client may send a WebSocket frame with an unknown opcode and a very large declared payload length, causing Jetty to attempt a large memory allocation and potentially exhaust the JVM heap.
This occurs when auto-fragmentation is enabled, as unknown opcodes bypass the normal maximum frame size handling and payload allocation occurs before the opcode
nvd
CVE-2026-10051P3HIGHCVSS 7.5≥ 12.0.0, ≤ 12.0.35≥ 12.1.0, ≤ 12.1.92026-07-14
CVE-2026-10051 [HIGH] CWE-200 CVE-2026-10051: In Eclipse Jetty, a first HTTP/1.1 request with trailers causes the server to retain the trailers in
In Eclipse Jetty, a first HTTP/1.1 request with trailers causes the server to retain the trailers in subsequent requests performed over the same connection.
Subsequent request that do not have trailers report the trailers of the first request.
Subsequent request that do have trailers report the union of trailers of the first request and the current re
nvd
CVE-2026-1605P3HIGHCVSS 7.5≥ 12.0.0, ≤ 12.0.31≥ 12.1.0., ≤ 12.1.52026-03-05
CVE-2026-1605 [HIGH] CWE-400 CVE-2026-1605: In Eclipse Jetty, versions 12.0.0-12.0.31 and 12.1.0-12.0.5, class GzipHandler exposes a vulnerabili
In Eclipse Jetty, versions 12.0.0-12.0.31 and 12.1.0-12.0.5, class GzipHandler exposes a vulnerability when a compressed HTTP request, with Content-Encoding: gzip, is processed and the corresponding response is not compressed.
This happens because the JDK Inflater is allocated for decompressing the request, but it is not released because the release m
nvd
CVE-2024-7708P3HIGHCVSS 7.5≥ 10.0.7, < 10.0.23≥ 11.0.7, < 11.0.232026-07-14
CVE-2024-7708 [HIGH] CWE-400 CVE-2024-7708: For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer
For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak.
This is particularly the case for 100-Continue, but any request where the network is slow can leak.
nvd
CVE-2025-11143P4MEDIUMCVSS 6.5≥ 9.4.0, ≤ 9.4.58≥ 10.0.0, ≤ 10.0.26+3 more2026-03-05
CVE-2025-11143 [MEDIUM] CWE-20 CVE-2025-11143: The Jetty URI parser has some key differences to other common parsers when evaluating invalid or unu
The Jetty URI parser has some key differences to other common parsers when evaluating invalid or unusual URIs. Differential parsing of URIs in systems using multiple components may result in security by-pass. For example a component that enforces a black list may interpret the URIs differently from one that generates a response. At the very least, di
nvd
CVE-2026-8384P4MEDIUMCVSS 5.3≥ 12.0.0, ≤ 12.0.34≥ 12.1.0, ≤ 12.1.82026-07-14
CVE-2026-8384 [MEDIUM] CWE-647 CVE-2026-8384: In Eclipse Jetty, an HTTP URI of this form: /public;/../admin/secret.txt results in an
In Eclipse Jetty, an HTTP URI of this form:
/public;/../admin/secret.txt
results in an unresolved path of:
/public/../admin/secret.txt
instead of the expected:
/admin/secret.txt
Jetty itself is not affected, as it will not serve the secret.txt file because it will not pass the alias checker (only resolved resources are served).
However, web applicatio
nvd
CVE-2026-6790P4MEDIUMCVSS 5.3≥ 9.4.0, ≤ 9.4.60≥ 10.0.0, ≤ 10.0.28+3 more2026-07-14
CVE-2026-6790 [MEDIUM] CWE-20 CVE-2026-6790: In Eclipse Jetty, for HTTP/1, HTTP/2 and HTTP/3 requests, there is no strict check that the request
In Eclipse Jetty, for HTTP/1, HTTP/2 and HTTP/3 requests, there is no strict check that the request authority (host and port) matches what provided in the Host header (if present).
This was not enforced in earlier HTTP RFC (for example, in RFC 2616), but it is in the latest RFC (9110 and 9112).
This mismatch can cause a number of problems that may b
nvd