svn commit: r518903 - head/security/vuxml

Wen Heping wen at FreeBSD.org
Tue Dec 3 03:04:36 UTC 2019


Author: wen
Date: Tue Dec  3 03:04:35 2019
New Revision: 518903
URL: https://svnweb.freebsd.org/changeset/ports/518903

Log:
  - Document Django multiple vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Dec  3 02:35:17 2019	(r518902)
+++ head/security/vuxml/vuln.xml	Tue Dec  3 03:04:35 2019	(r518903)
@@ -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>


More information about the svn-ports-all mailing list