From owner-svn-ports-all@freebsd.org Thu Apr 23 01:17:14 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 45CAC2C845E; Thu, 23 Apr 2020 01:17:14 +0000 (UTC) (envelope-from dbaio@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 496ztL19kLz4Cxg; Thu, 23 Apr 2020 01:17:14 +0000 (UTC) (envelope-from dbaio@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 1EDF424069; Thu, 23 Apr 2020 01:17:14 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03N1HD2i020180; Thu, 23 Apr 2020 01:17:13 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03N1HDDE020179; Thu, 23 Apr 2020 01:17:13 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202004230117.03N1HDDE020179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 23 Apr 2020 01:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532610 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 532610 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, 23 Apr 2020 01:17:14 -0000 Author: dbaio Date: Thu Apr 23 01:17:13 2020 New Revision: 532610 URL: https://svnweb.freebsd.org/changeset/ports/532610 Log: security/vuxml: Document lang/python issue PR: 245819 Security: CVE-2020-8492 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 23 01:02:29 2020 (r532609) +++ head/security/vuxml/vuln.xml Thu Apr 23 01:17:13 2020 (r532610) @@ -58,6 +58,54 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- Regular Expression DoS attack against client + + + python38 + 3.8.2 + + + python37 + 3.7.7 + + + python36 + 3.6.11 + + + python35 + 3.5.10 + + + python27 + 2.7.18 + + + + +

Ben Caller and Matt Schwager reports:

+
+

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 + through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct + Regular Expression Denial of Service (ReDoS) attacks against a client + because of urllib.request.AbstractBasicAuthHandler catastrophic + backtracking.

+
+ +
+ + https://python-security.readthedocs.io/vuln/urllib-basic-auth-regex.html + https://bugs.python.org/issue39503 + CVE-2020-8492 + ports/245819 + + + 2019-11-17 + 2020-04-23 + +
+ Wagtail -- XSS vulnerability