Lucene search

K
hackeroneTniessenH1:2257156
HistoryNov 19, 2023 - 2:35 p.m.

Node.js: Improper handling of wildcards in --allow-fs-read and --allow-fs-write

2023-11-1914:35:40
tniessen
hackerone.com
13
node.js
wildcards
file system
documentation
bug bounty
security vulnerability

AI Score

7

Confidence

Low

EPSS

0

Percentile

15.5%

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.