CVE-2016-2048

medium
Published 2022-05-17 · Modified 2023-11-08
CVSS v3
5.5
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:N
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 Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2016-2048

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-2048.html

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed1.9.2-1
debian debianbullseyefixed1.9.2-1
debian debianforkyfixed1.9.2-1
debian debiansidfixed1.9.2-1
debian debiantrixiefixed1.9.2-1

Package impact

EcosystemPackageVulnerableFixed
python PyPIdjango>=1.9,<1.9.21.9.2

Application impact

VendorProductVersionsFixed
djangoprojectdjango1.9
djangoprojectdjango1.9.1

References

CWEs

CWE-284

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