Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hmr7-m48g-48f6

Опубликовано: 14 сент. 2023
Источник: github
Github: Прошло ревью
CVSS3: 5.3

Описание

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 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.

Пакеты

Наименование

org.eclipse.jetty:jetty-http

maven
Затронутые версииВерсия исправления

>= 9.0.0, <= 9.4.51

9.4.52

Наименование

org.eclipse.jetty:jetty-http

maven
Затронутые версииВерсия исправления

>= 10.0.0, <= 10.0.15

10.0.16

Наименование

org.eclipse.jetty:jetty-http

maven
Затронутые версииВерсия исправления

>= 11.0.0, <= 11.0.15

11.0.16

Наименование

org.eclipse.jetty:jetty-http

maven
Затронутые версииВерсия исправления

= 12.0.0

12.0.1

EPSS

Процентиль: 88%
0.03921
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-130

Связанные уязвимости

CVSS3: 5.3
ubuntu
почти 2 года назад

Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, 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. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario.

CVSS3: 5.3
redhat
почти 2 года назад

Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, 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. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario.

CVSS3: 5.3
nvd
почти 2 года назад

Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, 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. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario.

CVSS3: 5.3
debian
почти 2 года назад

Jetty is a Java based web server and servlet engine. Prior to versions ...

CVSS3: 5.3
fstec
больше 1 года назад

Уязвимость контейнера сервлетов Eclipse Jetty, связанная с ошибками при обработке параметров длины входных данных, позволяющая нарушителю выполнять атаку «контрабанда HTTP-запросов»

EPSS

Процентиль: 88%
0.03921
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-130