CVE-2026-1605
Severity CVSS v4.0:
Pending analysis
Type:
CWE-400
Uncontrolled Resource Consumption ('Resource Exhaustion')
Publication date:
05/03/2026
Last modified:
06/03/2026
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.<br />
<br />
<br />
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.<br />
In this case, since the response is not compressed, the release mechanism does not trigger, causing the leak.
Impact
Base Score 3.x
7.50
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 12.0.0 (including) | 12.0.32 (excluding) |
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 12.1.0 (including) | 12.1.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



