CVE-2013-6044

medium
Published 2013-10-04 · Modified 2023-11-08
CVSS v3
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVSS v2
4.3
VIR risk
4.3

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.

Predictions

Exploit likelihood
30%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-6044

vendor Authored 2026-05-27

Vendor advisory: cve@mitre.org — https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued

vendor Authored 2026-05-27

Vendor advisory: cve@mitre.org — http://secunia.com/advisories/54476

OS impact

OSVersionStatusFixed in
debian debianbookwormfixed1.5.2-1
debian debianbullseyefixed1.5.2-1
debian debianforkyfixed1.5.2-1
debian debiansidfixed1.5.2-1
debian debiantrixiefixed1.5.2-1

Package impact

EcosystemPackageVulnerableFixed
python PyPIdjango>=1.4,<1.4.61.4.6
python PyPIdjango>=1.5,<1.5.21.5.2
python PyPIdjango<1a274ccd6bc1afbdac80344c9b6e5810c1162b5f||>=1.5,<1.5.2ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a

Application impact

VendorProductVersionsFixed
djangoprojectdjango1.4
djangoprojectdjango1.4.1
djangoprojectdjango1.4.2
djangoprojectdjango1.4.4
djangoprojectdjango1.4.5
djangoprojectdjango1.5
djangoprojectdjango1.5.1
djangoprojectdjango1.6

References

CWEs

CWE-79

Verify integrity in audit chain (admin only). AS-IS.