Old version of lodash is being used here that has a vulnerability. Can we please fix
- Lingua principale
- JavaScript
- Stelle
- 96
- Fork
- 25
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Prototype Pollution
Module: lodash
Published: February 13th 2019
Reported by: asgerf
CWE-471
CVE-2018-16487
Vulnerable: <4.17.11
Patched: >=4.17.11
Exploitability: 3
Overview
Versions of lodash before 4.17.5 are vulnerable to prototype pollution.
The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which allow a malicious user to modify the prototype of Object via {constructor: {prototype: {...}}} causing the addition or modification of an existing property that will exist on all objects.
Findings
json-sass>lodash
Remediation
Update to version 4.17.11 or later.
References
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.