Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS05aGNyLTloY3YteDZwds4AAypf
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.
Permalink: https://github.com/advisories/GHSA-9hcr-9hcv-x6pvJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05aGNyLTloY3YteDZwds4AAypf
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: about 2 months ago
Updated: about 2 months ago
CVSS Score: 7.5
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Identifiers: GHSA-9hcr-9hcv-x6pv, CVE-2023-29005
References:
- https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-9hcr-9hcv-x6pv
- https://github.com/dpgaspar/Flask-AppBuilder/pull/1976
- https://flask-limiter.readthedocs.io/en/stable/configuration.html
- https://github.com/dpgaspar/Flask-AppBuilder/releases/tag/v4.3.0
- https://nvd.nist.gov/vuln/detail/CVE-2023-29005
- https://github.com/advisories/GHSA-9hcr-9hcv-x6pv
Affected Packages
pypi:Flask-AppBuilder
Versions: < 4.3.0Fixed in: 4.3.0