diff --git a/src/site/xdoc/security-reports.xml b/src/site/xdoc/security-reports.xml index df95e0f..787ca4a 100644 --- a/src/site/xdoc/security-reports.xml +++ b/src/site/xdoc/security-reports.xml @@ -56,10 +56,12 @@

Important: Denial of Service CVE-2023-24998

-

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.

+

Apache Commons FileUpload before 1.5 does not provide an option to + 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.

This was fixed in commit