VYPR

npm package

multer

pkg:npm/multer

Vulnerabilities (7)

  • CVE-2026-3520Mar 4, 2026
    affected < 2.1.1fixed 2.1.1

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.1 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing stack overflow. Users should upgrade to version 2.1.1 to

  • CVE-2026-3304Feb 27, 2026
    affected < 2.1.0fixed 2.1.0

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing resource exhaustion. Users should upgrade to version 2.1.

  • CVE-2026-2359Feb 27, 2026
    affected < 2.1.0fixed 2.1.0

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by dropping connection during file upload, potentially causing resource exhaustion. Users should upgrade to

  • CVE-2025-7338HigJul 17, 2025
    affected >= 1.4.4-lts.1, < 2.0.2fixed 2.0.2

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability that is present starting in version 1.4.4-lts.1 and prior to version 2.0.2 allows an attacker to trigger a Denial of Service (DoS) by sending a malformed multi-part upload request. This request cau

  • CVE-2025-48997HigJun 3, 2025
    affected >= 1.4.4-lts.1, < 2.0.1fixed 2.0.1

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability that is present starting in version 1.4.4-lts.1 and prior to version 2.0.1 allows an attacker to trigger a Denial of Service (DoS) by sending an upload file request with an empty string field name.

  • CVE-2025-47944HigMay 19, 2025
    affected >= 1.4.4-lts.1, < 2.0.0fixed 2.0.0

    Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability that is present starting in version 1.4.4-lts.1 and prior to version 2.0.0 allows an attacker to trigger a Denial of Service (DoS) by sending a malformed multi-part upload request. This request cau

  • CVE-2025-47935HigMay 19, 2025
    affected < 2.0.0fixed 2.0.0

    Multer is a node.js middleware for handling `multipart/form-data`. Versions prior to 2.0.0 are vulnerable to a resource exhaustion and memory leak issue due to improper stream handling. When the HTTP request stream emits an error, the internal `busboy` stream is not closed, viola