Executive Summary

Informations
Name CVE-2023-26048 First vendor Publication 2023-04-18
Vendor Cve Last vendor Modification 2024-11-21

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Overall CVSS Score 5.3
Base Score 5.3 Environmental Score 5.3
impact SubScore 1.4 Temporal Score 5.3
Exploitabality Sub Score 3.9
 
Attack Vector Network Attack Complexity Low
Privileges Required None User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact Low
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26048

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 315

Sources (Detail)

https://github.com/eclipse/jetty.project/issues/9076
https://github.com/eclipse/jetty.project/pull/9344
https://github.com/eclipse/jetty.project/pull/9345
https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8
https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servle...
https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html
https://security.netapp.com/advisory/ntap-20230526-0001/
https://www.debian.org/security/2023/dsa-5507
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Date Informations
2024-11-28 14:22:58
  • Multiple Updates
2024-08-02 13:46:36
  • Multiple Updates
2024-08-02 01:32:29
  • Multiple Updates
2024-02-02 02:43:53
  • Multiple Updates
2024-02-01 12:29:35
  • Multiple Updates
2023-09-30 21:27:41
  • Multiple Updates
2023-09-29 17:27:32
  • Multiple Updates
2023-09-05 13:39:26
  • Multiple Updates
2023-09-05 01:28:49
  • Multiple Updates
2023-09-02 13:37:40
  • Multiple Updates
2023-09-02 01:29:18
  • Multiple Updates
2023-08-12 13:43:07
  • Multiple Updates
2023-08-12 01:28:32
  • Multiple Updates
2023-08-11 13:34:22
  • Multiple Updates
2023-08-11 01:29:24
  • Multiple Updates
2023-08-06 13:31:41
  • Multiple Updates
2023-08-06 01:28:11
  • Multiple Updates
2023-08-04 13:32:09
  • Multiple Updates
2023-08-04 01:28:34
  • Multiple Updates
2023-07-14 13:31:55
  • Multiple Updates
2023-07-14 01:28:11
  • Multiple Updates
2023-05-31 00:27:40
  • Multiple Updates
2023-05-30 21:26:48
  • Multiple Updates
2023-05-27 00:27:46
  • Multiple Updates
2023-04-29 00:27:18
  • Multiple Updates
2023-04-19 00:27:15
  • First insertion