Description
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.
INFO
Published Date :
2026-03-05T09:39:01.315Z
Last Modified :
2026-03-05T14:46:16.289Z
Source :
eclipse
AFFECTED PRODUCTS
The following products are affected by CVE-2026-1605 vulnerability.
| Vendors | Products |
|---|---|
| Eclipse |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-1605.