#VU21764 Code Injection in Lodash - CVE-2019-10744
Published: October 14, 2019
Lodash
Lodash
Description
The vulnerability allows a remote attacker to modify properties on the target system.
The vulnerability exists due to improper input validation in the "defaultsDeep" function. A remote attacker can send a specially crafted request and modify the prototype of "Object" via "{constructor: {prototype: {...}}}" causing the addition or modification of an existing property that will exist on all objects.