{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-26048",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2023-02-17T22:44:03.150Z",
        "datePublished": "2023-04-18T20:30:20.420Z",
        "dateUpdated": "2024-08-02T11:39:06.487Z"
    },
    "containers": {
        "cna": {
            "title": "OutOfMemoryError for large multipart without filename in Eclipse Jetty",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-400",
                            "lang": "en",
                            "description": "CWE-400: Uncontrolled Resource Consumption",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "LOW",
                        "baseScore": 5.3,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8"
                },
                {
                    "name": "https://github.com/eclipse/jetty.project/issues/9076",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/eclipse/jetty.project/issues/9076"
                },
                {
                    "name": "https://github.com/eclipse/jetty.project/pull/9344",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/eclipse/jetty.project/pull/9344"
                },
                {
                    "name": "https://github.com/eclipse/jetty.project/pull/9345",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/eclipse/jetty.project/pull/9345"
                },
                {
                    "name": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20230526-0001/"
                },
                {
                    "url": "https://www.debian.org/security/2023/dsa-5507"
                },
                {
                    "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html"
                }
            ],
            "affected": [
                {
                    "vendor": "eclipse",
                    "product": "jetty.project",
                    "versions": [
                        {
                            "version": "< 9.4.51",
                            "status": "affected"
                        },
                        {
                            "version": ">= 10.0.0, < 10.0.14",
                            "status": "affected"
                        },
                        {
                            "version": ">= 11.0.0, < 11.0.14",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2023-04-18T20:30:20.420Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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)."
                }
            ],
            "source": {
                "advisory": "GHSA-qw69-rqj8-6qw8",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T11:39:06.487Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8"
                    },
                    {
                        "name": "https://github.com/eclipse/jetty.project/issues/9076",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/eclipse/jetty.project/issues/9076"
                    },
                    {
                        "name": "https://github.com/eclipse/jetty.project/pull/9344",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/eclipse/jetty.project/pull/9344"
                    },
                    {
                        "name": "https://github.com/eclipse/jetty.project/pull/9345",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/eclipse/jetty.project/pull/9345"
                    },
                    {
                        "name": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload"
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20230526-0001/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.debian.org/security/2023/dsa-5507",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            }
        ]
    }
}