CVE Catalog

CVE-2026-1605

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.67%

49th percentile - higher than 49% of all known CVEs

Summary

In Eclipse Jetty versions 12.0.0-12.0.31 and 12.1.0-12.0.5, the GzipHandler class has a memory leak vulnerability. When a compressed HTTP request with Content-Encoding: gzip is processed and the response is not compressed, the JDK Inflater object is not released, causing a resource leak.

Risk Assessment

The memory leak can gradually exhaust available memory, leading to server slowdown and potentially a denial of service due to crash.

Recommendation

Upgrade Eclipse Jetty to version 12.0.32 or later (for 12.0.x branch) and to version 12.1.6 or later (for 12.1.x branch), which contain the fix for this vulnerability.

Other vulnerabilities in Eclipse Jetty

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS