CVE-2014-3730
medium
CVSS v3
—
CVSS v2
4.3
VIR risk
4.3
Description
The django.util.http.is_safe_url function in Django 1.4 before 1.4.13, 1.5 before 1.5.8, 1.6 before 1.6.5, and 1.7 before 1.7b4 does not properly validate URLs, which allows remote attackers to conduct open redirect attacks via a malformed URL, as demonstrated by "http:\\\djangoproject.com."
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-3730
Vendor advisory: security@debian.org — https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued/
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| ubuntu | 10.04 | affected | |
| ubuntu | 12.04 | affected | |
| ubuntu | 12.10 | affected | |
| ubuntu | 13.10 | affected | |
| ubuntu | 14.04 | affected | |
| suse | 12.3 | affected | |
| suse | 13.1 | affected | |
| debian | 7.0 | affected | |
| debian | 8.0 | affected | |
| debian | bookworm | fixed | 1.6.5-1 |
| debian | bullseye | fixed | 1.6.5-1 |
| debian | forky | fixed | 1.6.5-1 |
| debian | sid | fixed | 1.6.5-1 |
| debian | trixie | fixed | 1.6.5-1 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| djangoproject | django | 1.4 | |
| djangoproject | django | 1.4.1 | |
| djangoproject | django | 1.4.2 | |
| djangoproject | django | 1.4.4 | |
| djangoproject | django | 1.4.5 | |
| djangoproject | django | 1.4.6 | |
| djangoproject | django | 1.4.7 | |
| djangoproject | django | 1.4.8 | |
| djangoproject | django | 1.4.9 | |
| djangoproject | django | 1.4.10 | |
| djangoproject | django | 1.4.11 | |
| djangoproject | django | 1.4.12 | |
| djangoproject | django | 1.7 | |
| djangoproject | django | 1.6 | |
| djangoproject | django | 1.6.1 | |
| djangoproject | django | 1.6.2 | |
| djangoproject | django | 1.6.3 | |
| djangoproject | django | 1.6.4 | |
| djangoproject | django | 1.5 | |
| djangoproject | django | 1.5.1 | |
| djangoproject | django | 1.5.2 | |
| djangoproject | django | 1.5.3 | |
| djangoproject | django | 1.5.4 | |
| djangoproject | django | 1.5.5 | |
| djangoproject | django | 1.5.6 | |
| djangoproject | django | 1.5.7 | |
References
- http://lists.opensuse.org/opensuse-updates/2014-09/msg00023.html
- http://secunia.com/advisories/61281
- http://ubuntu.com/usn/usn-2212-1
- http://www.debian.org/security/2014/dsa-2934
- http://www.openwall.com/lists/oss-security/2014/05/14/10
- http://www.openwall.com/lists/oss-security/2014/05/15/3
- http://www.securityfocus.com/bid/67410
- https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued/
- https://nvd.nist.gov/vuln/detail/CVE-2014-3730
- https://github.com/django/django/commit/601107524523bca02376a0ddc1a06c6fdb8f22f3
- https://github.com/django/django/commit/7feb54bbae3f637ab3c4dd4831d4385964f574df
- https://github.com/django/django/commit/ad32c218850ad40972dcef57beb460f8c979dd6d
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2014-20.yaml
- https://web.archive.org/web/20200228171223/http://www.securityfocus.com/bid/67410
- https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued
- https://security-tracker.debian.org/tracker/CVE-2014-3730
CWEs
CWE-20
Verify integrity in audit chain (admin only). AS-IS.