CVE-2026-1605

HIGH

Eclipse Jetty 12.0.0-12.0.31/12.1.0-12.0.5 - Memory Corruption

Title source: llm

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.

Scores

CVSS v3 7.5
EPSS 0.0004
EPSS Percentile 12.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Classification

CWE
CWE-400 CWE-401
Status published

Affected Products (2)

org.eclipse.jetty/jetty-server < 12.1.6Maven
eclipse/jetty < 12.0.32

Timeline

Published Mar 05, 2026
Tracked Since Mar 05, 2026