CVE-2016-10538: Arbitrary File Write in cli
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.5418%
CWE
Published
2/18/2019
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
cli | npm | < 1.0.0 | 1.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The security patch removes all daemon-related functionality including the cli.daemon
method that contained the vulnerable temporary file creation logic. The removed code explicitly shows predictable path construction using /tmp
+ app name pattern. This matches the CVE description of insecure temporary file handling that enables arbitrary file writes via symlink attacks. The function
would appear in profiler traces when daemon operations (start()
, stop()
, log()
) were executed in vulnerable versions.