ArchLinux: 201602-1: python-django: permission bypass
Summary
If a ModelAdmin uses save_as=True (not the default), the admin provides an option when editing objects to "Save as new". A regression in Django 1.9 prevented that form submission from raising a "Permission Denied" error for users without the "add" permission.
Resolution
Upgrade to 1.9.2-1.
# pacman -Syu "python-django>=1.9.2-1"
The problem has been fixed upstream in version 1.9.2.
References
https://www.djangoproject.com/weblog/2016/feb/01/releases-192-and-189/ https://access.redhat.com/security/cve/CVE-2016-2048
Workaround
None.