Cyber Posture

CVE-2025-24033

High

Published: 23 January 2025

Published
23 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0028 51.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may launch a denial of service (DoS) attack targeting an endpoint's operating system (OS).

Security Summary

CVE-2025-24033 affects the @fastify/multipart plugin for Fastify, which handles parsing of multipart content-type requests. In versions prior to 8.3.1 and 9.0.3, the saveRequestFiles function fails to delete uploaded temporary files when a user cancels the request, leading to accumulation of these files on the filesystem. This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high availability impact with no confidentiality or integrity effects.

Attackers can exploit this remotely over the network with low complexity and no privileges or user interaction required. By sending multipart requests and canceling them mid-upload, unauthenticated attackers can repeatedly trigger the creation of temporary files without cleanup, potentially exhausting disk space and causing denial-of-service on the affected server.

Mitigation is available through upgrading to fixed versions 8.3.1 or 9.0.3 of @fastify/multipart. As a workaround, applications should avoid using the saveRequestFiles function. Details are documented in the GitHub security advisory (GHSA-27c6-mcxv-x3fh), issue tracker (#546), and pull request (#567).

Details

CWE(s)
CWE-770

MITRE ATT&CK Enterprise Techniques

T1499.001 OS Exhaustion Flood Impact
Adversaries may launch a denial of service (DoS) attack targeting an endpoint's operating system (OS).
Why these techniques?

Vulnerability enables disk space exhaustion via uncleansed temp files from canceled multipart uploads, directly facilitating OS resource exhaustion for Endpoint DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References