Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-765j-9r45-w2q2: Flask App Builder has an Authentication Bypass vulnerability when using non AUTH_DB methods

Impact

When Flask-AppBuilder is configured to use OAuth, LDAP, or other non-database authentication methods, the password reset endpoint remains registered and accessible, despite not being displayed in the user interface. This allows an enabled user to reset their password and be able to create JWT tokens even after the user is disabled on the authentication provider.

Patches

Upgrade to Flask-AppBuilder version 4.8.1 or later

Workarounds

If immediate upgrade is not possible:

  • Manually disable password reset routes in the application configuration
  • Implement additional access controls at the web server or proxy level to block access to the reset my password URL.
  • Monitor for suspicious password reset attempts from disabled accounts
ghsa
#vulnerability#web#git#ldap#oauth#auth
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2025-58065

Flask App Builder has an Authentication Bypass vulnerability when using non AUTH_DB methods

Moderate severity GitHub Reviewed Published Sep 11, 2025 in dpgaspar/Flask-AppBuilder • Updated Sep 11, 2025

Package

pip flask-appbuilder (pip)

Affected versions

< 4.8.1

Impact

When Flask-AppBuilder is configured to use OAuth, LDAP, or other non-database authentication methods, the password reset endpoint remains registered and accessible, despite not being displayed in the user interface. This allows an enabled user to reset their password and be able to create JWT tokens even after the user is disabled on the authentication provider.

Patches

Upgrade to Flask-AppBuilder version 4.8.1 or later

Workarounds

If immediate upgrade is not possible:

  • Manually disable password reset routes in the application configuration
  • Implement additional access controls at the web server or proxy level to block access to the reset my password URL.
  • Monitor for suspicious password reset attempts from disabled accounts

References

  • GHSA-765j-9r45-w2q2
  • dpgaspar/Flask-AppBuilder#2384
  • dpgaspar/Flask-AppBuilder@a942a9c
  • https://github.com/dpgaspar/Flask-AppBuilder/releases/tag/v4.8.1

Published to the GitHub Advisory Database

Sep 11, 2025

Last updated

Sep 11, 2025

ghsa: Latest News

GHSA-765j-9r45-w2q2: Flask App Builder has an Authentication Bypass vulnerability when using non AUTH_DB methods