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

exploitDog

nvd логотип

CVE-2026-33228

Опубликовано: 20 мар. 2026
Источник: nvd
CVSS3: 9.8
EPSS Низкий

Описание

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "proto" returns Array.prototype via the inherited getter. This object is then treated as a legitimate parsed value and assigned as a property of the output object, effectively leaking a live reference to Array.prototype to the consumer. Any code that subsequently writes to that property will pollute the global prototype. This issue has been patched in version 3.4.2.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:webreflection:flatted:*:*:*:*:*:node.js:*:*
Версия до 3.4.2 (исключая)

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-1321
CWE-915

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

CVSS3: 9.8
ubuntu
5 месяцев назад

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "__proto__" returns Array.prototype via the inherited getter. This object is then treated as a legitimate parsed value and assigned as a property of the output object, effectively leaking a live reference to Array.prototype to the consumer. Any code that subsequently writes to that property will pollute the global prototype. This issue has been patched in version 3.4.2.

CVSS3: 9.8
redhat
5 месяцев назад

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "__proto__" returns Array.prototype via the inherited getter. This object is then treated as a legitimate parsed value and assigned as a property of the output object, effectively leaking a live reference to Array.prototype to the consumer. Any code that subsequently writes to that property will pollute the global prototype. This issue has been patched in version 3.4.2.

msrc
5 месяцев назад

flatted: Prototype Pollution via parse()

CVSS3: 9.8
debian
5 месяцев назад

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() ...

github
5 месяцев назад

Prototype Pollution via parse() in NodeJS flatted

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-1321
CWE-915