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
Install Flask-AppBuilder 3.2.2 or above
Filter HTTP traffic containing ?next={next-site} where the next-site domain is different from the application you are protecting
{
"github_reviewed": true,
"severity": "MODERATE",
"github_reviewed_at": "2021-09-08T21:10:56Z",
"nvd_published_at": "2021-09-08T18:15:00Z",
"cwe_ids": [
"CWE-601"
]
}