Security readout for executives and security teams
Plain-English summary
CVE-2016-10538 affects the node-cli package before version 1.0.0. It mishandles temporary lock and log files, allowing the user who starts the program to overwrite files that account can already access. This is mainly a local file integrity risk, not a confirmed remote takeover issue.
Executive priority
Treat this as a targeted dependency hygiene issue. Prioritize remediation where the package runs in build, deployment, or service-account contexts with write access to important files. No supplied source supports emergency response for active exploitation.
Technical view
The vulnerability is reported as CWE-22 in the cli node module before 1.0.0. The lock_file and log_file temporary file handling can be abused by the starting user to overwrite accessible files. The supplied sources do not provide CVSS details, exploit maturity, or broader product impact.
Likely exposure
Exposure is most likely in applications, build scripts, or operational tooling that still depend on node-cli or cli versions below 1.0.0. Systems without this package, or using version 1.0.0 or later, are not indicated as affected by the supplied record.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The described impact requires the vulnerable package to run in a context where its temporary lock or log file behavior can overwrite files accessible to the starting user.
Researcher notes
The record names HackerOne's cli node module and versions below 1.0.0. Evidence is sparse: no CVSS vector, no exploit status, and no detailed affected environment constraints are provided. Avoid expanding scope beyond dependency presence and file overwrite by the starting user.
Mitigation direction
- Inventory Node dependencies for node-cli or cli versions below 1.0.0.
- Upgrade the package to version 1.0.0 or later where available.
- Remove the dependency if it is unused or only present in legacy tooling.
- Review vendor or package advisory guidance before deploying compensating controls.
Validation and detection
- Check package-lock, yarn.lock, pnpm-lock, and package manifests for affected versions.
- Confirm runtime images and build environments do not include versions below 1.0.0.
- Review tooling that runs the package with elevated or service-account permissions.
- Verify remediation by re-running dependency audit or software composition analysis.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2016-10538 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809252CVE reference · x_refsource_MISC
- https://github.com/node-js-libs/cli/issues/81CVE reference · x_refsource_MISC
- https://nodesecurity.io/advisories/95CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
