LiveActive security incident?Get immediate response
CVE Record

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

node-opencv 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

node-opencv was not a normal vulnerability in application code; it was a malicious npm package. Sources say it was published to hijack environment variables and has since been unpublished by npm. The main business risk is exposure of secrets stored in environment variables, such as tokens or credentials.

Executive priority

Prioritize immediately if node-opencv appears in current or historical dependency records. If absent, no direct remediation is indicated, but this remains a useful supply-chain monitoring case.

Technical view

CVE-2017-16067 covers all versions of the node-opencv node module. It is classified as CWE-506, embedded malicious code. The source bundle provides no CVSS score, patch version, exploit telemetry, or technical details beyond intent to hijack environment variables and npm unpublishing.

Likely exposure

Exposure is likely limited to projects that installed node-opencv directly or transitively before it was unpublished, especially CI, deployment, or server environments where environment variables held sensitive secrets.

Exploitation context

The sources identify malicious publication intent, but KEV is false and no cited source confirms active exploitation. This should be treated as a historical supply-chain compromise risk, not a remote service vulnerability.

Researcher notes

Evidence is sparse. The CVE states all versions are affected and npm unpublished the package. No exploit method, indicators, hashes, maintainer details, or remediation release are provided in the supplied sources.

Mitigation direction

  • Remove node-opencv from manifests, lockfiles, and build images if present.
  • Check npm or vendor guidance because no fixed version is named in the sources.
  • Rotate secrets present in affected build, CI, or runtime environments.
  • Rebuild artifacts from clean dependencies after removal.
  • Block reintroduction through dependency allowlists or software composition analysis.

Validation and detection

  • Search package manifests, lockfiles, SBOMs, and build logs for node-opencv.
  • Confirm whether any production or CI environment installed the package.
  • Identify environment variables available during affected installs or runtime.
  • Check secret rotation records for any potentially exposed credentials.
  • Verify dependency scanners flag CWE-506 or malicious-package findings.
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-16067 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-opencv 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.