LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16127: The module pandora-doomsday infects other modules.

The module pandora-doomsday infects other modules. It's since been unpublished from the registry.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2017-16127 describes a malicious npm package, pandora-doomsday, that infected other Node.js modules. The package has been unpublished, but any historical installation should be treated as suspect because local dependencies may have been modified.

Executive priority

Prioritize investigation if the organization used Node.js projects around the package’s availability window. The main business risk is contaminated software supply chain artifacts, not a network-exploitable service flaw.

Technical view

The affected product is the pandora-doomsday Node module, all versions. The CVE maps to CWE-509, malicious code. Provided sources state the module infects other modules and was unpublished; they do not provide CVSS, exploit mechanics, indicators, or a vendor patch.

Likely exposure

Exposure is limited to environments that installed pandora-doomsday directly or indirectly before it was unpublished. Check dependency manifests, lockfiles, SBOMs, historical build logs, and package caches.

Exploitation context

The provided sources do not show active exploitation, and CISA KEV status is false. This is still serious for affected systems because installation itself could modify other modules.

Researcher notes

Evidence is sparse. The public bundle identifies malicious infection behavior, all versions affected, unpublished status, and CWE-509. It does not provide payload details, indicators of compromise, CVSS scoring, or confirmed exploitation.

Mitigation direction

  • Remove pandora-doomsday from manifests, lockfiles, caches, and internal package mirrors.
  • Replace any dependency that pulled pandora-doomsday into the project.
  • Rebuild dependencies from trusted sources in a clean environment.
  • Review NodeSecurity or registry guidance for any package-specific handling.
  • Treat previously installed dependency trees as potentially tampered until validated.

Validation and detection

  • Search dependency manifests, lockfiles, SBOMs, and package inventories for pandora-doomsday.
  • Review historical CI and build logs for past installation of the package.
  • Inspect internal npm mirrors or caches for retained copies.
  • Compare affected dependency directories against fresh trusted installs.
  • Confirm production artifacts were rebuilt after removing the package.
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-509: 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-16127 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
HackerOnepandora-doomsday 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-509 · source CWE mapping

Replicating Malicious Code (Virus or Worm)

Replicating Malicious Code (Virus or Worm) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.