Описание
Prototype Pollution in mout
This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2020-7792
- https://github.com/mout/mout/commit/3fecf1333e6d71ae72edf48c71dc665e40df7605
- https://github.com/mout/mout/blob/master/src/object/deepFillIn.js
- https://github.com/mout/mout/blob/master/src/object/deepMixIn.js
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1050374
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1050373
- https://snyk.io/vuln/SNYK-JS-MOUT-1014544
Пакеты
Наименование
mout
npm
Затронутые версииВерсия исправления
< 1.2.3
1.2.3
Связанные уязвимости
CVSS3: 7.5
nvd
около 5 лет назад
This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution.