diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-12-03 03:04:35 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-12-03 03:04:35 +0000 |
commit | 88245af53cd607afd2557b4f64f9ece8a2c0711f (patch) | |
tree | 284b45cd9c1aa8346d8b85e138275937b6842c1f | |
parent | - Update to 2.86.0 (diff) |
- Document Django multiple vulnerabilities
Notes
Notes:
svn path=/head/; revision=518903
-rw-r--r-- | security/vuxml/vuln.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 090d56ac565d..4d2da6338bf8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4e3fa78b-1577-11ea-b66e-080027bdabe8"> + <topic>Django -- multiple vulnerabilities</topic> + <affects> + <package> + <name>py35-django21</name> + <name>py36-django21</name> + <name>py37-django21</name> + <name>py38-django21</name> + <range><lt>2.1.15</lt></range> + </package> + <package> + <name>py35-django22</name> + <name>py36-django22</name> + <name>py37-django22</name> + <name>py38-django22</name> + <range><lt>2.2.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Django release reports:</p> + <blockquote cite="https://www.djangoproject.com/weblog/2019/dec/02/security-releases/"> + <p>CVE-2019-19118: Privilege escalation in the Django admin.</p> + <p>Since Django 2.1, a Django model admin displaying a parent model with related + model inlines, where the user has view-only permissions to a parent model but + edit permissions to the inline model, would display a read-only view of the parent + model but editable forms for the inline.</p> + <p>Submitting these forms would not allow direct edits to the parent model, but would + trigger the parent model's save() method, and cause pre and post-save signal handlers + to be invoked. This is a privilege escalation as a user who lacks permission to edit + a model should not be able to trigger its save-related signals.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.djangoproject.com/weblog/2019/dec/02/security-releases/</url> + <cvename>CVE-2019-19118</cvename> + </references> + <dates> + <discovery>2019-11-25</discovery> + <entry>2019-12-03</entry> + </dates> + </vuln> + <vuln vid="9c36d41c-11df-11ea-9b6d-901b0e934d69"> <topic>py-matrix-synapse -- incomplete cleanup of 3rd-party-IDs on user deactivation</topic> <affects> |