Home

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.

PUBLISHED Reserved 2026-01-29 | Published 2026-03-05 | Updated 2026-03-05 | Assigner eclipse




HIGH: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Problem types

CWE-400 Uncontrolled Resource Consumption

CWE-401 Missing Release of Memory after Effective Lifetime

Product status

Default status
unaffected

12.0.0 (semver)
affected

12.1.0. (semver)
affected

Credits

Gleb Sizov (@glebashnik) finder

Bjørn Christian Seime (@bjorncs) finder

References

github.com/...roject/security/advisories/GHSA-xxh7-fcf3-rj7f

cve.org (CVE-2026-1605)

nvd.nist.gov (CVE-2026-1605)

Download JSON