6.1

CVE-2021-46898

Exploit
views/switch.py in django-grappelli (aka Django Grappelli) before 2.15.2 attempts to prevent external redirection with startswith("/") but this does not consider a protocol-relative URL (e.g., //example.com) attack.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
VonautomatischDjango Grappelli Version < 2.15.2
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.47% 0.369
CVSS Metriken
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.

https://github.com/sehmaschine/django-grappelli/commit/4ca94bcda0fa2720594506853d85e00c8212968f
Patch
https://github.com/sehmaschine/django-grappelli/compare/2.15.1...2.15.2
Release Notes
https://github.com/sehmaschine/django-grappelli/issues/975
Exploit
Issue Tracking
https://github.com/sehmaschine/django-grappelli/pull/976
Patch