VYPR

busboy

by Fastify

CVEs (2)

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

    @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-19484HigAug 13, 2026
    risk 0.00cvss 7.5epss

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