Lodash — CWE-400

All FrameworksLodashCWE-400

2 CVEs categorized as CWE-400 — Uncontrolled Resource Consumption (DoS) in Lodash.

CVE-2019-10102662019
lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.…
CVE-2018-164872018
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.