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

exploitDog

nvd логотип

CVE-2026-55451

Опубликовано: 14 сент. 2026
Источник: nvd
EPSS Низкий

Описание

gettext-converter provides gettext resource conversion utilities for JavaScript. Prior to 1.3.3, js2i18next() in lib/js2i18next.js splits nested translation keys using options.keyseparator, whose default value consists of two number signs, and uses each segment as a dynamic object key without rejecting proto, constructor, or prototype. When an application converts untrusted PO or i18next translation data, a proto segment resolves Object.prototype as the nested write target and Object.assign writes attacker-controlled translated properties onto the process-wide prototype. The resulting prototype pollution can cause denial of service and may enable application-dependent follow-on attacks. This issue is fixed in version 1.3.3.

EPSS

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

Дефекты

CWE-1321

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

CVSS3: 8.2
redhat
9 дней назад

gettext-converter provides gettext resource conversion utilities for JavaScript. Prior to 1.3.3, js2i18next() in lib/js2i18next.js splits nested translation keys using options.keyseparator, whose default value consists of two number signs, and uses each segment as a dynamic object key without rejecting __proto__, constructor, or prototype. When an application converts untrusted PO or i18next translation data, a __proto__ segment resolves Object.prototype as the nested write target and Object.assign writes attacker-controlled translated properties onto the process-wide prototype. The resulting prototype pollution can cause denial of service and may enable application-dependent follow-on attacks. This issue is fixed in version 1.3.3.

github
около 1 месяца назад

gettext-converter: Prototype pollution in js2i18next() via crafted translation keys

EPSS

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

Дефекты

CWE-1321