Description
Vulnerable Library - jetty-server-11.0.12.jar
The core jetty server artifact.
Library home page: https://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/11.0.12/29c82ff7e059ee1e454af6d391834abadf24e60/jetty-server-11.0.12.jar
Found in HEAD commit: 885b414d657c387125332f71c57c0f24afcbabda
Vulnerabilities
CVE | Severity | Dependency | Type | Fixed in (jetty-server version) | Remediation Available | |
---|---|---|---|---|---|---|
CVE-2023-26048 | 5.3 | jetty-server-11.0.12.jar | Direct | 11.0.14 | ✅ |
Details
CVE-2023-26048
Vulnerable Library - jetty-server-11.0.12.jar
The core jetty server artifact.
Library home page: https://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/11.0.12/29c82ff7e059ee1e454af6d391834abadf24e60/jetty-server-11.0.12.jar
Dependency Hierarchy:
- ❌ jetty-server-11.0.12.jar (Vulnerable Library)
Found in HEAD commit: 885b414d657c387125332f71c57c0f24afcbabda
Found in base branch: main
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
Suggested Fix
Type: Upgrade version
Origin: GHSA-qw69-rqj8-6qw8
Release Date: 2023-04-18
Fix Resolution: 11.0.14
⛑️ Automatic Remediation is available for this issue
⛑️ Automatic Remediation is available for this issue.