LiveActive security incident?Get immediate response
CVE Record

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

mongose 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-16077 is a malicious npm package issue. The package named mongose was published with intent to hijack environment variables, which often contain credentials or service configuration. npm has unpublished it, but systems that previously installed or cached it may still carry risk.

Executive priority

Prioritize investigation if Node.js builds or production systems ever installed mongose. The main business risk is credential exposure through environment variables, not a conventional software bug.

Technical view

The CVE describes all versions of the mongose Node module as affected by embedded malicious code, classified as CWE-506. The public record says the module targeted environment variables and was unpublished by npm. No CVSS score, patch version, or detailed compromise indicators are provided in the supplied sources.

Likely exposure

Exposure is most likely in Node.js projects, CI systems, build caches, containers, or artifact repositories that installed mongose before it was unpublished.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. The package itself was malicious by design, so installation and execution are the main concern.

Researcher notes

Evidence is sparse but direct: the package was malicious, affected all versions, and was unpublished. The sources do not provide indicators, payload details, affected download counts, or a fixed version.

Mitigation direction

  • Remove mongose from manifests, lockfiles, images, caches, and internal mirrors.
  • Rebuild affected applications from clean dependency sources.
  • Rotate environment-backed secrets if mongose was installed or executed.
  • Check npm and vendor guidance for any updated advisory details.

Validation and detection

  • Search package manifests, lockfiles, SBOMs, and dependency inventories for mongose.
  • Check CI, deployment, and package proxy logs for historic mongose installs.
  • Confirm production images and build artifacts no longer contain the package.
  • Review secret rotation records for environments where the package may have run.
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-16077 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
HackerOnemongose 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.