LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16048: `node-sqlite` was a malicious module published with the intent to hijack environment variables.

`node-sqlite` 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

CVE-2017-16048 concerns the npm module `node-sqlite`, described as malicious and intended to hijack environment variables. That matters because environment variables often contain API keys, database credentials, and deployment secrets. npm unpublished the package, but systems that installed it before removal may still carry risk.

Executive priority

Prioritize investigation if this package appeared in production, CI, or deployment tooling, because environment-variable access can expose high-value secrets. If it never existed in your dependency graph or caches, business urgency is lower.

Technical view

The source bundle identifies `node-sqlite` as a malicious Node.js module affecting all versions, categorized as CWE-506. The only stated behavior is intent to hijack environment variables. No CVSS score, patch version, exploit details, or active exploitation evidence is provided. npm has unpublished the module.

Likely exposure

Exposure is most likely in Node.js projects, CI jobs, build systems, or cached package mirrors that installed `node-sqlite` before npm unpublished it. The bundle lists all versions as affected but does not identify downstream applications or transitive dependency paths.

Exploitation context

The package itself is described as malicious, but the supplied sources do not show KEV listing, active exploitation campaigns, payload details, or observed compromise cases. Treat any executed installation as potential secret exposure until reviewed.

Researcher notes

Evidence is sparse: the public bundle states malicious intent, all versions affected, npm unpublishing, and CWE-506. It does not provide a patch, technical indicators, exploit telemetry, or compromise reports. Validation should focus on dependency presence and secret exposure scope.

Mitigation direction

  • Remove `node-sqlite` from package manifests, lockfiles, and build artifacts.
  • Replace it only with a trusted, maintained SQLite package after review.
  • Purge cached copies from private registries, package mirrors, and CI caches.
  • Rotate secrets exposed through environments where the package may have run.
  • Check npm or vendor guidance because no fixed version is named.

Validation and detection

  • Search package manifests, lockfiles, and SBOMs for `node-sqlite`.
  • Review CI, build, and deployment logs for historical installation or execution.
  • Check private registries and artifact caches for retained copies.
  • Identify environment secrets available during affected installs or runtime.
  • Confirm replacement packages are intentional and sourced from trusted maintainers.
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-16048 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-sqlite 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.