Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-1605
March 05, 2026
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.
Affected Packages
https://github.com/jetty/jetty.project.git (GITHUB):
Affected version(s) >=jetty-12.1.0 <jetty-12.1.6
Fix Suggestion:
Update to version jetty-12.1.6
https://github.com/jetty/jetty.project.git (GITHUB):
Affected version(s) >=jetty-12.0.0 <jetty-12.0.32
Fix Suggestion:
Update to version jetty-12.0.32
org.eclipse.jetty:jetty-server (JAVA):
Affected version(s) >=12.0.0 <12.0.32
Fix Suggestion:
Update to version 12.0.32
org.eclipse.jetty:jetty-server (JAVA):
Affected version(s) >=12.1.0 <12.1.6
Fix Suggestion:
Update to version 12.1.6
org.eclipse.jetty:jetty-server (JAVA):
Affected version(s) >=12.1.0 <12.1.6
Fix Suggestion:
Update to version 12.1.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Missing Release of Memory after Effective Lifetime
Uncontrolled Resource Consumption
EPSS
Base Score:
0.06