Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-1605 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-401Missing Release of Memory after Effective Lifetime[email protected]
CWE-401Missing Release of Memory after Effective Lifetime[email protected]
CWE-772Missing Release of Resource after Effective Lifetimeredhat-SADP

Affected Products

ProductVersions
eclipse jetty
>= 12.0.0, < 12.0.32
>= 12.1.0, < 12.1.6

CPE

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

Remediation

  • No remediation found in references.

Change History

10 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-1605
NVD Published Date:
Mar 5, 2026
NVD Last Modified:
Aug 27, 2026
Source:
[email protected]
CVE-2026-1605 Details - Not Deferred