You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Remediation: Upgrade lodash to version 4.17.5 or later.
A prototype pollution vulnerability was found in lodash <4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype.
Remediation: Upgrade lodash to version 4.17.11 or later.
The text was updated successfully, but these errors were encountered:
CVE-2018-3721
Remediation: Upgrade lodash to version 4.17.5 or later.
CVE-2018-16487
Remediation: Upgrade lodash to version 4.17.11 or later.
The text was updated successfully, but these errors were encountered: