From owner-svn-ports-all@freebsd.org Thu Mar 12 01:31:30 2020 Return-Path: Delivered-To: svn-ports-all@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 E5447270F84; Thu, 12 Mar 2020 01:31:30 +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) server-signature RSA-PSS (4096 bits) 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 48dBBB1Qk8z46qr; Thu, 12 Mar 2020 01:31:30 +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 D5F471D960; Thu, 12 Mar 2020 01:31:29 +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 02C1VThU079557; Thu, 12 Mar 2020 01:31:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02C1VTRJ079556; Thu, 12 Mar 2020 01:31:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202003120131.02C1VTRJ079556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 12 Mar 2020 01:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528265 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 528265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 01:31:31 -0000 Author: wen Date: Thu Mar 12 01:31:29 2020 New Revision: 528265 URL: https://svnweb.freebsd.org/changeset/ports/528265 Log: - Document django's potential SQL injection vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 12 01:19:31 2020 (r528264) +++ head/security/vuxml/vuln.xml Thu Mar 12 01:31:29 2020 (r528265) @@ -58,6 +58,54 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Django -- potential SQL injection vulnerability + + + py27-django111 + py35-django111 + py36-django111 + py37-django111 + py38-django111 + 1.11.29 + + + py35-django22 + py36-django22 + py37-django22 + py38-django22 + 2.2.11 + + + py36-django30 + py37-django30 + py38-django30 + 3.0.4 + + + + +

MITRE CVE reports:

+
+

Django 1.11 before 1.11.29, 2.2 before 2.2.11, and 3.0 before 3.0.4 + allows SQL Injection if untrusted data is used as a tolerance parameter + in GIS functions and aggregates on Oracle. By passing a suitably crafted + tolerance to GIS functions and aggregates on Oracle, it was possible to + break escaping and inject malicious SQL.

+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9402 + https://www.djangoproject.com/weblog/2020/mar/04/security-releases/ + CVE-2020-9402 + + + 2020-02-25 + 2020-03-12 + +
+ py-matrix-synapse -- users of single-sign-on are vulnerable to phishing