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

exploitDog

suse-cvrf логотип

SUSE-SU-2023:2539-1

Опубликовано: 19 июн. 2023
Источник: suse-cvrf

Описание

Security update for jetty-minimal

This update for jetty-minimal fixes the following issues:

Updated to version 9.4.51.v20230217:

  • CVE-2023-26048: Fixed an excessive memory consumption when processing a large multipart request (bsc#1210620)
  • CVE-2023-26049: Fixed a cookie exfiltration issue due to improper parsing (bsc#1210621).

Список пакетов

SUSE Linux Enterprise Module for Development Tools 15 SP4
jetty-http-9.4.51-150200.3.19.2
jetty-io-9.4.51-150200.3.19.2
jetty-security-9.4.51-150200.3.19.2
jetty-server-9.4.51-150200.3.19.2
jetty-servlet-9.4.51-150200.3.19.2
jetty-util-9.4.51-150200.3.19.2
jetty-util-ajax-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP5
jetty-http-9.4.51-150200.3.19.2
jetty-io-9.4.51-150200.3.19.2
jetty-security-9.4.51-150200.3.19.2
jetty-server-9.4.51-150200.3.19.2
jetty-servlet-9.4.51-150200.3.19.2
jetty-util-9.4.51-150200.3.19.2
jetty-util-ajax-9.4.51-150200.3.19.2
SUSE Linux Enterprise Real Time 15 SP3
jetty-http-9.4.51-150200.3.19.2
jetty-io-9.4.51-150200.3.19.2
jetty-security-9.4.51-150200.3.19.2
jetty-server-9.4.51-150200.3.19.2
jetty-servlet-9.4.51-150200.3.19.2
jetty-util-9.4.51-150200.3.19.2
jetty-util-ajax-9.4.51-150200.3.19.2
openSUSE Leap 15.4
jetty-annotations-9.4.51-150200.3.19.2
jetty-ant-9.4.51-150200.3.19.2
jetty-cdi-9.4.51-150200.3.19.2
jetty-client-9.4.51-150200.3.19.2
jetty-continuation-9.4.51-150200.3.19.2
jetty-deploy-9.4.51-150200.3.19.2
jetty-fcgi-9.4.51-150200.3.19.2
jetty-http-9.4.51-150200.3.19.2
jetty-http-spi-9.4.51-150200.3.19.2
jetty-io-9.4.51-150200.3.19.2
jetty-jaas-9.4.51-150200.3.19.2
jetty-jmx-9.4.51-150200.3.19.2
jetty-jndi-9.4.51-150200.3.19.2
jetty-jsp-9.4.51-150200.3.19.2
jetty-minimal-javadoc-9.4.51-150200.3.19.2
jetty-openid-9.4.51-150200.3.19.2
jetty-plus-9.4.51-150200.3.19.2
jetty-proxy-9.4.51-150200.3.19.2
jetty-quickstart-9.4.51-150200.3.19.2
jetty-rewrite-9.4.51-150200.3.19.2
jetty-security-9.4.51-150200.3.19.2
jetty-server-9.4.51-150200.3.19.2
jetty-servlet-9.4.51-150200.3.19.2
jetty-servlets-9.4.51-150200.3.19.2
jetty-start-9.4.51-150200.3.19.2
jetty-util-9.4.51-150200.3.19.2
jetty-util-ajax-9.4.51-150200.3.19.2
jetty-webapp-9.4.51-150200.3.19.2
jetty-xml-9.4.51-150200.3.19.2
openSUSE Leap 15.5
jetty-annotations-9.4.51-150200.3.19.2
jetty-ant-9.4.51-150200.3.19.2
jetty-cdi-9.4.51-150200.3.19.2
jetty-client-9.4.51-150200.3.19.2
jetty-continuation-9.4.51-150200.3.19.2
jetty-deploy-9.4.51-150200.3.19.2
jetty-fcgi-9.4.51-150200.3.19.2
jetty-http-9.4.51-150200.3.19.2
jetty-http-spi-9.4.51-150200.3.19.2
jetty-io-9.4.51-150200.3.19.2
jetty-jaas-9.4.51-150200.3.19.2
jetty-jmx-9.4.51-150200.3.19.2
jetty-jndi-9.4.51-150200.3.19.2
jetty-jsp-9.4.51-150200.3.19.2
jetty-minimal-javadoc-9.4.51-150200.3.19.2
jetty-openid-9.4.51-150200.3.19.2
jetty-plus-9.4.51-150200.3.19.2
jetty-proxy-9.4.51-150200.3.19.2
jetty-quickstart-9.4.51-150200.3.19.2
jetty-rewrite-9.4.51-150200.3.19.2
jetty-security-9.4.51-150200.3.19.2
jetty-server-9.4.51-150200.3.19.2
jetty-servlet-9.4.51-150200.3.19.2
jetty-servlets-9.4.51-150200.3.19.2
jetty-start-9.4.51-150200.3.19.2
jetty-util-9.4.51-150200.3.19.2
jetty-util-ajax-9.4.51-150200.3.19.2
jetty-webapp-9.4.51-150200.3.19.2
jetty-xml-9.4.51-150200.3.19.2

Описание

Jetty is a java based web server and servlet engine. In affected versions servlets with multipart support (e.g. annotated with `@MultipartConfig`) that call `HttpServletRequest.getParameter()` or `HttpServletRequest.getParts()` may cause `OutOfMemoryError` when the client sends a multipart request with a part that has a name but no filename and very large content. This happens even with the default settings of `fileSizeThreshold=0` which should stream the whole part content to disk. An attacker client may send a large multipart request and cause the server to throw `OutOfMemoryError`. However, the server may be able to recover after the `OutOfMemoryError` and continue its service -- although it may take some time. This issue has been patched in versions 9.4.51, 10.0.14, and 11.0.14. Users are advised to upgrade. Users unable to upgrade may set the multipart parameter `maxRequestSize` which must be set to a non-negative value, so the whole multipart content is limited (although still read into memory).


Затронутые продукты
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.51-150200.3.19.2

Ссылки

Описание

Jetty is a java based web server and servlet engine. Nonstandard cookie parsing in Jetty may allow an attacker to smuggle cookies within other cookies, or otherwise perform unintended behavior by tampering with the cookie parsing mechanism. If Jetty sees a cookie VALUE that starts with `"` (double quote), it will continue to read the cookie string until it sees a closing quote -- even if a semicolon is encountered. So, a cookie header such as: `DISPLAY_LANGUAGE="b; JSESSIONID=1337; c=d"` will be parsed as one cookie, with the name DISPLAY_LANGUAGE and a value of b; JSESSIONID=1337; c=d instead of 3 separate cookies. This has security implications because if, say, JSESSIONID is an HttpOnly cookie, and the DISPLAY_LANGUAGE cookie value is rendered on the page, an attacker can smuggle the JSESSIONID cookie into the DISPLAY_LANGUAGE cookie and thereby exfiltrate it. This is significant when an intermediary is enacting some policy based on cookies, so a smuggled cookie can bypass that policy yet still be seen by the Jetty server or its logging system. This issue has been addressed in versions 9.4.51, 10.0.14, 11.0.14, and 12.0.0.beta0 and users are advised to upgrade. There are no known workarounds for this issue.


Затронутые продукты
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-http-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-io-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-security-9.4.51-150200.3.19.2
SUSE Linux Enterprise Module for Development Tools 15 SP4:jetty-server-9.4.51-150200.3.19.2

Ссылки
Уязвимость SUSE-SU-2023:2539-1