Flask-AppBuilder Open Redirect vulnerability
High severity
GitHub Reviewed
Published
Sep 8, 2021
in
dpgaspar/Flask-AppBuilder
•
Updated Sep 20, 2024
Description
Published by the National Vulnerability Database
Sep 8, 2021
Reviewed
Sep 8, 2021
Published to the GitHub Advisory Database
Sep 8, 2021
Last updated
Sep 20, 2024
Impact
If using Flask-AppBuilder OAuth, an attacker can share a carefully crafted URL with a trusted domain for an application built with Flask-AppBuilder, this URL can redirect a user to a malicious site. This is an open redirect vulnerability
Patches
Install Flask-AppBuilder 3.2.2 or above
Workarounds
Filter HTTP traffic containing
?next={next-site}
where thenext-site
domain is different from the application you are protectingReferences