CVE-2013-6044: XSS
The issafeurl 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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2013-6044?
CVE-2013-6044 has a high severity rating because it can allow cross-site scripting (XSS) vulnerabilities in affected Django applications.
How do I fix CVE-2013-6044?
To fix CVE-2013-6044, upgrade to Django versions 1.4.6, 1.5.2, or higher.
Which versions of Django are affected by CVE-2013-6044?
CVE-2013-6044 affects Django versions 1.4.x before 1.4.6, 1.5.x before 1.5.2, and 1.6 beta 1.
What types of vulnerabilities can CVE-2013-6044 introduce?
CVE-2013-6044 can introduce cross-site scripting (XSS) vulnerabilities and potentially other security issues in Django applications.
Is there a temporary workaround for CVE-2013-6044?
There is no documented temporary workaround for CVE-2013-6044; the recommended action is to upgrade to a patched version.