Lack of rate limiting will allow an attacker to brute-force user credentials.
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.
Implement rate limiting using a reverse proxy or other strategies.
{
"cwe_ids": [
"CWE-307"
],
"github_reviewed": true,
"github_reviewed_at": "2023-04-10T16:37:40Z",
"nvd_published_at": "2023-04-10T21:15:00Z",
"severity": "HIGH"
}