LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3721: lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability...

lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, 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

Lodash before 4.17.5 allowed attacker-controlled object data to change properties inherited by all JavaScript objects. In business terms, affected applications may behave unpredictably if they merge untrusted input using vulnerable lodash functions.

Executive priority

Treat this as a dependency hygiene and exposure-reduction item. Prioritize internet-facing or data-processing applications that accept JSON or user-controlled object input and use old lodash releases.

Technical view

CVE-2018-3721 is a CWE-471 MAID/prototype-pollution issue in lodash before 4.17.5. The cited CVE description names defaultsDeep, merge, and mergeWith as affected paths that can modify Object.prototype through __proto__.

Likely exposure

Exposure is likely where applications or bundled products use lodash versions before 4.17.5, directly or transitively, and pass untrusted object data into the affected merge-style functions.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. The HackerOne report and lodash commit support vulnerability existence and remediation, but operational exploit prevalence is not established here.

Researcher notes

The evidence identifies affected versions and functions, but does not provide CVSS, confirmed exploitation, or product-specific impact beyond listed references. Impact depends heavily on application data flow.

Mitigation direction

  • Upgrade lodash to 4.17.5 or later where present.
  • Refresh lockfiles and rebuild deployed artifacts after dependency updates.
  • Check vendor advisories for bundled products that include lodash.
  • Avoid merging untrusted object structures without validation.

Validation and detection

  • Inventory package manifests and lockfiles for lodash versions before 4.17.5.
  • Check transitive dependencies that bundle or pin vulnerable lodash releases.
  • Review code paths using defaultsDeep, merge, or mergeWith on untrusted input.
  • Confirm production artifacts no longer include vulnerable lodash versions.
Prepared
Confidence
medium
Sources
5

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-3721 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
4Source 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
HackerOnelodash node moduleVersions before 4.17.5Listed
Weakness

CWE details

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