LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16060: babelcli was a malicious module published with the intent to hijack environment variables.

babelcli was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2017-16060 is a malicious npm package issue. The package babelcli was published with intent to capture environment variables, which can include secrets such as tokens, deployment keys, and service credentials. npm unpublished the package. Business impact depends on whether the package was installed or executed in environments containing sensitive variables.

Executive priority

Prioritize investigation if the organization used Node.js builds around the disclosure period or has legacy lockfiles. The main business risk is credential theft, not service disruption. If found, handle as a secrets incident rather than only a dependency cleanup task.

Technical view

The source bundle identifies babelcli as a malicious Node module affecting all versions and classified under CWE-506. Its stated behavior was environment-variable hijacking. No CVSS score, patch version, or detailed execution path is provided. npm removal reduces new-install exposure but does not prove existing environments are clean.

Likely exposure

Exposure is likely limited to Node.js projects, CI pipelines, build images, or developer machines that installed the exact babelcli package before removal. Systems that never depended on or executed this module are not indicated as affected by the provided sources.

Exploitation context

The cited CVE data says the module was malicious by design and unpublished by npm. The source bundle does not show CISA KEV listing, confirmed active exploitation, exploit telemetry, or affected downstream applications. Treat any historical installation as a potential secret-exposure event.

Researcher notes

Evidence is sparse but direct: the package is described as malicious and intended to hijack environment variables. No exploit mechanics, indicators, or fixed package version are provided in the bundle. Validate by dependency presence and execution context, then scope exposed secrets.

Mitigation direction

  • Check vendor and npm guidance for any additional remediation details.
  • Remove babelcli from manifests, lockfiles, build images, and cached dependencies.
  • Rotate secrets exposed to environments where babelcli may have executed.
  • Rebuild affected CI runners, containers, and developer environments from trusted sources.
  • Add dependency screening for malicious or unpublished packages.

Validation and detection

  • Search package manifests, lockfiles, and SBOMs for the exact package name babelcli.
  • Review historical CI, build, and package-install records for babelcli installation.
  • Identify environment variables available during any suspected execution window.
  • Confirm removed dependencies are not still present in caches or base images.
  • Document whether secret rotation was required and completed.
Prepared
Confidence
medium
Sources
3

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

CWE-506: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2017-16060 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
2Source 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
HackerOnebabelcli node moduleAll versionsListed
Weakness

CWE details

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

CWE-506 · source CWE mapping

Embedded Malicious Code

Embedded Malicious Code represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.