ghsa-624f-cqvr-3qw4
Vulnerability from github
Published
2021-09-08 21:11
Modified
2025-03-07 19:09
Severity ?
7.2 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
6.9 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
6.9 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
Summary
Flask-AppBuilder Open Redirect vulnerability
Details
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 the next-site
domain is different from the application you are protecting
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Flask-AppBuilder" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.3.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-32805" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2021-09-08T21:10:56Z", "nvd_published_at": "2021-09-08T18:15:00Z", "severity": "MODERATE" }, "details": "### Impact\nIf 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 \n\n### Patches\nInstall Flask-AppBuilder 3.2.2 or above\n\n### Workarounds\nFilter HTTP traffic containing `?next={next-site}` where the `next-site` domain is different from the application you are protecting", "id": "GHSA-624f-cqvr-3qw4", "modified": "2025-03-07T19:09:11Z", "published": "2021-09-08T21:11:14Z", "references": [ { "type": "WEB", "url": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-624f-cqvr-3qw4" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32805" }, { "type": "WEB", "url": "https://github.com/dpgaspar/Flask-AppBuilder/commit/6af28521589599b1dbafd6313256229ee9a4fa74" }, { "type": "PACKAGE", "url": "https://github.com/dpgaspar/Flask-AppBuilder" }, { "type": "WEB", "url": "https://github.com/dpgaspar/Flask-AppBuilder/releases/tag/v3.3.2" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask-appbuilder/PYSEC-2021-359.yaml" }, { "type": "WEB", "url": "https://pypi.org/project/Flask-AppBuilder" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "Flask-AppBuilder Open Redirect vulnerability" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.