VYPR

rpm package

suse/nodejs20&distro=SUSE Linux Enterprise Module for Web and Scripting 15 SP5

pkg:rpm/suse/nodejs20&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Web%20and%20Scripting%2015%20SP5

Vulnerabilities (21)

  • CVE-2024-37372LowJan 9, 2025
    affected < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.2

    The Permission Model assumes that any path starting with two backslashes \ has a four-character prefix that can be ignored, which is not always true. This subtle bug leads to vulnerable edge cases.

  • CVE-2024-27980HigJan 9, 2025
    affected < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.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 < 20.18.1-150500.11.15.1fixed 20.18.1-150500.11.15.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 < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.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-2024-36137LowSep 7, 2024
    affected < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.2

    A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" fi

  • CVE-2023-46809HigSep 7, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    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-22018LowJul 10, 2024
    affected < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.2

    A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-read flag is used. This flaw arises from an inadequate permission model that fails to restrict file stats through the fs.lstat API. As a result, malicious acto

  • CVE-2024-22020MedJul 9, 2024
    affected < 20.15.1-150500.11.12.2fixed 20.15.1-150500.11.12.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 < 20.12.1-150500.11.9.2fixed 20.12.1-150500.11.9.2

    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 < 20.12.1-150500.11.9.2fixed 20.12.1-150500.11.9.2

    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 < 20.12.1-150500.11.9.2fixed 20.12.1-150500.11.9.2

    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 < 20.12.1-150500.11.9.2fixed 20.12.1-150500.11.9.2

    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 < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    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-22017HigMar 19, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    setuid() does not affect libuv's internal io_uring operations if initialized before the call to setuid(). This allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid(). This vulnerability affects all users us

  • CVE-2024-21896Feb 20, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    The permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be treated as a Buffer, the implementation uses Buffer.from() to obtain a Buffer from the result of path.resolve(). By monkey-patching B

  • CVE-2024-21890Feb 20, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    The Node.js Permission Model does not clarify in the documentation that wildcards should be only used as the last character of a file path. For example: ``` --allow-fs-read=/home/node/.ssh/*.pub ``` will ignore `pub` and give access to everything after `.ssh/`. This misleading

  • CVE-2024-21891Feb 20, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack. This vulnerability affects all users usi

  • CVE-2024-22019Feb 20, 2024
    affected < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    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 < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    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 < 20.11.1-150500.11.6.1fixed 20.11.1-150500.11.6.1

    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

Page 1 of 2