Skip to content
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

Open
mend-bolt-for-github bot opened this issue Apr 20, 2023 · 0 comments
Open

CVE-2023-26048 (Medium) detected in multiple libraries #33

mend-bolt-for-github bot opened this issue Apr 20, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

CVE-2023-26048 - Medium Severity Vulnerability

Vulnerable Libraries - jetty-server-9.2.26.v20180806.jar, jetty-server-7.6.21.v20160908.jar, jetty-server-9.3.28.v20191105.jar, jetty-server-8.1.22.v20160922.jar, jetty-server-9.4.24.v20191120.jar

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:

  • gretty-runner-jetty9-3.0.5.jar (Root Library)
    • jetty-server-9.2.26.v20180806.jar (Vulnerable Library)
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:

  • gretty-runner-jetty7-3.0.5.jar (Root Library)
    • jetty-server-7.6.21.v20160908.jar (Vulnerable Library)
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:

  • gretty-runner-jetty93-3.0.5.jar (Root Library)
    • jetty-server-9.3.28.v20191105.jar (Vulnerable Library)
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:

  • gretty-runner-jetty8-3.0.5.jar (Root Library)
    • jetty-server-8.1.22.v20160922.jar (Vulnerable Library)
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:

  • gretty-runner-jetty94-3.0.5.jar (Root Library)
    • jetty-server-9.4.24.v20191120.jar (Vulnerable Library)

Found in HEAD commit: 4cb9afca7b4ab356e0863ec7515cb10a779ea02d

Found in base branch: master

Vulnerability Details

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

Publish Date: 2023-04-18

URL: CVE-2023-26048

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

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

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants