From owner-svn-ports-all@freebsd.org Sat May 9 10:08: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 987332E2A53; Sat, 9 May 2020 10:08: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) 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 49K2vf3N0qz4XDH; Sat, 9 May 2020 10:08: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 6F01D1A319; Sat, 9 May 2020 10:08: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 049A8E4Q031127; Sat, 9 May 2020 10:08:14 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 049A8Eln031126; Sat, 9 May 2020 10:08:14 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202005091008.049A8Eln031126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 9 May 2020 10:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534730 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 534730 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.32 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: Sat, 09 May 2020 10:08:14 -0000 Author: wen Date: Sat May 9 10:08:13 2020 New Revision: 534730 URL: https://svnweb.freebsd.org/changeset/ports/534730 Log: - Document python27 CVE-2019-18348 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat May 9 10:08:12 2020 (r534729) +++ head/security/vuxml/vuln.xml Sat May 9 10:08:13 2020 (r534730) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- CRLF injection via the host part of the url passed to urlopen() + + + python27 + 2.7.18 + + + + +

Python reports:

+
+

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x + through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as + demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in + the host component of a URL) followed by an HTTP header.

+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18348 + https://bugs.python.org/issue38576 + CVE-2019-18348 + + + 2019-10-24 + 2020-05-09 + +
+ glpi -- stored XSS