VYPR

rpm package

opensuse/nodejs20&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/nodejs20&distro=openSUSE%20Tumbleweed

Vulnerabilities (41)

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

    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-1.1fixed 20.15.1-1.1

    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-36137LowSep 7, 2024
    affected < 20.15.1-1.1fixed 20.15.1-1.1

    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-1.1fixed 20.11.1-1.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-2023-39333MedSep 7, 2024
    affected < 20.8.1-1.1fixed 20.8.1-1.1

    Maliciously crafted export names in an imported WebAssembly module can inject JavaScript code. The injected code may be able to access data and functions that the WebAssembly module itself does not have access to, similar to as if the WebAssembly module was a JavaScript module.

  • CVE-2023-30587HigSep 7, 2024
    affected < 20.3.1-1.1fixed 20.3.1-1.1

    A vulnerability in Node.js version 20 allows for bypassing restrictions set by the --experimental-permission flag using the built-in inspector module (node:inspector). By exploiting the Worker class's ability to create an "internal worker" with the kIsInternal Symbol, attackers

  • CVE-2023-30584HigSep 7, 2024
    affected < 20.3.1-1.1fixed 20.3.1-1.1

    A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of path traversal bypass when verifying file permissions. Please note that at the time this CVE was issued, the permission mod

  • CVE-2023-30583HigSep 7, 2024
    affected < 20.3.1-1.1fixed 20.3.1-1.1

    fs.openAsBlob() can bypass the experimental permission model when using the file system read restriction with the `--allow-fs-read` flag in Node.js 20. This flaw arises from a missing check in the `fs.openAsBlob()` API. Please note that at the time this CVE was issued, the permi

  • CVE-2023-30582MedSep 7, 2024
    affected < 20.3.1-1.1fixed 20.3.1-1.1

    A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument. This flaw arises from an inadequate permission model that fails to restrict file watching through the fs.wa

  • CVE-2024-22018LowJul 10, 2024
    affected < 20.15.1-1.1fixed 20.15.1-1.1

    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-1.1fixed 20.15.1-1.1

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

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

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

    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-22025MedMar 19, 2024
    affected < 20.11.1-1.1fixed 20.11.1-1.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-1.1fixed 20.11.1-1.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-1.1fixed 20.11.1-1.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-1.1fixed 20.11.1-1.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-1.1fixed 20.11.1-1.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-1.1fixed 20.11.1-1.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

Page 1 of 3