LiveActive security incident?Get immediate response
CVE Record

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

openssl.js 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-16065 concerns a malicious npm module named openssl.js. Public sources say it was published to hijack environment variables and was later unpublished by npm. The main business risk is possible exposure of secrets stored in environment variables, such as service credentials, if the package was installed and executed.

Executive priority

Prioritize investigation if Node.js applications may have used this package. The issue can affect credentials rather than application availability, so impact may extend into cloud, CI/CD, and third-party service access.

Technical view

The issue is classified as CWE-506: embedded malicious code. The affected product is the openssl.js Node module, with all versions listed as affected. Sources provide no CVSS score, no named patch, and no detailed execution conditions beyond intent to hijack environment variables.

Likely exposure

Exposure is likely limited to Node.js projects that installed openssl.js, including historical lockfiles, build caches, containers, or deployed artifacts. Public data lists all versions as affected, but does not prove every installation executed malicious behavior.

Exploitation context

The source bundle does not show KEV listing or cited active exploitation. This should be treated as a malicious supply-chain package, not a conventional memory-safety flaw. Evidence supports malicious intent, not current campaign details.

Researcher notes

The public record is sparse: unpublished status, malicious intent, all versions affected, and CWE-506 are supported. No CVSS, exploit telemetry, IoCs, or package behavior details are included in the provided sources.

Mitigation direction

  • Remove openssl.js from dependencies, lockfiles, and build artifacts if present.
  • Check npm or vendor guidance for any later advisory details.
  • Rebuild affected applications from clean dependency sources.
  • Rotate environment-variable secrets if the package may have executed.
  • Review CI/CD systems and deployed hosts that used affected builds.

Validation and detection

  • Search package manifests and lockfiles for openssl.js.
  • Review SBOMs, artifact inventories, and container layers for the package.
  • Check deployment history for builds created while the dependency was present.
  • Inspect logs for unexpected access to environment-backed secrets.
  • Confirm secrets were rotated where execution cannot be ruled out.
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-16065 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
HackerOneopenssl.js 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.