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

exploitDog

github логотип

GHSA-xqg6-98cw-gxhq

Опубликовано: 03 фев. 2026
Источник: github
Github: Прошло ревью
CVSS3: 9.3

Описание

Prototype Pollution via FormData Processing in Qwik City

Summary

A Prototype Pollution vulnerability exists in the formToObj() function within @builder.io/qwik-city middleware. The function processes form field names with dot notation (e.g., user.name) to create nested objects, but fails to sanitize dangerous property names like __proto__, constructor, and prototype. This allows unauthenticated attackers to pollute Object.prototype by sending crafted HTTP POST requests, potentially leading to privilege escalation, authentication bypass, or denial of service.

Impact

An unauthenticated attacker can supply specially crafted form field names that cause formToObj() to write dangerous keys (for example proto, constructor, prototype) into parsed objects. This results in Prototype Pollution of the server process and can cause privilege escalation, auth bypass, denial-of-service, or other global application integrity failures depending on how objects are used.

Пакеты

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

@builder.io/qwik-city

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

< 1.19.0

1.19.0

EPSS

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

9.3 Critical

CVSS3

Дефекты

CWE-1321

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

CVSS3: 9.3
nvd
5 дней назад

Qwik is a performance focused javascript framework. Prior to version 1.19.0, a prototype pollution vulnerability exists in the formToObj() function within @builder.io/qwik-city middleware. The function processes form field names with dot notation (e.g., user.name) to create nested objects, but fails to sanitize dangerous property names like __proto__, constructor, and prototype. This allows unauthenticated attackers to pollute Object.prototype by sending crafted HTTP POST requests, potentially leading to privilege escalation, authentication bypass, or denial of service. This issue has been patched in version 1.19.0.

CVSS3: 9.3
debian
5 дней назад

Qwik is a performance focused javascript framework. Prior to version 1 ...

EPSS

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

9.3 Critical

CVSS3

Дефекты

CWE-1321