From owner-svn-ports-head@freebsd.org Thu Jun 4 14:25:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51F032F591A; Thu, 4 Jun 2020 14:25:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49d7NB0FGTz3gST; Thu, 4 Jun 2020 14:25:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 038EA20C65; Thu, 4 Jun 2020 14:25:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 054EPDVJ035366; Thu, 4 Jun 2020 14:25:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 054EPDUN035365; Thu, 4 Jun 2020 14:25:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202006041425.054EPDUN035365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 4 Jun 2020 14:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537897 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 537897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2020 14:25:14 -0000 Author: wen Date: Thu Jun 4 14:25:13 2020 New Revision: 537897 URL: https://svnweb.freebsd.org/changeset/ports/537897 Log: - Document Django multiple vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 4 13:59:06 2020 (r537896) +++ head/security/vuxml/vuln.xml Thu Jun 4 14:25:13 2020 (r537897) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Django -- multiple vulnerabilities + + + py36-django22 + py37-django22 + py38-django22 + 2.2.13 + + + py36-django22 + py37-django22 + py38-django22 + 3.0.7 + + + + +

Django security release reports:

+
+

CVE-2020-13254: Potential data leakage via malformed memcached keys

+

In cases where a memcached backend does not perform key validation, passing + malformed cache keys could result in a key collision, and potential data leakage. + In order to avoid this vulnerability, key validation is added to the memcached + cache backends.

+

CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget

+

Query parameters for the admin ForeignKeyRawIdWidget were not properly URL + encoded, posing an XSS attack vector. ForeignKeyRawIdWidget now ensures query + parameters are correctly URL encoded.

+
+ +
+ + https://www.djangoproject.com/weblog/2020/jun/03/security-releases/ + CVE-2020-13254 + CVE-2020-13596 + + + 2020-06-01 + 2020-06-04 + +
+ malicious URLs may present credentials to wrong server