VYPR

Body Parser

by Expressjs

Source repositories

CVEs (3)

  • CVE-2024-45590HigSep 10, 2024
    risk 0.42cvss 7.5epss 0.01

    body-parser is Node.js body parsing middleware. body-parser <1.20.3 is vulnerable to denial of service when url encoding is enabled. A malicious actor using a specially crafted payload could flood the server with a large number of requests, resulting in denial of service. This…

  • CVE-2025-13466MedNov 24, 2025
    risk 0.29cvss epss 0.00

    body-parser 2.2.0 is vulnerable to denial of service due to inefficient handling of URL-encoded bodies with very large numbers of parameters. An attacker can send payloads containing thousands of parameters within the default 100KB request size limit, causing elevated CPU and…

  • CVE-2026-12590LowJul 9, 2026
    risk 0.17cvss 3.7epss 0.00

    Impact: In body-parser versions prior to 1.20.6 (1.x line) and 2.3.0 (2.x line), when the parser is configured with an invalid limit option value such as an unparseable string or NaN, bytes.parse returns null and the request body size check is silently skipped. Applications that…