CVE-2016-2048
medium
CVSS v3
5.5
CVSS v2
6.0
VIR risk
5.5
Description
Django 1.9.x before 1.9.2, when ModelAdmin.save_as is set to True, allows remote authenticated users to bypass intended access restrictions and create ModelAdmin objects via the "Save as New" option when editing objects and leveraging the "change" permission.
Predictions
Exploit likelihood
65%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2016-2048
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-2048.html
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 1.9.2-1 |
| debian | bullseye | fixed | 1.9.2-1 |
| debian | forky | fixed | 1.9.2-1 |
| debian | sid | fixed | 1.9.2-1 |
| debian | trixie | fixed | 1.9.2-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | django | >=1.9,<1.9.2 | 1.9.2 |
References
- https://nvd.nist.gov/vuln/detail/CVE-2016-2048
- https://github.com/django/django/commit/adbca5e4db42542575734b8e5d26961c8ada7265
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2016-14.yaml
- https://web.archive.org/web/20210123075529/http://www.securityfocus.com/bid/82329
- https://web.archive.org/web/20211204051406/http://www.securitytracker.com/id/1034894
- https://www.djangoproject.com/weblog/2016/feb/01/releases-192-and-189
- https://www.suse.com/security/cve/CVE-2016-2048.html
- http://www.securityfocus.com/bid/82329
- http://www.securitytracker.com/id/1034894
- https://www.djangoproject.com/weblog/2016/feb/01/releases-192-and-189/
- https://security-tracker.debian.org/tracker/CVE-2016-2048
CWEs
CWE-284
Verify integrity in audit chain (admin only). AS-IS.