Bugzilla – Bug 844312
VUL-0: CVE-2013-6044: python-django: xss in is_safe_url function
Last modified: 2013-11-28 12:49:47 UTC
CVE-2013-6044 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. References: http://www.securityfocus.com/bid/61777 http://xforce.iss.net/xforce/xfdb/86437 https://github.com/django/django/commit/1a274ccd6bc1afbdac80344c9b6e5810c1162b5f https://github.com/django/django/commit/ae3535169af804352517b7fea94a42a1c9c4b762 https://github.com/django/django/commit/ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6044 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-6044
bugbot adjusting priority
Sascha: here are the latest security issues we have.
AFAICT, we have 1.4.8 in the update channel, so we should be safe?
Yes. For Cloud-3 we submitted 1.5.4, which is ok too.