6.1
CVE-2023-49438
- EPSS 0.2%
- Veröffentlicht 26.12.2023 22:15:13
- Zuletzt bearbeitet 04.11.2025 19:16:09
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An open redirect vulnerability in the python package Flask-Security-Too <=5.3.2 allows attackers to redirect unsuspecting users to malicious sites via a crafted URL by abusing the ?next parameter on the /login and /register routes.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Flask-security-too Project ≫ Flask-security-too Version <= 5.3.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.2% | 0.425 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 6.1 | 2.8 | 2.7 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')
The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.