Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.eclipse.jetty/jetty-server
  4. ›
  5. CVE-2023-26048

CVE-2023-26048: Uncontrolled Resource Consumption

April 18, 2023 (updated September 30, 2023)

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

References

  • github.com/advisories/GHSA-qw69-rqj8-6qw8
  • github.com/eclipse/jetty.project/issues/9076
  • github.com/eclipse/jetty.project/pull/9344
  • github.com/eclipse/jetty.project/pull/9345
  • github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8
  • github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc
  • nvd.nist.gov/vuln/detail/CVE-2023-26048

Code Behaviors & Features

Detect and mitigate CVE-2023-26048 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 9.4.51, all versions starting from 10.0.0 before 10.0.14, all versions starting from 11.0.0 before 11.0.14

Fixed versions

  • 9.4.51.v20230217
  • 10.0.14
  • 11.0.14

Solution

Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption

Source file

maven/org.eclipse.jetty/jetty-server/CVE-2023-26048.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:24 +0000.