From owner-svn-ports-all@freebsd.org Mon Jul 20 08:10:54 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 37EA9375371; Mon, 20 Jul 2020 08:10:54 +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 4B9Dv20mHHz4dHs; Mon, 20 Jul 2020 08:10:54 +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 F2F799ACF; Mon, 20 Jul 2020 08:10:53 +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 06K8ArJG080289; Mon, 20 Jul 2020 08:10:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06K8ArKK080288; Mon, 20 Jul 2020 08:10:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007200810.06K8ArKK080288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 20 Jul 2020 08:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542617 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 542617 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.33 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: Mon, 20 Jul 2020 08:10:54 -0000 Author: wen Date: Mon Jul 20 08:10:53 2020 New Revision: 542617 URL: https://svnweb.freebsd.org/changeset/ports/542617 Log: - Document multiple vulnerabilities of python38 - Fix 2 typos in my last commit Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 07:52:58 2020 (r542616) +++ head/security/vuxml/vuln.xml Mon Jul 20 08:10:53 2020 (r542617) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- multiple vulnerabilities + + + python38 + 3.8.4 + + + + +

Python reports:

+
+

bpo-41162:Audit hooks are now cleared later during finalization to avoid missing + events.

+

bpo-29778:Ensure python3.dll is loaded from correct locations when Python is + embedded.

+
+ +
+ + https://docs.python.org/3/whatsnew/changelog.html#python-3-8-4-final + CVE-2020-15523 + + + 2020-06-29 + 2020-07-20 + +
+ VirtualBox -- Multiple vulnerabilities @@ -610,13 +639,13 @@ Notes: Python -- multiple vulnerabilities - ipython37 + python37 3.7.8 -

Pytrhon reports:

+

Python 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.