ghsa-f7cm-ccfp-3q4r
Vulnerability from github
Published
2022-05-14 02:09
Modified
2024-09-18 14:49
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
Summary
Django Incorrectly Validates URLs
Details
The core.urlresolvers.reverse
function in Django before 1.4.14, 1.5.x before 1.5.9, 1.6.x before 1.6.6, and 1.7 before release candidate 3 does not properly validate URLs, which allows remote attackers to conduct phishing attacks via a //
(slash slash) in a URL, which triggers a scheme-relative URL to be generated.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.4.14" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "1.5" }, { "fixed": "1.5.9" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "1.6" }, { "fixed": "1.6.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2014-0480" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2023-08-16T21:39:17Z", "nvd_published_at": "2014-08-26T14:55:00Z", "severity": "HIGH" }, "details": "The `core.urlresolvers.reverse` function in Django before 1.4.14, 1.5.x before 1.5.9, 1.6.x before 1.6.6, and 1.7 before release candidate 3 does not properly validate URLs, which allows remote attackers to conduct phishing attacks via a `//` (slash slash) in a URL, which triggers a scheme-relative URL to be generated.", "id": "GHSA-f7cm-ccfp-3q4r", "modified": "2024-09-18T14:49:16Z", "published": "2022-05-14T02:09:22Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0480" }, { "type": "WEB", "url": "https://github.com/django/django/commit/45ac9d4fb087d21902469fc22643f5201d41a0cd" }, { "type": "WEB", "url": "https://github.com/django/django/commit/c2fe73133b62a1d9e8f7a6b43966570b14618d7e" }, { "type": "WEB", "url": "https://github.com/django/django/commit/da051da8df5e69944745072611351d4cfc6435d5" }, { "type": "PACKAGE", "url": "https://github.com/django/django" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2014-4.yaml" }, { "type": "WEB", "url": "https://web.archive.org/web/20140918034351/http://www.securityfocus.com/bid/69425" }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2014/aug/20/security" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-updates/2014-09/msg00023.html" }, { "type": "WEB", "url": "http://www.debian.org/security/2014/dsa-3010" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Django Incorrectly Validates URLs" }
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.