Search for packages
Package details: pkg:maven/org.eclipse.jetty/jetty-http@9.4.51
purl pkg:maven/org.eclipse.jetty/jetty-http@9.4.51
Tags Ghost
Next non-vulnerable version 12.0.12
Latest non-vulnerable version 12.0.12
Risk 3.1
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-t2tr-gg1r-nbhv
Aliases:
CVE-2023-40167
GHSA-hmr7-m48g-48f6
Jetty accepts "+" prefixed value in Content-Length ### Impact Jetty accepts the '+' character proceeding the content-length value in a HTTP/1 header field. This is more permissive than allowed by the RFC and other servers routinely reject such requests with 400 responses. There is no known exploit scenario, but it is conceivable that request smuggling could result if jetty is used in combination with a server that does not close the connection after sending such a 400 response. ### Workarounds There is no workaround as there is no known exploit scenario. ### Original Report [RFC 9110 Secion 8.6](https://www.rfc-editor.org/rfc/rfc9110#section-8.6) defined the value of Content-Length header should be a string of 0-9 digits. However we found that Jetty accepts "+" prefixed Content-Length, which could lead to potential HTTP request smuggling. Payload: ``` POST / HTTP/1.1 Host: a.com Content-Length: +16 Connection: close ​ 0123456789abcdef ``` When sending this payload to Jetty, it can successfully parse and identify the length. When sending this payload to NGINX, Apache HTTPd or other HTTP servers/parsers, they will return 400 bad request. This behavior can lead to HTTP request smuggling and can be leveraged to bypass WAF or IDS.
9.4.51.v20230217
Affected by 1 other vulnerability.
9.4.52
Affected by 0 other vulnerabilities.
10.0.16
Affected by 1 other vulnerability.
11.0.16
Affected by 1 other vulnerability.
12.0.1
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-07-03T16:53:32.716652+00:00 GHSA Importer Affected by VCID-t2tr-gg1r-nbhv https://github.com/advisories/GHSA-hmr7-m48g-48f6 37.0.0
2025-07-01T18:14:47.156496+00:00 GitLab Importer Affected by VCID-t2tr-gg1r-nbhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.eclipse.jetty/jetty-http/CVE-2023-40167.yml 36.1.3