Prototype Pollution in lodash.mergewith
High severity
GitHub Reviewed
Published
Sep 3, 2020
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Reviewed
Aug 31, 2020
Published to the GitHub Advisory Database
Sep 3, 2020
Last updated
Jan 9, 2023
Versions of
lodash.mergewith
before 4.6.1 are vulnerable to Prototype Pollution. The function 'mergeWith' may allow a malicious user to modify the prototype ofObject
via__proto__
causing the addition or modification of an existing property that will exist on all objects.Recommendation
Update to version 4.6.1 or later.
References