๐Ÿ” CVE Alert

CVE-2026-18549

HIGH 7.5

@fastify/multipart vulnerable to Denial of Service via aborted upload after fileSize limit

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/multipart is a multipart form-data parser for Fastify. In versions from 5.3.0 up to but not including 10.1.1, when the busboy fileSize limit truncates a file part, the plugin clears its internal current-file reference while the underlying stream is still open. If the client then aborts the connection before sending the terminating boundary, the abort cleanup finds no stream to destroy, so saveRequestFiles() never settles, the request handler hangs, and the temporary file already written to disk is never cleaned up. An unauthenticated client can repeat this to permanently leak temporary files and suspended handler executions, leading to disk and event-loop exhaustion. The issue is fixed in @fastify/multipart 10.1.1. Users should upgrade to 10.1.1.

CWE CWE-400 CWE-664
Vendor @fastify/multipart
Product @fastify/multipart
Published Aug 15, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/multipart @fastify/multipart

Be the first to know when new high vulnerabilities affecting @fastify/multipart @fastify/multipart are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/multipart / @fastify/multipart
5.3.0 < 10.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify-multipart/security/advisories/GHSA-vmph-573x-85f6 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” iaohkut-from-NightWolf-Team UlisesGascon mcollina