VYPR

busboy

by Fastify

CVEs (3)

  • CVE-2026-19484HigAug 13, 2026
    risk 0.49cvss 7.5epss 0.01

    @fastify/busboy is a multipart form-data parser. In versions 3.1.0 through 3.2.0, a remote unauthenticated attacker can stall the Node.js event loop by sending a multipart request whose boundary is crafted to a specific length. The vendored streaming search stores its skip table…

  • CVE-2026-19481HigAug 13, 2026
    risk 0.49cvss 7.5epss 0.00

    @fastify/busboy is a multipart form-data parser. In versions 1.0.0 through 3.2.0, an attacker who can submit multipart form-data can crash the parser by sending a part header whose name is a prototype-inherited property such as __proto__ or constructor. The internal header…

  • CVE-2026-74866MedAug 21, 2026
    risk 0.38cvss 5.8epss 0.00

    @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…