From 86f0d56c14fef5231929deb9d1543d409a045a48 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:27:37 +0000 Subject: [PATCH] Publish GHSA-p8q5-cvwx-wvwp --- .../GHSA-p8q5-cvwx-wvwp.json | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 advisories/github-reviewed/2025/03/GHSA-p8q5-cvwx-wvwp/GHSA-p8q5-cvwx-wvwp.json diff --git a/advisories/github-reviewed/2025/03/GHSA-p8q5-cvwx-wvwp/GHSA-p8q5-cvwx-wvwp.json b/advisories/github-reviewed/2025/03/GHSA-p8q5-cvwx-wvwp/GHSA-p8q5-cvwx-wvwp.json new file mode 100644 index 00000000000..3f2bc820c7e --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-p8q5-cvwx-wvwp/GHSA-p8q5-cvwx-wvwp.json @@ -0,0 +1,57 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p8q5-cvwx-wvwp", + "modified": "2025-03-03T15:26:03Z", + "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": "PACKAGE", + "url": "https://github.com/dpgaspar/Flask-AppBuilder" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-204" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-03-03T15:26:03Z", + "nvd_published_at": null + } +} \ No newline at end of file