ghsa-9x43-5qcq-h79q
Vulnerability from github
Published
2023-10-22 21:36
Modified
2024-09-13 20:12
Severity ?
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
Summary
Django Grappelli Open Redirect vulnerability
Details
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "django-grappelli" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.15.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-46898" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2023-10-24T01:46:26Z", "nvd_published_at": "2023-10-22T19:15:08Z", "severity": "MODERATE" }, "details": "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.", "id": "GHSA-9x43-5qcq-h79q", "modified": "2024-09-13T20:12:08Z", "published": "2023-10-22T21:36:10Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-46898" }, { "type": "WEB", "url": "https://github.com/sehmaschine/django-grappelli/issues/975" }, { "type": "WEB", "url": "https://github.com/sehmaschine/django-grappelli/pull/976" }, { "type": "WEB", "url": "https://github.com/sehmaschine/django-grappelli/commit/4ca94bcda0fa2720594506853d85e00c8212968f" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django-grappelli/PYSEC-2023-211.yaml" }, { "type": "PACKAGE", "url": "https://github.com/sehmaschine/django-grappelli" }, { "type": "WEB", "url": "https://github.com/sehmaschine/django-grappelli/compare/2.15.1...2.15.2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "Django Grappelli 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.