mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-13 12:10:09 +08:00
NextFormMixin was missing validations check on redirection [1]. Only internal redirections are now allowed. Attack Example: http://127.0.0.1:5000/login?next=http://google.com (it should not redirect to google.com) wq [1] https://www.owasp.org/index.php/Top_10_2010-A10-Unvalidated_Redirects_and_Forwards