{ "schema_version": "1.4.0", "id": "GHSA-p8q5-cvwx-wvwp", "modified": "2025-04-09T20:01:40Z", "published": "2025-03-03T15:26:03Z", "aliases": [ "CVE-2025-24023" ], "summary": "Flask-AppBuilder Observable Response Discrepancy", "details": "### Impact\nUser enumeration in database authentication in Flask-AppBuilder <= 4.5.3 and werkzeug >= 3.0.0. Allows for a non authenticated user to enumerate existing usernames by timing the response time from the server when brute forcing requests to login.\n\n### Patches\n\nUpgrade to flask-appbuilder>=4.5.3\n\n### Workarounds\nDowngrade werkzeug to <3.0.0\n\n### References\n_Are there any links users can visit to find out more?_", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "flask-appbuilder" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "4.5.3" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-p8q5-cvwx-wvwp" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24023" }, { "type": "PACKAGE", "url": "https://github.com/dpgaspar/Flask-AppBuilder" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask-appbuilder/PYSEC-2025-15.yaml" } ], "database_specific": { "cwe_ids": [ "CWE-204" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2025-03-03T15:26:03Z", "nvd_published_at": "2025-03-03T16:15:41Z" } }