客户端可能向 Jetty 服务器发送 HTTP/2 请求,导致出现阻塞写入操作,且这些阻塞状态永远无法解除,最终导致所有线程被阻塞,整个服务器变得无响应。 此问题是由服务器在处理客户端发送的 RST_STREAM 帧和 GOAWAY 帧时存在的竞态条件(race condition)引起的。 该竞态条件会将 字段从之前设置的非空值“重置”为 null 值,从而允许新的条目被加入队列,但这些条目将永远不会被处理。而这些未处理的条目本应负责解除那些处于写入阻塞状态的线程。
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Eclipse Foundation | Eclipse Jetty | 12.1.0≤ 12.1.10 |
affected |
12.0.0≤ 12.0.37 |
affected | ||
11.00≤ 11.0.31 |
affected | ||
10.0.0≤ 10.0.31 |
affected | ||
9.4.36≤ 9.4.63 |
affected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| Eclipse Foundation | Eclipse Jetty | 12.1.0 ~ 12.1.10 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-86464 | 9.9 CRITICAL | CVE-2026-86464 |
| CVE-2026-84197 | 9.2 CRITICAL | Ditto Node.js客户端 1.0.0-3.9.0 WebSocket TLS验证缺失 |
| CVE-2026-19203 | 8.3 HIGH | Jetty特制HTTP分块请求致请求走私漏洞 |
| CVE-2026-86590 | 6.3 MEDIUM | Eclipse Che 7.79.0-7.121.0 服务端请求伪造(SSRF) |
No comments yet