Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-33f9-j839-rf8h

Опубликовано: 02 сент. 2021
Источник: github
Github: Прошло ревью
CVSS3: 9.8

Описание

Prototype Pollution in immer

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type.

Пакеты

Наименование

immer

npm
Затронутые версииВерсия исправления

>= 7.0.0, < 9.0.6

9.0.6

EPSS

Процентиль: 39%
0.00176
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-1321
CWE-843

Связанные уязвимости

CVSS3: 9.8
redhat
больше 4 лет назад

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type.

CVSS3: 5.6
nvd
больше 4 лет назад

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type.

EPSS

Процентиль: 39%
0.00176
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-1321
CWE-843