CVE-2015-0221
medium
CVSS v3
—
CVSS v2
5.0
VIR risk
5.0
Description
The django.views.static.serve view in Django before 1.4.18, 1.6.x before 1.6.10, and 1.7.x before 1.7.3 reads files an entire line at a time, which allows remote attackers to cause a denial of service (memory consumption) via a long line in a file.
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2015-0221
Vendor advisory: secalert@redhat.com — https://www.djangoproject.com/weblog/2015/jan/13/security/
Vendor advisory: secalert@redhat.com — http://ubuntu.com/usn/usn-2469-1
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| ubuntu | 10.04 | affected | |
| ubuntu | 12.04 | affected | |
| ubuntu | 14.04 | affected | |
| ubuntu | 14.10 | affected | |
| debian | bookworm | fixed | 1.7.1-1.1 |
| debian | bullseye | fixed | 1.7.1-1.1 |
| debian | forky | fixed | 1.7.1-1.1 |
| debian | sid | fixed | 1.7.1-1.1 |
| debian | trixie | fixed | 1.7.1-1.1 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| djangoproject | django | {"endIncluding":"1.4.17"} | |
| 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.6.5 | |
| djangoproject | django | 1.6.6 | |
| djangoproject | django | 1.6.7 | |
| djangoproject | django | 1.6.8 | |
| djangoproject | django | 1.6.9 | |
| djangoproject | django | 1.7 | |
| djangoproject | django | 1.7.1 | |
| djangoproject | django | 1.7.2 | |
References
- http://advisories.mageia.org/MGASA-2015-0026.html
- http://lists.fedoraproject.org/pipermail/package-announce/2015-January/148485.html
- http://lists.fedoraproject.org/pipermail/package-announce/2015-January/148608.html
- http://lists.fedoraproject.org/pipermail/package-announce/2015-January/148696.html
- http://lists.opensuse.org/opensuse-updates/2015-04/msg00001.html
- http://lists.opensuse.org/opensuse-updates/2015-09/msg00035.html
- http://secunia.com/advisories/62285
- http://secunia.com/advisories/62309
- http://secunia.com/advisories/62718
- http://ubuntu.com/usn/usn-2469-1
- http://www.mandriva.com/security/advisories?name=MDVSA-2015:036
- http://www.mandriva.com/security/advisories?name=MDVSA-2015:109
- https://www.djangoproject.com/weblog/2015/jan/13/security/
- https://nvd.nist.gov/vuln/detail/CVE-2015-0221
- https://github.com/django/django/commit/553779c4055e8742cc832ed525b9ee34b174934f
- https://github.com/django/django/commit/818e59a3f0fbadf6c447754d202d88df025f8f2a
- https://github.com/django/django/commit/d020da6646c5142bc092247d218a3d1ce3e993f7
- https://github.com/django/django
- https://github.com/django/django/blob/9b9c805cedb08621bd5dc58a01a6478eb7cc49a9/docs/releases/1.4.18.txt#L48C1-L49C1
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-6.yaml
- https://web.archive.org/web/20150128111656/http://secunia.com/advisories/62285
- https://web.archive.org/web/20150128111656/http://secunia.com/advisories/62309
- https://web.archive.org/web/20150523054951/http://www.mandriva.com/en/support/security/advisories/advisory/MDVSA-2015:109/?name=MDVSA-2015:109
- https://web.archive.org/web/20150523054953/http://www.mandriva.com/en/support/security/advisories/advisory/MDVSA-2015:036/?name=MDVSA-2015:036
- https://web.archive.org/web/20151104201446/http://secunia.com/advisories/62718
CWEs
CWE-399
Verify integrity in audit chain (admin only). AS-IS.