LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10538: The package `node-cli` before 1.0.0 insecurely uses the lock_file and log_file.

The package `node-cli` before 1.0.0 insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnecli node module<1.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-22 · source CWE mapping

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.