Lucene search

K

7 matches found

CVE
CVE
added 2024/02/20 2:15 a.m.257 views

CVE-2024-21890

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 documentation affects all users u...

6.5CVSS4.7AI score0.00662EPSS
CVE
CVE
added 2024/02/20 2:15 a.m.217 views

CVE-2024-21892

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 incorrectly applies this exc...

7.8CVSS7.3AI score0.00213EPSS
CVE
CVE
added 2024/02/20 2:15 a.m.181 views

CVE-2024-22019

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 limitations on chunk ...

7.5CVSS7.2AI score0.00094EPSS
CVE
CVE
added 2024/02/20 2:15 a.m.131 views

CVE-2024-21896

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 Buffer internals, na...

9.8CVSS7AI score0.00757EPSS
CVE
CVE
added 2024/02/20 2:15 a.m.130 views

CVE-2024-21891

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 using the experimental ...

8.8CVSS7.4AI score0.00107EPSS
CVE
CVE
added 2024/05/07 5:15 p.m.103 views

CVE-2024-27982

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 attackers to smuggle in a ...

6.5CVSS6.2AI score0.00168EPSS
CVE
CVE
added 2024/04/10 4:15 p.m.64 views

CVE-2024-3566

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.

9.8CVSS9.6AI score0.0303EPSS