This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
CVE-2023-26048 (Medium) detected in multiple libraries #33
Labels
Mend: dependency security vulnerability
Security vulnerability detected by WhiteSource
CVE-2023-26048 - Medium Severity Vulnerability
jetty-server-9.2.26.v20180806.jar
The core jetty server artifact.
Library home page: http://www.eclipse.org/jetty
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.2.26.v20180806/dc718537344846b0b5bb1e69bd27902c74a64568/jetty-server-9.2.26.v20180806.jar
Dependency Hierarchy:
jetty-server-7.6.21.v20160908.jar
The core jetty server artifact.
Library home page: http://www.eclipse.org/jetty
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/7.6.21.v20160908/a56288d7d1728f06fa01d0f5cd8394177ae249e0/jetty-server-7.6.21.v20160908.jar
Dependency Hierarchy:
jetty-server-9.3.28.v20191105.jar
The core jetty server artifact.
Library home page: http://www.eclipse.org/jetty
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.3.28.v20191105/a07b200c91acafb6ecd9e3692b97c1e780d43c5/jetty-server-9.3.28.v20191105.jar
Dependency Hierarchy:
jetty-server-8.1.22.v20160922.jar
The core jetty server artifact.
Library home page: http://www.eclipse.org/jetty
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/8.1.22.v20160922/713c1fefc16be4ee28aaa47261475173c9f98ba2/jetty-server-8.1.22.v20160922.jar
Dependency Hierarchy:
jetty-server-9.4.24.v20191120.jar
The core jetty server artifact.
Library home page: http://www.eclipse.org/jetty
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.4.24.v20191120/7885cc3d5d7701a444acada7ab97f89846514875/jetty-server-9.4.24.v20191120.jar
Dependency Hierarchy:
Found in HEAD commit: 4cb9afca7b4ab356e0863ec7515cb10a779ea02d
Found in base branch: master
Jetty is a java based web server and servlet engine. In affected versions servlets with multipart support (e.g. annotated with
@MultipartConfig
) that callHttpServletRequest.getParameter()
orHttpServletRequest.getParts()
may causeOutOfMemoryError
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 offileSizeThreshold=0
which should stream the whole part content to disk. An attacker client may send a large multipart request and cause the server to throwOutOfMemoryError
. However, the server may be able to recover after theOutOfMemoryError
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 parametermaxRequestSize
which must be set to a non-negative value, so the whole multipart content is limited (although still read into memory).Publish Date: 2023-04-18
URL: CVE-2023-26048
Base Score Metrics:
Type: Upgrade version
Origin: GHSA-qw69-rqj8-6qw8
Release Date: 2023-04-18
Fix Resolution (org.eclipse.jetty:jetty-server): 9.4.51.v20230217
Direct dependency fix Resolution (org.gretty:gretty-runner-jetty9): 3.0.6
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: