LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16064: node-openssl was a malicious module published with the intent to hijack environment variables.

node-openssl 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-16064 concerns the npm package node-openssl, described as a malicious module intended to hijack environment variables. If it ran in development, CI, or production, secrets stored in environment variables may have been exposed. The package has been unpublished by npm.

Executive priority

Treat this as a supply-chain secret exposure investigation. If the package was never used, priority is low after documentation. If it ran in CI or production, prioritize secret rotation and dependency cleanup promptly.

Technical view

The issue is classified as CWE-506, embedded malicious code. The affected component is the node-openssl node module, with all versions listed as affected. Sources do not provide CVSS scoring, a patch version, technical internals, or confirmed exploitation beyond the malicious package publication.

Likely exposure

Exposure is likely limited to projects that installed or executed the node-openssl npm package, including historical builds. Risk is higher where runtime or CI environments contained API keys, cloud credentials, deployment tokens, or database secrets in environment variables.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The package itself is described as malicious and intended to hijack environment variables, so compromise should be considered possible wherever it was installed and run.

Researcher notes

Evidence is sparse: the record names all versions affected, says npm unpublished it, and classifies it as malicious code. No safe version, CVSS vector, exploit telemetry, or technical mechanism is provided in the source bundle.

Mitigation direction

  • Remove node-openssl from dependencies and lockfiles if present.
  • Do not reinstall the unpublished package from mirrors or caches.
  • Rotate secrets exposed in environments where the package ran.
  • Review npm or vendor advisory guidance for any newly published instructions.
  • Rebuild affected applications from clean dependency sources.

Validation and detection

  • Review package manifests and lockfiles for node-openssl.
  • Check historical CI and deployment records for package installation.
  • Identify environments where node-openssl executed.
  • Inventory environment variables available during those executions.
  • Confirm current dependency trees no longer include the package.
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-16064 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
HackerOnenode-openssl 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.