CVE-2026-10051
In Eclipse Jetty, the issue is triggered by the first HTTP/1.1 request containing trailers. The server retains those trailers for subsequent requests on the same connection. If the next request has no trailers, it reports the first request’s trailers; if it does have trailers, it reports the unio...