Publish GHSA-p8q5-cvwx-wvwp

This commit is contained in:
advisory-database[bot]
2025-03-03 15:27:37 +00:00
parent e47f851a6a
commit 86f0d56c14
@@ -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
}
}