CVE-2023-26048

Aliases:GHSA-qw69-rqj8-6qw8
Advisory lineage Upstream: 0 Downstream: 12
Modified
Published: 18 Apr 2023, 20:30
Last modified:13 Feb 2025, 16:44

Vulnerability Summary

Overall Risk (default)
medium
30/100
CVSS Score
5.3 MEDIUM
v3.1 (cve.org)
EPSS Score
43.41% HIGH
43% probability +4.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

18 Apr 2023, 20:30
Published
Vulnerability first disclosed
13 Feb 2025, 16:44
Last Modified
Vulnerability information updated

Description

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

CVSS Metrics

  • v3.1MEDIUMScore: 5.3CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

EPSS Trends

Current EPSS score: 43.41% Percentile: 98%

Techniques & Countermeasures

  • CWE-400Uncontrolled Resource Consumption

    The product does not properly control the allocation and maintenance of a limited resource.

  • CWE-770Allocation of Resources Without Limits or Throttling

    The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Affected Systems

  • eclipsejetty

    < 9.4.51 | ≥ 10.0.0, < 10.0.14 | ≥ 11.0.0, < 11.0.14

  • eclipsejetty.project

    < 9.4.51 | ≥ 10.0.0, < 10.0.14 | ≥ 11.0.0, < 11.0.14

  • org.eclipse.jettyjetty-server

    < 9.4.51.v20230217 | ≥ 10.0.0, < 10.0.14 | ≥ 11.0.0, < 11.0.14

References (12)