ghsa-hfrx-6qgj-fp6c
Vulnerability from github
Published
2023-02-20 18:30
Modified
2025-02-13 18:41
Summary
Apache Commons FileUpload denial of service vulnerability
Details

Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. Note that, like all of the file upload limits, the new configuration option (FileUploadBase#setFileCountMax) is not enabled by default and must be explicitly configured.

Show details on source website


{
   affected: [
      {
         package: {
            ecosystem: "Maven",
            name: "commons-fileupload:commons-fileupload",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat:tomcat-coyote",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "10.1.0-M1",
                  },
                  {
                     fixed: "10.1.5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat:tomcat-coyote",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "11.0.0-M2",
                  },
                  {
                     fixed: "11.0.0-M5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat:tomcat-coyote",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "8.5.85",
                  },
                  {
                     fixed: "8.5.88",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat:tomcat-coyote",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "9.0.0-M1",
                  },
                  {
                     fixed: "9.0.71",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat.embed:tomcat-embed-core",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "10.1.0-M1",
                  },
                  {
                     fixed: "10.1.5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat.embed:tomcat-embed-core",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "11.0.0-M2",
                  },
                  {
                     fixed: "11.0.0-M5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat.embed:tomcat-embed-core",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "8.5.85",
                  },
                  {
                     fixed: "8.5.88",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.tomcat.embed:tomcat-embed-core",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "9.0.0-M1",
                  },
                  {
                     fixed: "9.0.71",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
   ],
   aliases: [
      "CVE-2023-24998",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-770",
      ],
      github_reviewed: true,
      github_reviewed_at: "2023-02-22T00:12:07Z",
      nvd_published_at: "2023-02-20T16:15:00Z",
      severity: "HIGH",
   },
   details: "Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. Note that, like all of the file upload limits, the new configuration option (FileUploadBase#setFileCountMax) is not enabled by default and must be explicitly configured.",
   id: "GHSA-hfrx-6qgj-fp6c",
   modified: "2025-02-13T18:41:38Z",
   published: "2023-02-20T18:30:17Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2023-24998",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/commons-fileupload/commit/e20c04990f7420ca917e96a84cec58b13a1b3d17",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/tomcat/commit/8a2285f13affa961cc65595aad999db5efae45ce",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/tomcat/commit/9ca96c8c1eba86c0aaa2e6be581ba2a7d4d4ae6e",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/tomcat/commit/cf77cc545de0488fb89e24294151504a7432df74",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/tomcat/commit/d53d8e7f77042cc32a3b98f589496a1ef5088e38",
      },
      {
         type: "WEB",
         url: "https://www.debian.org/security/2023/dsa-5522",
      },
      {
         type: "WEB",
         url: "https://tomcat.apache.org/security-9.html",
      },
      {
         type: "WEB",
         url: "https://tomcat.apache.org/security-8.html",
      },
      {
         type: "WEB",
         url: "https://tomcat.apache.org/security-11.html",
      },
      {
         type: "WEB",
         url: "https://tomcat.apache.org/security-10.html",
      },
      {
         type: "WEB",
         url: "https://security.netapp.com/advisory/ntap-20230302-0013",
      },
      {
         type: "WEB",
         url: "https://security.gentoo.org/glsa/202305-37",
      },
      {
         type: "WEB",
         url: "https://lists.debian.org/debian-lts-announce/2023/10/msg00020.html",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread/4xl4l09mhwg4vgsk7dxqogcjrobrrdoy",
      },
      {
         type: "WEB",
         url: "https://github.com/search?q=repo%3Aapache%2Ftomcat+util.http+path%3A%2F%5Eres%5C%2Fbnd%5C%2F%2F&type=code",
      },
      {
         type: "PACKAGE",
         url: "https://github.com/apache/commons-fileupload",
      },
      {
         type: "WEB",
         url: "https://commons.apache.org/proper/commons-fileupload/security-reports.html",
      },
      {
         type: "WEB",
         url: "http://www.openwall.com/lists/oss-security/2023/05/22/1",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
         type: "CVSS_V3",
      },
   ],
   summary: "Apache Commons FileUpload denial of service vulnerability",
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.