Advisories for Pypi/Flask-Security-Too package

2023
2021

URL Redirection to Untrusted Site

The Python "Flask-Security-Too" package is used for adding security features to your Flask application. It is an is an independently maintained version of Flask-Security based on the 3.0.0 version of Flask-Security. All versions of Flask-Security-Too allow redirects after many successful views by honoring the ?next query param. There is code in FS to validate that the url specified in the next parameter is either relative OR has the same netloc …