CVE-2026-19203 PUBLISHED

Assigner: eclipse
Reserved: 07.08.2026 Published: 08.09.2026 Updated: 08.09.2026

A client may issue specially crafted HTTP/1.1 chunked requests to a Jetty server that cause Jetty and an intermediary proxy to interpret different request boundaries, potentially resulting in HTTP request smuggling.

This is caused by Jetty accepting a lone LF character as a terminator in parts of chunked request parsing. Depending on the Jetty version and configured HTTP compliance mode, this may occur in chunk extensions, chunk data termination, or trailer termination.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.3

Product Status

Vendor Eclipse Foundation
Product Eclipse Jetty
Versions Default: unaffected
  • affected from 12.1.0 to 12.1.11 (incl.)
  • affected from 12.0.0 to 12.0.37 (incl.)
  • affected from 11.0.0 to 11.0.31 (incl.)
  • affected from 10.0.0 to 10.0.31 (incl.)
  • affected from 9.4.0 to 9.4.63 (incl.)

Credits

  • https://github.com/yarocher reporter

References

Problem Types

  • CWE-444 Inconsistent interpretation of HTTP requests ('HTTP Request/Response smuggling') CWE