CVE-2015-0222
medium
CVSS v3
—
CVSS v2
5.0
VIR risk
5.0
Description
ModelMultipleChoiceField in Django 1.6.x before 1.6.10 and 1.7.x before 1.7.3, when show_hidden_initial is set to True, allows remote attackers to cause a denial of service by submitting duplicate values, which triggers a large number of SQL queries.
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-0222
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
- https://nvd.nist.gov/vuln/detail/CVE-2015-0222
- https://github.com/django/django/commit/bcfb47780ce7caecb409a9e9c1c314266e41d392
- https://github.com/django/django/commit/d7a06ee7e571b6dad07c0f5b519b1db02e2a476c
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-7.yaml
- https://web.archive.org/web/20161201073154/http://secunia.com/advisories/62285
- https://web.archive.org/web/20161201073337/http://secunia.com/advisories/62309
- https://www.djangoproject.com/weblog/2015/jan/13/security
- 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://ubuntu.com/usn/usn-2469-1
- http://www.mandriva.com/security/advisories?name=MDVSA-2015:109
- http://secunia.com/advisories/62285
- http://secunia.com/advisories/62309
- https://www.djangoproject.com/weblog/2015/jan/13/security/
- https://security-tracker.debian.org/tracker/CVE-2015-0222
CWEs
CWE-17
Verify integrity in audit chain (admin only). AS-IS.