Lucene search
+L

8294 matches found

CVE
CVE
added 2024/02/20 1:31 a.m.359 views

CVE-2024-21890

CVE-2024-21890 affects Node.js where the experimental Permission Model mishandles wildcards in --allow-fs-read/--allow-fs-write, allowing access beyond the intended path due to improper path traversal sanitization. Affected are Node.js 20/21 with the experimental permission model; mitigation is t...

6.5CVSS4.7AI score0.00945EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/20 1:31 a.m.25 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.4AI score0.03168EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/20 1:31 a.m.7 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.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.42 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...

6.5CVSS6.5AI score0.00945EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.39 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 CAPNETBINDSERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this...

7.8CVSS7.6AI score0.00562EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.42 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.4AI score0.03168EPSS
SaveExploits0
OSV
OSV
added 2024/02/20 1:31 a.m.20 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, namely...

7.9CVSS9.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.37 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...

5CVSS5.9AI score0.00945EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.36 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 CAPNETBINDSERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this...

7.5CVSS6.2AI score0.00562EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.41 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, namely...

7.9CVSS5.9AI score0.01262EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/20 1:31 a.m.16 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 CAPNETBINDSERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this...

7.5CVSS7.6AI score0.00562EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.44 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.5CVSS6.2AI score0.03168EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/20 1:31 a.m.13 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...

5CVSS7.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.36 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, namely...

9.8CVSS7.1AI score0.01262EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2024/02/20 1:31 a.m.33 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 CAPNETBINDSERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this...

7.8CVSS7.6AI score0.00562EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/02/20 12:0 a.m.2 views

Node.js Security Vulnerabilities

Node.js is an open source, cross-platform JavaScript runtime environment. A security vulnerability exists in Node.js versions 20 and 21, which stems from a built-in utility function that may be overridden by a user definition, leading to a path traversal attack to bypass the file system permissio...

8.8CVSS7.8AI score0.01245EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2024/02/20 12:0 a.m.27 views

null -- null

[email protected] reports: 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 CAPNETBINDSERVICE. Due to a bug in the implementation of this exception, Node....

7.8CVSS7.4AI score0.00562EPSS
SaveExploits0References1
Photon
Photon
added 2024/02/20 12:0 a.m.8 views

Critical Photon OS Security Update - PHSA-2024-5.0-91-0213

Updates of 'nodejs', 'libuv' packages of Photon OS have been released...

9.8CVSS6.5AI score0.03168EPSS
SaveExploits1
Hacker One
Hacker One
added 2024/02/18 12:17 p.m.30 views

Node.js: fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect

The vulnerability in the undici library in Node.js was that the parseHashWithOptions function did not properly handle base64url encoded hashes and invalid hashes. This allowed resources to be loaded without the expected Subresource Integrity SRI checks being performed...

3.5CVSS4.3AI score0.00803EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/02/17 3:21 a.m.3 views

SUSE 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 experiment...

8.4CVSS8.3AI score0.01245EPSS
SaveExploits0References4
Rows per page
Query Builder