๐Ÿ” CVE Alert

CVE-2026-74866

MEDIUM 5.8

@fastify/busboy vulnerable to CRLF injection via multipart Content-Disposition filename and name

CVSS Score
5.8
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/busboy is a multipart form-data parser for Node.js. Its multipart part-header parser splits header lines only on the two-byte carriage-return line-feed sequence, so a lone carriage return or line feed embedded in a part header is not treated as a line break and is carried verbatim into the parsed Content-Disposition filename and field name handed to the application. An attacker who uploads a file whose filename or field name contains a bare carriage return or line feed can inject control characters into consumers that trust the parser to return clean values, enabling filesystem filename pollution, log forging, or header injection when the value is forwarded to a carriage-return-sensitive sink. All versions of @fastify/busboy up to and including 3.2.1 are affected. The issue is fixed in version 3.2.2, which rejects any header line that still contains a bare carriage return or line feed. Users should upgrade to 3.2.2, and consumers such as @fastify/multipart should bump their @fastify/busboy dependency to pull in the fix.

CWE CWE-93
Vendor @fastify/busboy
Product @fastify/busboy
Published Aug 21, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/busboy @fastify/busboy

Be the first to know when new medium vulnerabilities affecting @fastify/busboy @fastify/busboy 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:C/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/busboy / @fastify/busboy
0 < 3.2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/busboy/security/advisories/GHSA-gxm5-99cw-xjw9 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” tonghuaroot mcollina UlisesGascon