VYPR

rpm package

opensuse/nodejs18&distro=openSUSE Leap 15.5

pkg:rpm/opensuse/nodejs18&distro=openSUSE%20Leap%2015.5

Vulnerabilities (34)

  • CVE-2024-27980HigJan 9, 2025
    affected < 18.20.4-150400.9.24.2fixed 18.20.4-150400.9.24.2

    Due to the improper handling of batch files in child_process.spawn / child_process.spawnSync, a malicious command line argument can inject arbitrary commands and achieve code execution even if the shell option is not enabled.

  • CVE-2024-21538HigNov 8, 2024
    affected < 18.20.5-150400.9.30.1fixed 18.20.5-150400.9.30.1

    Versions of the package cross-spawn before 6.0.6, from 7.0.0 and before 7.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted

  • CVE-2024-36138HigSep 7, 2024
    affected < 18.20.4-150400.9.24.2fixed 18.20.4-150400.9.24.2

    Bypass incomplete fix of CVE-2024-27980, that arises from improper handling of batch files with all possible extensions on Windows via child_process.spawn / child_process.spawnSync. A malicious command line argument can inject arbitrary commands and achieve code execution even if

  • CVE-2023-46809HigSep 7, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryp

  • CVE-2024-22020MedJul 9, 2024
    affected < 18.20.4-150400.9.24.2fixed 18.20.4-150400.9.24.2

    A security flaw in Node.js allows a bypass of network import restrictions. By embedding non-network imports in data URLs, an attacker can execute arbitrary code, compromising system security. Verified on various platforms, the vulnerability is mitigated by forbidding data URLs i

  • CVE-2024-27982MedMay 7, 2024
    affected < 18.20.1-150400.9.21.3fixed 18.20.1-150400.9.21.3

    The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attacke

  • CVE-2024-27983HigApr 9, 2024
    affected < 18.20.1-150400.9.21.3fixed 18.20.1-150400.9.21.3

    An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the se

  • CVE-2024-30260Apr 4, 2024
    affected < 18.20.1-150400.9.21.3fixed 18.20.1-150400.9.21.3

    Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.

  • CVE-2024-30261Apr 4, 2024
    affected < 18.20.1-150400.9.21.3fixed 18.20.1-150400.9.21.3

    Undici is an HTTP/1.1 client, written from scratch for Node.js. An attacker can alter the `integrity` option passed to `fetch()`, allowing `fetch()` to accept requests as valid even if they have been tampered. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.

  • CVE-2024-22025MedMar 19, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL. The vulnerability stems from the fact that the fetch() function in Node.js always d

  • CVE-2024-22019Feb 20, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of li

  • CVE-2024-21892Feb 20, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated privileges with the only exception of CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrec

  • CVE-2024-24758Feb 16, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There

  • CVE-2024-24806Feb 7, 2024
    affected < 18.19.1-150400.9.18.2fixed 18.19.1-150400.9.18.2

    libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be ex

  • CVE-2023-30590Nov 28, 2023
    affected < 18.16.1-150400.9.9.1fixed 18.16.1-150400.9.9.1

    The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivat

  • CVE-2023-30588Nov 28, 2023
    affected < 18.16.1-150400.9.9.1fixed 18.16.1-150400.9.9.1

    When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when acces

  • CVE-2023-30585Nov 28, 2023
    affected < 18.16.1-150400.9.9.1fixed 18.16.1-150400.9.9.1

    A vulnerability has been identified in the Node.js (.msi version) installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the "msiexec.exe" process, running under the NT

  • CVE-2023-30581Nov 22, 2023
    affected < 18.16.1-150400.9.9.1fixed 18.16.1-150400.9.9.1

    The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20.

  • CVE-2023-32559Aug 24, 2023
    affected < 18.17.1-150400.9.12.1fixed 18.17.1-150400.9.12.1

    A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `pr

  • CVE-2023-32002Aug 21, 2023
    affected < 18.17.1-150400.9.12.1fixed 18.17.1-150400.9.12.1

    The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. Please note

Page 1 of 2