GHSA-f5x3-32g6-xq36
MODERATECVE-2024-28863During some analysis today on npm's node-tar package I came across the folder creation process, Basicly if you provide node-tar with a path like this ./a/b/c/foo.txt it would create every folder and sub-folder here a, b and c until it reaches the last folder to create foo.txt, In-this case I noticed that there's no validation at all on the amount of folders being created, that said we're actually
- Affected
- < 6.2.1
- Fixed in
- 6.2.1
- Weakness
- CWE-400
- Published
- 2024-03-22
- Source
- github