{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4554c40e2298d11c4472ca64b9a60236b12c6535"
            }
          ],
          "repo": "https://github.com/dpgaspar/flask-appbuilder",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-9hcr-9hcv-x6pv"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-307"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/29xxx/CVE-2023-29005.json"
  },
  "details": "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`.",
  "id": "CVE-2023-29005",
  "modified": "2026-03-13T21:50:19.468649945Z",
  "published": "2023-04-10T20:47:17.958Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://flask-limiter.readthedocs.io/en/stable/configuration.html"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/29xxx/CVE-2023-29005.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-9hcr-9hcv-x6pv"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29005"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "No Rate Limiting on Login AUTH DB"
}