pysec-2013-21
Vulnerability from pysec
Published
2013-10-04 17:55
Modified
2021-07-15 02:22
Details
The is_safe_url function in utils/http.py in Django 1.4.x before 1.4.6, 1.5.x before 1.5.2, and 1.6 before beta 2 treats a URL's scheme as safe even if it is not HTTP or HTTPS, which might introduce cross-site scripting (XSS) or other vulnerabilities into Django applications that use this function, as demonstrated by "the login view in django.contrib.auth.views" and the javascript: scheme.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "django", "purl": "pkg:pypi/django" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a" }, { "fixed": "ae3535169af804352517b7fea94a42a1c9c4b762" }, { "fixed": "1a274ccd6bc1afbdac80344c9b6e5810c1162b5f" } ], "repo": "https://github.com/django/django", "type": "GIT" }, { "events": [ { "introduced": "1.4" }, { "fixed": "1.4.6" }, { "introduced": "1.5" }, { "fixed": "1.5.2" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.4", "1.4.1", "1.4.2", "1.4.3", "1.4.4", "1.4.5", "1.5", "1.5.1" ] } ], "aliases": [ "CVE-2013-6044" ], "details": "The is_safe_url function in utils/http.py in Django 1.4.x before 1.4.6, 1.5.x before 1.5.2, and 1.6 before beta 2 treats a URL\u0027s scheme as safe even if it is not HTTP or HTTPS, which might introduce cross-site scripting (XSS) or other vulnerabilities into Django applications that use this function, as demonstrated by \"the login view in django.contrib.auth.views\" and the javascript: scheme.", "id": "PYSEC-2013-21", "modified": "2021-07-15T02:22:09.088856Z", "published": "2013-10-04T17:55:00Z", "references": [ { "type": "WEB", "url": "http://www.securitytracker.com/id/1028915" }, { "type": "ARTICLE", "url": "https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2013/q3/369" }, { "type": "FIX", "url": "https://github.com/django/django/commit/ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a" }, { "type": "FIX", "url": "https://github.com/django/django/commit/ae3535169af804352517b7fea94a42a1c9c4b762" }, { "type": "FIX", "url": "https://github.com/django/django/commit/1a274ccd6bc1afbdac80344c9b6e5810c1162b5f" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2013/q3/411" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/61777" }, { "type": "ADVISORY", "url": "http://secunia.com/advisories/54476" }, { "type": "ADVISORY", "url": "http://rhn.redhat.com/errata/RHSA-2013-1521.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-updates/2013-10/msg00015.html" }, { "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/86437" }, { "type": "ADVISORY", "url": "http://www.debian.org/security/2013/dsa-2740" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.