Description
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.
Remediation
References
Related Vulnerabilities
WordPress Plugin Comment Rating 'id' Parameter SQL Injection (2.9.23)
MySQL CVE-2021-2007 Vulnerability (CVE-2021-2007)
GlassFish CVE-2017-10393 Vulnerability (CVE-2017-10393)
Drupal Core 8.9.x Directory Traversal (8.9.0 - 8.9.16)
WordPress Plugin WooCommerce Social Login Privilege Escalation (2.7.3)