Denial of Service Vulnerability in @fastify/busboy Multipart Parser
CVE-2026-19484

7.5HIGH

Key Information:

Vendor
CVE Published:
13 August 2026

What is CVE-2026-19484?

The @fastify/busboy multipart form-data parser, used in Node.js applications, contains a vulnerability where a remote unauthenticated attacker can manipulate the event loop through specifically crafted multipart requests. If the boundary of the request is set to exactly 252 bytes, it leads to a CPU-bound loop that can stall the server, denying service to other requests. This issue arises from the limited size of the skip table in the parser, where a certain boundary size truncates the skip distance. To mitigate this vulnerability, users should upgrade to version 3.2.1, which expands the skip table size and preserves the skip distance during parsing.

Affected Version(s)

@fastify/busboy 3.1.0 < 3.2.1

@fastify/busboy 3.2.1

References

CVSS V3.1

Score:
7.5
Severity:
HIGH
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

LorenzoRD2003
mcollina
UlisesGascon
.