Prototype Pollution in lodash
High severity
GitHub Reviewed
Published
Jul 15, 2020
to the GitHub Advisory Database
•
Updated Jan 26, 2024
Description
Published by the National Vulnerability Database
Jul 15, 2020
Reviewed
Jul 15, 2020
Published to the GitHub Advisory Database
Jul 15, 2020
Last updated
Jan 26, 2024
Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The functions
pick
,set
,setWith
,update
,updateWith
, andzipObjectDeep
allow a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires manipulating objects based on user-provided property values or arrays.This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.
References