2 matches found
CVE-2026-1605
In Jetty, vulnerable in GzipHandler when processing a gzip-compressed HTTP request (Content-Encoding: gzip) but returning an uncompressed response. A JDK Inflater is allocated to decompress the request, but the release path is tied to the response being compressed; since the response isnβt compre...
CVE-2026-1605
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 t...