Information Exposure Affecting flask-appbuilder package, versions [,1.9.0)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-FLASKAPPBUILDER-567790
- published 1 Apr 2020
- disclosed 1 Apr 2020
- credit Unknown
How to fix?
Upgrade Flask-AppBuilder
to version 1.9.0 or higher.
Overview
Flask-AppBuilder is a simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.
Affected versions of this package are vulnerable to Information Exposure. Attackers were able to masquerade as an authenticated user through OAuth providers. The fix changes the ID that is used to link a google login to an account to an immutable user ID that is provided by google. The previous implementation used the display name, which could easily be changed at any point and used to log in to a different account by an attacker.