CVE-2026-1605
HIGH7.5EPSS 0.03%The Eclipse Jetty Server Artifact has a Gzip request memory leak
發布日:2026/3/5修改日:2026/4/28
描述
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.
受影響套件(2)
- Debian/jetty12from 0
- Maven/org.eclipse.jetty:jetty-server>= 12.1.0, < 12.1.6
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.5 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-1605
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-1605
- PATCHhttps://github.com/jetty/jetty.project
- WEBhttps://github.com/jetty/jetty.project/issues/14260
- WEBhttps://github.com/jetty/jetty.project/security/advisories/GHSA-xxh7-fcf3-rj7f
- WEBhttps://gitlab.eclipse.org/security/cve-assignment/-/issues/79