LiveActive security incident?Get immediate response
CVE Record

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

nodemailer.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

This CVE concerns the npm package nodemailer.js, described as malicious and intended to hijack environment variables. Environment variables often hold secrets, so any past installation should be treated as a potential credential exposure. The source says npm unpublished the package.

Executive priority

Prioritize as urgent only if the package appears in current or historical dependency evidence. If found, treat it as a supply-chain secret exposure event and rotate affected credentials.

Technical view

CVE-2017-16072 maps to CWE-506 for embedded malicious code. The affected product is the nodemailer.js Node module, all versions. Public data gives no CVSS score, no patch details beyond npm unpublishing, and no confirmed active exploitation signal.

Likely exposure

Exposure is limited to systems that installed or resolved the exact nodemailer.js npm module. Review Node.js manifests, lockfiles, package caches, build logs, and artifact histories for that package name.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Risk comes from the package’s stated malicious purpose: hijacking environment variables, which may expose credentials, tokens, or deployment secrets.

Researcher notes

Evidence is sparse: the public summary names malicious intent and npm unpublishing but does not provide exploit mechanics, timelines, indicators, or affected ecosystems beyond the Node module. Avoid assuming compromise without installation evidence.

Mitigation direction

  • Remove any dependency on the exact nodemailer.js package.
  • Regenerate lockfiles and rebuild artifacts from trusted dependencies.
  • Rotate secrets that were present in affected build or runtime environments.
  • Check npm or vendor guidance for any additional remediation.
  • Preserve evidence if secret exposure or unexpected dependency resolution is found.

Validation and detection

  • Search package.json and lockfiles for exact nodemailer.js references.
  • Check CI, deployment, and container build logs for historic installations.
  • Inspect package caches and generated artifacts for the module.
  • Identify environment variables available during affected installs or runtime.
  • Confirm secrets have been rotated where exposure 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-16072 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
HackerOnenodemailer.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.