← Back to feed
Vulnerabilities & PatchesEmerging1 sourceAug 15, 2026 · 14:17via CVEFeed

CVE-2026-19474 - @fastify/multipart vulnerable to Denial of Service via temporary file leak on aborted upload

Brief

CVE ID : CVE-2026-19474

Published : Aug. 15, 2026, 2:17 p. m.

  • 6 hours, 49 minutes ago

Description : @fastify/multipart is a multipart form-data parser for Fastify. In versions from 3.

  • 0 up to but not including 10.
  • 1, request. saveRequestFiles() can leave completed temporary files on disk when a client disconnects while the parser is advancing between multipart parts.

The iterator rejection that occurs between parts falls outside the per-file cleanup path, so an earlier completed file is never removed. An unauthenticated client can repeat this to cause persistent, linear disk consumption, leading to denial of service. This is an incomplete-fix variant of CVE-2025-24033. The issue is fixed in @fastify/multipart 10.

  • 1. Users should upgrade to 10.
  • 1.

Severity: 7.5

  • HIGH

Visit the link for more details, such as CVSS details, affected products, timeline, and more...

Read more on CVEFeed