VYPR

Bitnami package

node

pkg:bitnami/node

Vulnerabilities (107)

  • CVE-2025-23165LowMay 19, 2025
    affected < 20.19.2fixed 20.19.2

    In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can

  • CVE-2025-23085MedFeb 7, 2025
    affected < 18.20.6fixed 18.20.6

    A memory leak could occur when a remote peer abruptly closes the socket without sending a GOAWAY notification. Additionally, if an invalid header was detected by nghttp2, causing the connection to be terminated by the peer, the same leak was triggered. This flaw could lead to inc

  • CVE-2025-23084Jan 28, 2025
    affected < 18.20.6fixed 18.20.6

    A vulnerability has been identified in Node.js, specifically affecting the handling of drive names in the Windows environment. Certain Node.js functions do not treat drive names as special on Windows. As a result, although Node.js assumes a relative path, it actually refers to th

  • CVE-2025-23083HigJan 22, 2025
    affected >= 19.0.0, < 20.18.2fixed 20.18.2

    With the aid of the diagnostics_channel utility, an event can be hooked into whenever a worker thread is created. This is not limited only to workers but also exposes internal workers, where an instance of them can be fetched, and its constructor can be grabbed and reinstated for

  • CVE-2024-37372LowJan 9, 2025
    affected >= 19.0.0, < 20.15.1fixed 20.15.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 < 18.20.2fixed 18.20.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-36138HigSep 7, 2024
    affected < 18.20.4fixed 18.20.4

    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.0.0, < 20.15.1fixed 20.15.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 < 18.19.1fixed 18.19.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 < 18.18.2fixed 18.18.2

    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.0.0, < 20.3.1fixed 20.3.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.0.0, < 20.3.1fixed 20.3.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.0.0, < 20.3.1fixed 20.3.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.0.0, < 20.3.1fixed 20.3.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.0.0, < 20.15.1fixed 20.15.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 < 18.20.4fixed 18.20.4

    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.1fixed 18.20.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-3566CriApr 10, 2024
    affected >= 1.77.2, < 18.19.0fixed 18.19.0

    A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are satisfied.

  • CVE-2024-27983HigApr 9, 2024
    affected < 18.20.1fixed 18.20.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-22025MedMar 19, 2024
    affected < 18.19.1fixed 18.19.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

Page 2 of 6