LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3723: defaults-deep node module before 0.2.4 suffers from a Modification of Assumed-Immutable Data (MAID) vulnera...

defaults-deep node module before 0.2.4 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-3723 affects the npm defaults-deep module before 0.2.4. A crafted input can alter shared JavaScript object behavior, potentially causing unexpected properties to appear across objects. Business risk depends on whether vulnerable versions process untrusted input in production applications.

Executive priority

Treat as dependency hygiene with targeted urgency. Patch affected applications, especially internet-facing Node.js services that process user-supplied structured input. Absence of KEV or CVSS reduces emergency pressure but does not remove risk.

Technical view

The issue is CWE-471, Modification of Assumed-Immutable Data, commonly associated with prototype pollution. defaults-deep before 0.2.4 allowed modification of Object prototype via __proto__, making added or changed properties visible on all objects in affected runtime contexts.

Likely exposure

Exposure is likely limited to Node.js applications or build tooling that include defaults-deep before 0.2.4, directly or transitively. Risk rises when the module merges attacker-controlled objects or configuration data.

Exploitation context

The source bundle does not show KEV listing, public active exploitation, CVSS scoring, or broad exploitation evidence. The HackerOne report and upstream commit support the vulnerability and remediation context.

Researcher notes

Evidence supports a prototype pollution class issue in defaults-deep before 0.2.4. No exploit status, CVSS vector, or full affected dependency graph is provided, so validation should focus on real package presence and reachable merge flows.

Mitigation direction

  • Upgrade defaults-deep to 0.2.4 or later where present.
  • Review transitive dependency paths that pull in vulnerable defaults-deep versions.
  • Avoid merging untrusted object data without validation.
  • Check vendor and package-maintainer guidance for application-specific handling.

Validation and detection

  • Search SBOMs, lockfiles, and dependency manifests for defaults-deep before 0.2.4.
  • Identify application paths that merge user-controlled objects or configuration data.
  • Confirm deployed artifacts no longer include vulnerable defaults-deep versions.
  • Add regression coverage for prototype-pollution-safe object merging where applicable.
Prepared
Confidence
medium
Sources
4

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-471: 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-2018-3723 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
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnedefaults-deep node moduleVersions before 0.2.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-471 · source CWE mapping

Modification of Assumed-Immutable Data (MAID)

Modification of Assumed-Immutable Data (MAID) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.