Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)
During installation, installed file permissions are set to allow anyone to modify those files.
Link | Tags |
---|---|
https://docs.djangoproject.com/en/dev/releases/security/ | patch vendor advisory |
http://www.openwall.com/lists/oss-security/2019/12/02/1 | mailing list third party advisory patch |
https://groups.google.com/forum/#%21topic/django-announce/GjGqDvtNmWQ | |
https://www.djangoproject.com/weblog/2019/dec/02/security-releases/ | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20191217-0003/ | third party advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6R4HD22PVEVQ45H2JA2NXH443AYJOPL5/ | vendor advisory |
https://security.gentoo.org/glsa/202004-17 | vendor advisory |