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

exploitDog

github логотип

GHSA-9hcr-9hcv-x6pv

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

Описание

Flask-AppBuilder Has No Rate Limiting on Login AUTH DB

Impact

Lack of rate limiting will allow an attacker to brute-force user credentials.

Patches

Ability to enable rate limiting on Flask-AppBuilder >= 4.3.0. Use AUTH_RATE_LIMITED = True and RATELIMIT_ENABLED = True set the limit itself by using AUTH_RATE_LIMIT. Will apply only to database authentication.

Workarounds

Implement rate limiting using a reverse proxy or other strategies.

Пакеты

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

Flask-AppBuilder

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

< 4.3.0

4.3.0

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-307

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

CVSS3: 7.5
ubuntu
почти 3 года назад

Flask-AppBuilder versions before 4.3.0 lack rate limiting which can allow an attacker to brute-force user credentials. Version 4.3.0 includes the ability to enable rate limiting using `AUTH_RATE_LIMITED = True`, `RATELIMIT_ENABLED = True`, and setting an `AUTH_RATE_LIMIT`.

CVSS3: 7.5
nvd
почти 3 года назад

Flask-AppBuilder versions before 4.3.0 lack rate limiting which can allow an attacker to brute-force user credentials. Version 4.3.0 includes the ability to enable rate limiting using `AUTH_RATE_LIMITED = True`, `RATELIMIT_ENABLED = True`, and setting an `AUTH_RATE_LIMIT`.

CVSS3: 7.5
debian
почти 3 года назад

Flask-AppBuilder versions before 4.3.0 lack rate limiting which can al ...

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-307