Lucene search

K
cvelistApacheCVELIST:CVE-2023-24998
HistoryFeb 20, 2023 - 3:57 p.m.

CVE-2023-24998 Apache Commons FileUpload, Apache Tomcat: FileUpload DoS with excessive parts

2023-02-2015:57:07
CWE-770
apache
raw.githubusercontent.com

6.4 Medium

AI Score

Confidence

Low

0.034 Low

EPSS

Percentile

91.3%

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.