Approved changes feed: RSS · Atom

cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorEclipse (fa988180-604e-5c1f-93ea-65b5297000fc)
ProductJetty (218f4e28-2142-514f-b269-fe7d12f8e0be)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:eclipse/jetty purl2cpe 2026-06-01 10:15:03.376537
pkg:github/eclipse/jetty.project purl2cpe 2026-06-01 10:15:03.376539

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-5795 vulnerable 2026-06-08 08:07:04.109606 Details available
HIGH (7.4)
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 values, leading to a broken access control and privilege escalation.
Published: 2026-04-08T13:32:28.935Z
Updated: 2026-07-27T12:05:31.678Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-2332 vulnerable 2026-06-08 07:55:16.919405 HTTP Request Smuggling via Chunked Extension Quoted-String Parsing
HIGH (7.4)
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 treating this as an error. POST / HTTP/1.1 Host: localhost Transfer-Encoding: chunked 1;ext="val X 0 GET /smuggled HTTP/1.1 ... Note how the chunk extension does not close the double quotes, and it is able to inject a smuggled request.
Published: 2026-04-14T10:59:10.193Z
Updated: 2026-07-27T12:05:44.965Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-1605 vulnerable 2026-06-08 07:49:09.021068 Details available
HIGH (7.5)
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 mechanism is tied to the compressed response. In this case, since the response is not compressed, the release mechanism does not trigger, causing the leak.
Published: 2026-03-05T09:39:01.315Z
Updated: 2026-07-15T01:21:22.651Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-5115 vulnerable 2026-06-08 07:35:24.182888 MadeYouReset HTTP/2 vulnerability
In Eclipse Jetty, versions <=9.4.57, <=10.0.25, <=11.0.25, <=12.0.21, <=12.1.0.alpha2, an HTTP/2 client may trigger the server to send RST_STREAM frames, for example by sending frames that are malformed or that should not be sent in a particular stream state, therefore forcing the server to consume resources such as CPU and memory. For example, a client can open a stream and then send WINDOW_UPDATE frames with window size increment of 0, which is illegal. Per specification https://www.rfc-editor.org/rfc/rfc9113.html#name-window_update , the server should send a RST_STREAM frame. The client can now open another stream and send another bad WINDOW_UPDATE, therefore causing the server to consume more resources than necessary, as this case does not exceed the max number of concurrent streams, yet the client is able to create an enormous amount of streams in a short period of time. The attack can be performed with other conditions (for example, a DATA frame for a closed stream) that cause the server to send a RST_STREAM frame. Links: * https://github.com/jetty/jetty.project/security/advisories/GHSA-mmxm-8w33-wc4h
Published: 2025-08-20T19:07:11.546Z
Updated: 2025-11-04T21:11:37.182Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-1948 vulnerable 2026-06-08 07:08:38.511959 Eclipse Jetty HTTP clients can increase memory allocation
HIGH (7.5)
In Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can specify a very large value for the HTTP/2 settings parameter SETTINGS_MAX_HEADER_LIST_SIZE. The Jetty HTTP/2 server does not perform validation on this setting, and tries to allocate a ByteBuffer of the specified capacity to encode HTTP responses, likely resulting in OutOfMemoryError being thrown, or even the JVM process exiting.
Published: 2025-05-08T17:48:40.831Z
Updated: 2025-05-08T18:31:44.196Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-11143 vulnerable 2026-06-08 07:02:28.147607 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9823 vulnerable 2026-06-08 07:00:28.717916 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-8184 vulnerable 2026-06-08 07:00:22.971347 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-6763 vulnerable 2026-06-08 06:58:20.397842 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-6762 vulnerable 2026-06-08 06:58:20.397190 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-22201 vulnerable 2026-06-08 06:29:34.111662 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-13009 vulnerable 2026-06-08 06:25:36.508389 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-44487 vulnerable 2026-06-08 06:12:41.117379 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-41900 vulnerable 2026-06-08 06:11:07.397461 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40167 vulnerable 2026-06-08 06:09:41.351182 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36479 vulnerable 2026-06-08 06:08:11.976454 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36478 vulnerable 2026-06-08 06:08:11.971063 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-26049 vulnerable 2026-06-08 05:57:37.926285 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-26048 vulnerable 2026-06-08 05:57:37.925613 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2191 vulnerable 2026-06-08 05:42:50.420083 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2048 vulnerable 2026-06-08 05:42:50.148419 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2047 vulnerable 2026-06-08 05:42:50.145350 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-34429 vulnerable 2026-06-08 05:32:13.353772 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-34428 vulnerable 2026-06-08 05:32:13.340868 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28169 vulnerable 2026-06-08 05:31:23.108952 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28165 vulnerable 2026-06-08 05:31:23.085603 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28163 vulnerable 2026-06-08 05:31:23.036737 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27223 vulnerable 2026-06-08 05:23:52.409601 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27218 vulnerable 2026-06-08 05:23:52.371003 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27216 vulnerable 2026-06-08 05:23:52.335970 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-12538 vulnerable 2026-06-08 05:10:41.678692 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-12536 vulnerable 2026-06-08 05:10:41.673793 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-9735 vulnerable 2026-06-08 05:10:10.387341 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-7658 vulnerable 2026-06-08 05:10:05.689508 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-7657 vulnerable 2026-06-08 05:10:05.661390 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-7656 vulnerable 2026-06-08 05:10:05.660310 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2009-5046 vulnerable 2026-06-08 04:51:51.739548 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2009-5045 vulnerable 2026-06-08 04:51:51.739052 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.