Lucene search
+L

472 matches found

Vulnrichment
Vulnrichment
added 2024/02/20 1:31 a.m.22 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...

5CVSS5AI score0.00945EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/20 1:31 a.m.360 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
CVE
CVE
added 2024/02/20 1:31 a.m.188 views

CVE-2024-21896

CVE-2024-21896 affects Node.js when using the experimental permission model (Node.js v20/v21). The vulnerability arises from monkey-patching Buffer internals (Buffer.prototype.utf8Write) to modify the result of path.resolve() for user-provided paths, enabling path traversal. Impact is described a...

9.8CVSS7AI score0.01262EPSS
SaveExploits0References3Affected Software1
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
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.44 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
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.40 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
OSV
OSV
added 2024/02/20 1:31 a.m.14 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
Cvelist
Cvelist
added 2024/02/20 1:31 a.m.42 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
Debian CVE
Debian CVE
added 2024/02/20 1:31 a.m.37 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
SUSE CVE
SUSE CVE
added 2024/02/17 3:21 a.m.4 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
SUSE CVE
SUSE CVE
added 2024/02/17 3:21 a.m.8 views

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

7.8CVSS8.2AI score0.00945EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/02/17 3:21 a.m.6 views

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

7CVSS8.1AI score0.01262EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/02/16 12:00 a.m.6 views

PT-2024-4035 · Node.Js +5 · Node.Js +5

Name of the Vulnerable Software and Affected Versions: Node.js versions 20 through 21 Description: The issue is related to the Node.js Permission Model, which has misleading documentation regarding the use of wildcards in file paths. Specifically, the documentation does not clarify that wildcards...

9.8CVSS6.4AI score0.03168EPSS
SaveExploits1References96
FreeBSD
FreeBSD
added 2024/02/14 12:00 a.m.57 views

NodeJS -- Vulnerabilities

Node.js reports: Code injection and privilege escalation through Linux capabilities- High http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks- High Path traversal by monkey-patching Buffer internals- High setuid does not drop all privileges due to iouring - Hi...

9.8CVSS7.9AI score0.03168EPSS
SaveExploits0References1
Broadcom
Broadcom
added 2023/12/19 12:00 a.m.70 views

Privilege escalation vulnerability in Node.js 20 could allow loading arbitrary OpenSSL engines when the experimental permission model is enabled (CVE-2023-30586).

A privilege escalation vulnerability exists in Node.js 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model. The attack complexity is high. However, the crypto.setEngine API can be used to bypass...

7.5CVSS7.3AI score0.01348EPSS
SaveExploits0
OSV
OSV
added 2023/11/28 10:43 p.m.48 views

RLSA-2023:7205 Important: nodejs:20 security update

Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. Security Fixes: HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack Rapid Reset Attack CVE-2023-44487 nodejs: permission model improperly...

9.8CVSS8.5AI score0.99999EPSS
SaveExploits21References7
Rockylinux
Rockylinux
added 2023/11/28 10:43 p.m.52 views

nodejs:20 security update

An update is available for nodejs-packaging, module.nodejs-nodemon, module.nodejs-packaging, nodejs-nodemon. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list...

9.8CVSS7.5AI score0.99999EPSS
SaveExploits21
Hacker One
Hacker One
added 2023/11/21 5:47 p.m.38 views

Node.js: Multiple permission model bypasses due to improper path traversal sequence sanitization

A vulnerability in the path traversal sanitization of Node.js versions 20 and 21 allowed bypass of the experimental filesystem permission model through path traversal attacks...

7.9CVSS6.7AI score0.01245EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/14 5:00 p.m.82 views

Important: Red Hat Security Advisory: nodejs:20 security update

An update for the nodejs:20 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS7.1AI score0.99999EPSS
SaveExploits21References8
RedHat Linux
RedHat Linux
added 2023/11/14 5:00 p.m.9 views

nodejs: permission model improperly protects against path traversal

A previously disclosed vulnerability CVE-2023-30584 was patched insufficiently. The new path traversal vulnerability arises because the implementation does not protect itself against the application overwriting built-in utility functions with user-defined implementations...

7.7CVSS7.2AI score0.01325EPSS
SaveExploits0References4
Rows per page
Query Builder