LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16049: `nodesqlite` was a malicious module published with the intent to hijack environment variables.

`nodesqlite` 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-16049 concerns `nodesqlite`, an npm module identified as malicious. Its stated purpose was to hijack environment variables, which often contain application secrets. npm has unpublished the package. Organizations should treat any historical use as potential secret exposure, but the sources do not provide CVSS scoring or confirmed active exploitation.

Executive priority

Prioritize this as a supply-chain incident if `nodesqlite` was ever used. The main business risk is credential or secret exposure through environment variables, not service disruption. If absent from all inventories, urgency drops significantly.

Technical view

The issue is categorized as CWE-506: embedded malicious code. The affected product is the `nodesqlite` node module, all versions. Public sources state it was published with intent to hijack environment variables and was unpublished by npm. No CVSS vector, patch version, or exploit telemetry is provided in the source bundle.

Likely exposure

Exposure is most likely in Node.js projects that directly or historically included `nodesqlite` in manifests, lockfiles, SBOMs, build caches, or deployed artifacts. Any environment variables available during install, build, or runtime should be considered potentially sensitive.

Exploitation context

The package itself was malicious by design, but the provided sources do not cite active exploitation, known victim counts, or KEV listing. There is enough evidence to treat installation as a supply-chain compromise risk, not enough to claim ongoing exploitation.

Researcher notes

Evidence is concise but limited: malicious intent, affected package, all versions, and npm unpublishing are stated. Missing details include CVSS, payload behavior, exact exfiltration destination, install-time versus runtime behavior, and confirmed exploitation data.

Mitigation direction

  • Remove `nodesqlite` from all projects, lockfiles, and build artifacts.
  • Check npm and vendor guidance for any additional remediation detail.
  • Rotate secrets that may have existed in affected environment variables.
  • Rebuild and redeploy from clean dependency manifests and caches.
  • Add dependency review or allowlisting for similarly named packages.

Validation and detection

  • Search manifests, lockfiles, SBOMs, and dependency inventories for `nodesqlite`.
  • Review historical CI, build, container, and deployment artifacts for package presence.
  • Identify environment variables exposed during affected install, build, or runtime periods.
  • Confirm the package is absent from current production and development dependency trees.
  • Document secret rotation decisions and remaining evidence gaps.
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-16049 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
HackerOnenodesqlite 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.