VYPR

rpm package

suse/nodejs16&distro=SUSE Linux Enterprise Module for Web and Scripting 12

pkg:rpm/suse/nodejs16&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Web%20and%20Scripting%2012

Vulnerabilities (42)

  • CVE-2023-30589HigJul 1, 2023
    affected < 16.20.1-8.30.1fixed 16.20.1-8.30.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-2023-32067HigMay 25, 2023
    affected < 16.20.1-8.30.1fixed 16.20.1-8.30.1

    c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 lengt

  • CVE-2023-31147MedMay 25, 2023
    affected < 16.20.1-8.30.1fixed 16.20.1-8.30.1

    c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the ra

  • CVE-2023-31130MedMay 25, 2023
    affected < 16.20.1-8.30.1fixed 16.20.1-8.30.1

    c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an

  • CVE-2023-31124LowMay 25, 2023
    affected < 16.20.1-8.30.1fixed 16.20.1-8.30.1

    c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take

  • CVE-2023-23920MedFeb 23, 2023
    affected < 16.19.1-8.24.1fixed 16.19.1-8.24.1

    An untrusted search path vulnerability exists in Node.js. <19.6.1, <18.14.1, <16.19.1, and <14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.

  • CVE-2023-23919HigFeb 23, 2023
    affected < 16.19.1-8.24.1fixed 16.19.1-8.24.1

    A cryptographic vulnerability exists in Node.js <19.2.0, <18.14.1, <16.19.1, <14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to b

  • CVE-2023-23918HigFeb 23, 2023
    affected < 16.19.1-8.24.1fixed 16.19.1-8.24.1

    A privilege escalation vulnerability exists in Node.js <19.6.1, <18.14.1, <16.19.1 and <14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.

  • CVE-2023-24807HigFeb 16, 2023
    affected < 16.19.1-8.24.1fixed 16.19.1-8.24.1

    Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular

  • CVE-2023-23936MedFeb 16, 2023
    affected < 16.19.1-8.24.1fixed 16.19.1-8.24.1

    Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` str

  • CVE-2022-25881MedJan 31, 2023
    affected < 16.20.0-8.27.1fixed 16.20.0-8.27.1

    This affects versions of the package http-cache-semantics before 4.1.1. The issue can be exploited via malicious request header values sent to a server, when that server reads the cache policy from the request using this library.

  • CVE-2022-43548HigDec 5, 2022
    affected < 16.18.1-8.17.1fixed 16.18.1-8.17.1

    A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing

  • CVE-2022-35256MedDec 5, 2022
    affected < 16.17.1-8.12.1fixed 16.17.1-8.12.1

    The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.

  • CVE-2022-35255CriDec 5, 2022
    affected < 16.17.1-8.12.1fixed 16.17.1-8.12.1

    A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() alwa

  • CVE-2022-35948MedAug 15, 2022
    affected < 16.17.0-8.9.1fixed 16.17.0-8.9.1

    undici is an HTTP/1.1 client, written from scratch for Node.js.`=< undici@5.8.0` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` import { request } from 'undici'

  • CVE-2022-35949MedAug 12, 2022
    affected < 16.17.0-8.9.1fixed 16.17.0-8.9.1

    undici is an HTTP/1.1 client, written from scratch for Node.js.`undici` is vulnerable to SSRF (Server-side Request Forgery) when an application takes in **user input** into the `path/pathname` option of `undici.request`. If a user specifies a URL such as `http://127.0.0.1` or `//

  • CVE-2022-31150MedJul 19, 2022
    affected < 16.17.0-8.9.1fixed 16.17.0-8.9.1

    undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\r\n` is a wor

  • CVE-2022-32215MedJul 14, 2022
    affected < 16.16.0-8.6.1fixed 16.16.0-8.6.1

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

  • CVE-2022-32214MedJul 14, 2022
    affected < 16.16.0-8.6.1fixed 16.16.0-8.6.1

    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-32213MedJul 14, 2022
    affected < 16.16.0-8.6.1fixed 16.16.0-8.6.1

    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).