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

exploitDog

github логотип

GHSA-7pr3-p5fm-8r9x

Опубликовано: 30 сент. 2021
Источник: github
Github: Прошло ревью
CVSS3: 7.5

Описание

LiveQuery publishes user session tokens in parse-server

Impact

For regular (non-LiveQuery) queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscription on the Parse.User class, all session tokens created during user sign-ups will be broadcast as part of the LiveQuery payload.

Patches

Remove session token from LiveQuery payload.

Workaround

Set user.acl(new Parse.ACL()) in a beforeSave trigger to make the user private already on sign-up.

Пакеты

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

parse-server

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

< 4.10.4

4.10.4

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-200

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

CVSS3: 7.5
nvd
больше 4 лет назад

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to version 4.10.4, for regular (non-LiveQuery) queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscription on the `Parse.User` class, all session tokens created during user sign-ups will be broadcast as part of the LiveQuery payload. A patch in version 4.10.4 removes session tokens from the LiveQuery payload. As a workaround, set `user.acl(new Parse.ACL())` in a beforeSave trigger to make the user private already on sign-up.

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-200