LiveActive security incident?Get immediate response
CVE Record

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

nodeffmpeg 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 analysisunknown

Security readout for executives and security teams

Plain-English summary

nodeffmpeg was not a normal bug; it was a malicious npm module intended to hijack environment variables. If it ran in developer, CI, or production environments, secrets stored in environment variables may have been exposed. npm has unpublished the package.

Executive priority

Treat this as a supply-chain exposure investigation, not a routine patch item. Priority depends on whether the package ever ran where credentials, API keys, or deployment secrets were present.

Technical view

CVE-2017-16069 is classified as CWE-506, embedded malicious code, affecting all versions of the nodeffmpeg node module. The public record provides no CVSS score and no detailed exploit timeline. The known behavior is malicious handling of environment variables, and npm removed the package.

Likely exposure

Exposure is likely limited to projects that installed or executed the nodeffmpeg npm package before it was unpublished, including CI pipelines, developer machines, containers, or production builds.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation reporting. The package itself was malicious, so installation and execution in sensitive environments is the relevant risk condition.

Researcher notes

Public evidence is sparse: all versions are listed affected, npm unpublished the package, and the described intent was environment-variable hijacking. No CVSS, patch version, IoCs, or confirmed active exploitation evidence is included in the supplied sources.

Mitigation direction

  • Remove nodeffmpeg from manifests, lockfiles, images, and build pipelines.
  • Replace it only with a trusted, maintained dependency after review.
  • Rotate secrets exposed as environment variables where nodeffmpeg may have run.
  • Rebuild affected artifacts from clean dependency sources.
  • Check npm or vendor guidance for any later advisory details.

Validation and detection

  • Search package manifests and lockfiles for nodeffmpeg.
  • Check SBOMs, dependency inventories, and container layers for the package.
  • Review CI, deployment, and developer environments where it may have executed.
  • Identify environment variables available during affected builds or runtime.
  • Confirm secret rotation for exposed credentials and tokens.
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-16069 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
HackerOnenodeffmpeg 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.