Allocation of Resources Without Limits or Throttling
CVE-2025-24033
Summary
The package @fastify/multipart is a Fastify plugin for parsing the multipart content-type. Prior to versions 8.3.1, and 9.0.x prior to 9.0.3, the `saveRequestFiles` function does not delete the uploaded temporary files when the user cancels the request. As a workaround, do not use `saveRequestFiles`.
- LOW
- NETWORK
- NONE
- UNCHANGED
- NONE
- NONE
- NONE
- HIGH
CWE-770 - Allocation of Resources Without Limits or Throttling
The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
References
Advisory Timeline
- Published