File leak in multipart request processing causes disk exhaustion (DoS) |
Who should read this | All Struts 2 developers and users |
|---|---|
Impact of vulnerability | Denial of service |
Maximum security rating | Important |
Recommendation | Upgrade to Struts 6.8.0 or 7.1.1 at least |
Affected Software | |
Reporters | Nicolas Fournier |
CVE Identifier | CVE-2025-64775 |
If support for file upload is enabled, file leak in multipart request processing causes disk exhaustion.
Upgrade to Struts 6.8.0 or upgrade to Struts 7.1.1 at least.
This change is backward compatible.
Define a temporary folder used to store uploaded files with limited size or on the dedicated volume which won't affect system files. Or disable file upload support in the framework if not used.