Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-19203 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-444Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')[email protected]

Affected Products

ProductVersions
Eclipse Jetty
>= 12.1.0, <= 12.1.11 (semver)
>= 12.0.0, <= 12.0.37 (semver)
>= 11.0.0, <= 11.0.31 (semver)
>= 10.0.0, <= 10.0.31 (semver)
>= 9.4.0, <= 9.4.63 (semver)

CPE

  • cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 12.1.12moderate effort
  • Upgrade: 12.0.38moderate effort
  • Upgrade: 11.0.32moderate effort
  • Upgrade: 10.0.32moderate effort
  • Upgrade: 9.4.64moderate effort
  • Workaround:low effort

    Configure Jetty to use RFC9110 compliance mode, which disallows LF in chunk extensions.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-19203
NVD Published Date:
Sep 8, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-19203 Details - Not Deferred