-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| cli | npm | >= 0.1.0, <= 0.11.3 | 1.0.0 |
The security patch removes daemon functionality including the cli.daemon method which contained the vulnerable path construction pattern. The original code in cli.daemon used predictable /tmp/[app].pid and /tmp/[app].log paths without safe temporary file creation practices. This matches the CWE-22 description of improper path limitation. The commit message explicitly states removal due to security vulnerabilities in temporary file handling.