LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3749: The utilities function in all versions < 1.0.1 of the deap node module can be tricked into modifying the pr...

The utilities function in all versions < 1.0.1 of the deap node module can be tricked into modifying the prototype of Object when the attacker can control part of the structure passed to this function. This can let an attacker add or modify existing properties 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-3749 affects the npm deap module before version 1.0.1. If an attacker can influence data passed into its utilities function, they may change properties shared by all JavaScript objects. Business impact depends on whether vulnerable code processes untrusted input.

Executive priority

Prioritize remediation for internet-facing or API-driven Node.js services that process user-controlled objects. Treat internal-only uses as lower urgency unless untrusted data paths exist.

Technical view

This is a prototype pollution issue in deap. The vulnerable utilities function can be tricked into modifying Object.prototype when attacker-controlled structure is processed. That can introduce or alter properties visible across objects. The provided sources do not include CVSS, CWE, confirmed exploit activity, or broader affected-product metadata.

Likely exposure

Exposure is likely in Node.js applications or transitive dependencies using deap versions earlier than 1.0.1, especially where external input reaches the affected utilities function.

Exploitation context

The provided bundle does not show CISA KEV listing or confirmed active exploitation. A public HackerOne report is referenced, but exploitability depends on application-specific data flow into deap.

Researcher notes

Key missing evidence: CVSS, CWE mapping, exploit-in-the-wild confirmation, and detailed affected package metadata beyond the vulnerable version range. Validate actual risk through dependency and data-flow review.

Mitigation direction

  • Upgrade deap to version 1.0.1 or later where present.
  • Review package locks and SBOMs for transitive deap usage.
  • Restrict untrusted structured input from reaching vulnerable merge or utility paths.
  • Check vendor or package maintainer guidance for any additional recommendations.

Validation and detection

  • Identify all applications and builds containing deap below 1.0.1.
  • Trace whether request, API, or file input reaches deap utilities.
  • Review tests for prototype pollution regressions around object merging.
  • Confirm updated dependency versions in lockfiles and deployed artifacts.
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.

cve · low confidence lookup

CVE-2018-3749 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
n/an/an/aListed
Weakness

CWE details

No CWE listed

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