From owner-svn-ports-head@freebsd.org Mon Jul 6 02:02:21 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 BC54A3527A4; Mon, 6 Jul 2020 02:02:21 +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 4B0TNF4TBPz4Zy1; Mon, 6 Jul 2020 02:02:21 +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 7E12A16BBE; Mon, 6 Jul 2020 02:02:21 +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 06622LLT041436; Mon, 6 Jul 2020 02:02:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06622L3x041208; Mon, 6 Jul 2020 02:02:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007060202.06622L3x041208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 6 Jul 2020 02:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541309 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 541309 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: Mon, 06 Jul 2020 02:02:21 -0000 Author: wen Date: Mon Jul 6 02:02:20 2020 New Revision: 541309 URL: https://svnweb.freebsd.org/changeset/ports/541309 Log: - Document python37 multiple vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 5 22:16:12 2020 (r541308) +++ head/security/vuxml/vuln.xml Mon Jul 6 02:02:20 2020 (r541309) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- multiple vulnerabilities + + + ipython37 + 3.7.8 + + + + +

Pytrhon reports:

+
+

The AbstractBasicAuthHandler class of the urllib.request module uses an inefficient + regular expression which can be exploited by an attacker to cause a denial of service. + Fix the regex to prevent the catastrophic backtracking. Vulnerability reported by Ben + Caller and Matt Schwager.

+

Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. + Such potentially malicious header injection URLs now cause a InvalidURL to be raised.

+

Disallow CR or LF in email.headerregistry.Address arguments to guard against header + injection attacks.

+
+ +
+ + https://docs.python.org/3.7/whatsnew/changelog.html#changelog + CVE-2019-18348 + CVE-2020-8492 + + + 2019-10-24 + 2020-07-06 + +
+ samba -- Multiple Vulnerabilities