CVE-2024-21890 Affecting nodejs-packaging package, versions <0:2021.06-4.module+el8.9.0+90082+b6a613a6
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ORACLE8-NODEJSPACKAGING-6593863
- published 10 Apr 2024
- disclosed 20 Feb 2024
Introduced: 20 Feb 2024
CVE-2024-21890 Open this link in a new tabHow to fix?
Upgrade Oracle:8
nodejs-packaging
to version 0:2021.06-4.module+el8.9.0+90082+b6a613a6 or higher.
This issue was patched in ELSA-2024-1687
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream nodejs-packaging
package and not the nodejs-packaging
package as distributed by Oracle
.
See How to fix?
for Oracle:8
relevant fixed versions and status.
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 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.