Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
☕
☕ Maven
Not in CISA KEV
HIGH severity

GHSA-hfrx-6qgj-fp6c — commons-fileupload

HIGHFix: apache/commons-fileupload@e20c049

GHSA-hfrx-6qgj-fp6c is a high-severity (CVSS 7.5) CWE-770 vulnerability in commons-fileupload:commons-fileupload. 2 public exploit references exist, so weaponization risk is real. A fix is available for commons-fileupload:commons-fileupload — see the affected versions and patch details below.

Apache Commons FileUpload denial of service vulnerability

Also known asCVE-2023-24998
Published
Feb 20, 2023
Updated
Aug 7, 2026
Affected
13 pkgs
Patched
13 / 13
Exploits
2 known
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
48.8%probability of exploitation in next 30 days
High Risk0.00%
Lower risk than most CVEs99th percentile — riskier than 99% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

GHSA-hfrx-6qgj-fp6c plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE doesn't sit, though severity or exploitability alone can still warrant action.

Where this sits among everything scored

Of 379,145 CVEs with a current EPSS score, this one falls in the 10–50% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

13 pkgs affected
☕commons-fileupload:commons-fileupload☕org.apache.tomcat:tomcat-coyote☕org.apache.tomcat:tomcat-coyote☕org.apache.tomcat:tomcat-coyote☕org.apache.tomcat:tomcat-coyote☕org.apache.tomcat.embed:tomcat-embed-core☕org.apache.tomcat.embed:tomcat-embed-core☕org.apache.tomcat.embed:tomcat-embed-core+5 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

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.

Affected Packages

13 total 13 fixed
EcosystemPackageVulnerable rangeFix
☕Mavencommons-fileupload:commons-fileuploadall versions1.5commons-fileupload:commons-fileupload:1.5
☕Mavenorg.apache.tomcat:tomcat-coyote≥ 10.1.0-M1&&< 10.1.510.1.5org.apache.tomcat:tomcat-coyote:10.1.5
☕Mavenorg.apache.tomcat:tomcat-coyote≥ 11.0.0-M2&&< 11.0.0-M511.0.0-M5org.apache.tomcat:tomcat-coyote:11.0.0-M5
☕Mavenorg.apache.tomcat:tomcat-coyote≥ 8.5.85&&< 8.5.888.5.88org.apache.tomcat:tomcat-coyote:8.5.88
☕Mavenorg.apache.tomcat:tomcat-coyote≥ 9.0.0-M1&&< 9.0.719.0.71org.apache.tomcat:tomcat-coyote:9.0.71
☕Mavenorg.apache.tomcat.embed:tomcat-embed-core≥ 10.1.0-M1&&< 10.1.510.1.5org.apache.tomcat.embed:tomcat-embed-core:10.1.5
Exploits & PoCs
2

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for commons-fileupload:commons-fileupload, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update commons-fileupload:commons-fileupload to 1.5 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-hfrx-6qgj-fp6c is resolved across your whole dependency graph.

  3. Workarounds

    Cap what an attacker can consume: apply request size, rate and timeout limits in front of the affected component, and run it with memory and CPU limits so exhaustion degrades one worker rather than the whole service.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-hfrx-6qgj-fp6c can be triaged on real exposure rather than presence alone.

Tailored to GHSA-hfrx-6qgj-fp6c. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatModerate
ProductFixed inAdvisory
JWS 5.7.4 releasetomcatRHSA-2023:4910
OCP-Tools-4.13-RHEL-8jenkins-0:2.387.3.1684911776-3.el8RHSA-2023:3299
Red Hat Enterprise Linux 8tomcat-1:9.0.62-27.el8_9RHSA-2023:7065
Red Hat Enterprise Linux 8.8 Extended Update Supporttomcat-1:9.0.87-1.el8_8.2RHSA-2024:3814
Red Hat Enterprise Linux 9tomcat-1:9.0.62-37.el9_3RHSA-2023:6570
Red Hat JBoss Web Server 5.7 on RHEL 7jws5-tomcat-0:9.0.62-15.redhat_00013.1.el7jwsRHSA-2023:4909
RHINT Camel-Springboot 3.20.1tomcatRHSA-2023:2100
RHPAM 7.13.4 asyncsee advisoryRHSA-2023:4983

Frequently Asked Questions

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.
O3 Security · Impact-Aware SCA

Is GHSA-hfrx-6qgj-fp6c in your dependencies?

O3 Security finds GHSA-hfrx-6qgj-fp6c across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-hfrx-6qgj-fp6c: commons (High 7.5) | O3 Security