LiveActive security incident?Get immediate response
CVE Record

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

`mariadb` 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 analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2017-16046 covers a malicious npm module named `mariadb` that was published to hijack environment variables. npm has unpublished it. Business risk depends on whether any application installed or ran this package before removal, because environment variables often contain credentials, tokens, and service configuration.

Executive priority

Prioritize inventory and secret-risk review over emergency patching. The package was unpublished, but any past execution may have exposed sensitive configuration or credentials.

Technical view

The source bundle identifies CWE-506 malicious code in the `mariadb` node module, affecting all versions. No CVSS score, patch details, or KEV listing is provided. The only stated vendor action is npm unpublishing the module. Treat confirmed installations as a potential secret exposure event.

Likely exposure

Exposure is most likely in Node.js projects that directly or transitively installed the npm package `mariadb` before it was unpublished, or where private registries cached it.

Exploitation context

The source states malicious intent to hijack environment variables, but does not provide active exploitation evidence. KEV is false, so do not treat this as confirmed exploited-in-the-wild from the provided evidence.

Researcher notes

Evidence is sparse: affected package, malicious intent, CWE-506, all versions, and npm unpublishing. No CVSS, exploit telemetry, payload details, or official remediation beyond unpublishing is provided in the bundle.

Mitigation direction

  • Remove the `mariadb` npm module from affected projects and dependency locks.
  • Check npm or vendor guidance for any named replacement or additional remediation.
  • Purge cached copies from private registries, build caches, and deployment artifacts.
  • Rotate secrets exposed as environment variables on systems where it ran.
  • Review CI/CD environments for credentials available during package install or execution.

Validation and detection

  • Search package manifests, lockfiles, SBOMs, and artifact inventories for `mariadb`.
  • Identify builds or deployments created while the package was available.
  • Confirm private registries no longer serve cached copies of the package.
  • Review affected hosts and CI jobs for environment variables accessible to the application.
  • Document secret rotation decisions for any confirmed installation.
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-16046 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
HackerOnemariadb 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.