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

exploitDog

nvd логотип

CVE-2026-54335

Опубликовано: 17 июл. 2026
Источник: nvd
CVSS3: 3.7
EPSS Низкий

Описание

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In 5.0.44 and earlier, the _.merge(target, source) utility exported by @feathersjs/commons recursively merges source into target by iterating Object.keys(source). When source was produced by JSON.parse and contains a proto, constructor, or prototype key, that key is returned as an own-enumerable property; the recursive merge then resolves target['proto'] to Object.prototype and writes attacker-supplied properties onto it, polluting the prototype for all plain objects in the process for the lifetime of the Node process. This issue is fixed in version 5.0.45.

EPSS

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

3.7 Low

CVSS3

Дефекты

CWE-1321

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

CVSS3: 3.7
github
17 дней назад

Prototype pollution in @feathersjs/commons _.merge via JSON-parsed __proto__

EPSS

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

3.7 Low

CVSS3

Дефекты

CWE-1321