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

exploitDog

github логотип

GHSA-q342-9w2p-57fp

Опубликовано: 10 мар. 2026
Источник: github
Github: Прошло ревью
CVSS4: 6.9

Описание

Parse Server has denylist requestKeywordDenylist keyword scan bypass through nested object placement

Impact

The requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is caused by a logic bug that stops scanning sibling keys after encountering the first nested value. Any custom requestKeywordDenylist entries configured by the developer are equally by-passable using the same technique.

All Parse Server deployments are affected. The requestKeywordDenylist is enabled by default.

Patches

The fix replaces the recursive object scanner with an iterative stack-based traversal that processes all nested values without prematurely exiting the scan loop. This also eliminates a potential stack overflow on deeply nested payloads.

Workarounds

Use a Cloud Code beforeSave trigger to validate incoming data for prohibited keywords across all classes.

References

Пакеты

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

parse-server

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

< 8.6.12

8.6.12

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

parse-server

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

>= 9.0.0-alpha.1, < 9.5.1-alpha.1

9.5.1-alpha.1

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-693

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

CVSS3: 5.3
nvd
около 1 месяца назад

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.12 and 9.5.1-alpha.1, the requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is caused by a logic bug that stops scanning sibling keys after encountering the first nested value. Any custom requestKeywordDenylist entries configured by the developer are equally by-passable using the same technique. All Parse Server deployments are affected. The requestKeywordDenylist is enabled by default. This vulnerability is fixed in 8.6.12 and 9.5.1-alpha.1. Use a Cloud Code beforeSave trigger to validate incoming data for prohibited keywords across all classes.

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-693