gsd-2023-26048
Vulnerability from gsd
Modified
2023-12-13 01:20
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).
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2023-26048",
    "id": "GSD-2023-26048"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2023-26048"
      ],
      "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).",
      "id": "GSD-2023-26048",
      "modified": "2023-12-13T01:20:54.113003Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "security-advisories@github.com",
        "ID": "CVE-2023-26048",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "jetty.project",
                    "version": {
                      "version_data": [
                        {
                          "version_affected": "=",
                          "version_value": "\u003c 9.4.51"
                        },
                        {
                          "version_affected": "=",
                          "version_value": "\u003e= 10.0.0, \u003c 10.0.14"
                        },
                        {
                          "version_affected": "=",
                          "version_value": "\u003e= 11.0.0, \u003c 11.0.14"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "eclipse"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "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)."
          }
        ]
      },
      "impact": {
        "cvss": [
          {
            "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"
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "cweId": "CWE-400",
                "lang": "eng",
                "value": "CWE-400: Uncontrolled Resource Consumption"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "refsource": "MISC",
            "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8"
          },
          {
            "name": "https://github.com/eclipse/jetty.project/issues/9076",
            "refsource": "MISC",
            "url": "https://github.com/eclipse/jetty.project/issues/9076"
          },
          {
            "name": "https://github.com/eclipse/jetty.project/pull/9344",
            "refsource": "MISC",
            "url": "https://github.com/eclipse/jetty.project/pull/9344"
          },
          {
            "name": "https://github.com/eclipse/jetty.project/pull/9345",
            "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",
            "refsource": "MISC",
            "url": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload"
          },
          {
            "name": "https://security.netapp.com/advisory/ntap-20230526-0001/",
            "refsource": "MISC",
            "url": "https://security.netapp.com/advisory/ntap-20230526-0001/"
          },
          {
            "name": "https://www.debian.org/security/2023/dsa-5507",
            "refsource": "MISC",
            "url": "https://www.debian.org/security/2023/dsa-5507"
          },
          {
            "name": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html",
            "refsource": "MISC",
            "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html"
          }
        ]
      },
      "source": {
        "advisory": "GHSA-qw69-rqj8-6qw8",
        "discovery": "UNKNOWN"
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-client",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "aeea7dc0-a413-4327-803c-f44c851c6a2b"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-deploy",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "ace90f07-8b9f-47ad-8c64-ba21150977a5"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-http",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "f28247aa-0f94-4e57-8596-637d83b6f08c"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-io",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "8b44d1f1-fadb-423d-ab05-ddbb88612d49"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-server",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Uncontrolled Resource Consumption",
          "urls": [
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "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/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/advisories/GHSA-qw69-rqj8-6qw8"
          ],
          "uuid": "9b33f001-f6d2-4a33-8224-3d349a1fca7b"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-servlets",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "3a6dd95d-ede9-4734-9ce0-7f67443277aa"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-util",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "3d81d28b-858f-46c7-9d77-fcf0e38dffb2"
        },
        {
          "affected_range": "(,9.4.51),[10.0.0,10.0.14),[11.0.0,11.0.14)",
          "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",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
          "cwe_ids": [
            "CWE-1035",
            "CWE-770",
            "CWE-937"
          ],
          "date": "2023-05-26",
          "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).",
          "fixed_versions": [
            "9.4.51.v20230217",
            "10.0.14",
            "11.0.14"
          ],
          "identifier": "CVE-2023-26048",
          "identifiers": [
            "CVE-2023-26048",
            "GHSA-qw69-rqj8-6qw8"
          ],
          "not_impacted": "All versions starting from 9.4.51 before 10.0.0, all versions starting from 10.0.14 before 11.0.0, all versions starting from 11.0.14",
          "package_slug": "maven/org.eclipse.jetty/jetty-webapp",
          "pubdate": "2023-04-18",
          "solution": "Upgrade to versions 9.4.51.v20230217, 10.0.14, 11.0.14 or above.",
          "title": "Allocation of Resources Without Limits or Throttling",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
            "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
            "https://github.com/eclipse/jetty.project/pull/9345",
            "https://github.com/eclipse/jetty.project/pull/9344",
            "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
            "https://github.com/eclipse/jetty.project/issues/9076"
          ],
          "uuid": "644a7041-df60-4320-a8c7-218532a6864f"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "11.0.14",
                "versionStartIncluding": "11.0.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "10.0.14",
                "versionStartIncluding": "10.0.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "9.4.51",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "security-advisories@github.com",
          "ID": "CVE-2023-26048"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "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)."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-400"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload",
              "refsource": "MISC",
              "tags": [
                "Technical Description"
              ],
              "url": "https://github.com/jakartaee/servlet/blob/6.0.0/spec/src/main/asciidoc/servlet-spec-body.adoc#32-file-upload"
            },
            {
              "name": "https://github.com/eclipse/jetty.project/pull/9345",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/eclipse/jetty.project/pull/9345"
            },
            {
              "name": "https://github.com/eclipse/jetty.project/pull/9344",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/eclipse/jetty.project/pull/9344"
            },
            {
              "name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
              "refsource": "MISC",
              "tags": [
                "Vendor Advisory"
              ],
              "url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8"
            },
            {
              "name": "https://github.com/eclipse/jetty.project/issues/9076",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/eclipse/jetty.project/issues/9076"
            },
            {
              "name": "https://security.netapp.com/advisory/ntap-20230526-0001/",
              "refsource": "MISC",
              "tags": [],
              "url": "https://security.netapp.com/advisory/ntap-20230526-0001/"
            },
            {
              "name": "https://www.debian.org/security/2023/dsa-5507",
              "refsource": "MISC",
              "tags": [],
              "url": "https://www.debian.org/security/2023/dsa-5507"
            },
            {
              "name": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html",
              "refsource": "MISC",
              "tags": [],
              "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV3": {
          "cvssV3": {
            "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"
          },
          "exploitabilityScore": 3.9,
          "impactScore": 1.4
        }
      },
      "lastModifiedDate": "2023-09-30T15:15Z",
      "publishedDate": "2023-04-18T21:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...