VYPR

npm package

llhttp

pkg:npm/llhttp

Vulnerabilities (3)

  • CVE-2023-30589Jun 30, 2023
    affected < 8.1.1fixed 8.1.1

    The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS). The CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RF

  • CVE-2022-32214Jul 14, 2022
    affected < 6.0.7fixed 6.0.7

    The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).

  • CVE-2022-32213Jul 14, 2022
    affected < 6.0.7fixed 6.0.7

    The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).