The Node.js Permission Model does not clarify in the...
Moderate severity
Unreviewed
Published
Feb 20, 2024
to the GitHub Advisory Database
•
Updated May 1, 2024
Description
Published by the National Vulnerability Database
Feb 20, 2024
Published to the GitHub Advisory Database
Feb 20, 2024
Last updated
May 1, 2024
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:
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.
References