CVE-2021-46898: Django Grappelli Open Redirect vulnerability
(updated )
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.
References
- github.com/advisories/GHSA-9x43-5qcq-h79q
- github.com/pypa/advisory-database/tree/main/vulns/django-grappelli/PYSEC-2023-211.yaml
- github.com/sehmaschine/django-grappelli
- github.com/sehmaschine/django-grappelli/commit/4ca94bcda0fa2720594506853d85e00c8212968f
- github.com/sehmaschine/django-grappelli/compare/2.15.1...2.15.2
- github.com/sehmaschine/django-grappelli/issues/975
- github.com/sehmaschine/django-grappelli/pull/976
- nvd.nist.gov/vuln/detail/CVE-2021-46898
Detect and mitigate CVE-2021-46898 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →