Vulnerabilities > Nodejs > Node JS > 21.6.1

DATE CVE VULNERABILITY TITLE RISK
2024-02-20 CVE-2024-21890 Unspecified vulnerability in Nodejs Node.Js
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.
network
low complexity
nodejs
6.5
2024-02-20 CVE-2024-21891 Path Traversal vulnerability in Nodejs Node.Js
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 permission model in Node.js 20 and Node.js 21. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
network
low complexity
nodejs CWE-22
8.8
2024-02-20 CVE-2024-21892 Code Injection vulnerability in Nodejs Node.Js
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 exception even when certain other capabilities have been set. This allows unprivileged users to inject code that inherits the process's elevated privileges.
local
low complexity
nodejs CWE-94
7.8