From owner-svn-ports-head@freebsd.org Fri Apr 17 22:29:37 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 5E9142ADF1C; Fri, 17 Apr 2020 22:29:37 +0000 (UTC) (envelope-from bofh@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 493rPF1qZlz3PKs; Fri, 17 Apr 2020 22:29:37 +0000 (UTC) (envelope-from bofh@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 39EEE1B70; Fri, 17 Apr 2020 22:29:37 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03HMTbFt082791; Fri, 17 Apr 2020 22:29:37 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03HMTarx082789; Fri, 17 Apr 2020 22:29:36 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202004172229.03HMTarx082789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 17 Apr 2020 22:29:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531977 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 531977 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.29 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: Fri, 17 Apr 2020 22:29:37 -0000 Author: bofh Date: Fri Apr 17 22:29:36 2020 New Revision: 531977 URL: https://svnweb.freebsd.org/changeset/ports/531977 Log: sysutils/ansible*: Add multiple Vulnerabilities - Add vuxml entry for CVE-2020-1737, CVE-2020-1739 and CVE-2020-1740 Security: CVE-2020-1737 Security: CVE-2020-1739 Security: CVE-2020-1740 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Apr 17 21:07:45 2020 (r531976) +++ head/security/vuxml/vuln.xml Fri Apr 17 22:29:36 2020 (r531977) @@ -58,6 +58,167 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ansible - Vault password leak from temporary file + + + ansible + 2.8.9 + + + ansible27 + 2.7.17 + + + ansible26 + 2.7.17 + + + ansible25 + 2.7.17 + + + ansible24 + 2.7.17 + + + ansible23 + 2.7.17 + + + + +

Borja Tarraso reports:

+
+

A flaw was found in Ansible Engine when using Ansible Vault for editing + encrypted files. When a user executes "ansible-vault edit", another user + on the same computer can read the old and new secret, as it is created in + a temporary file with mkstemp and the returned file descriptor is closed + and the method write_data is called to write the existing secret in the + file. This method will delete the file before recreating it insecurely. + All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.

+
+ +
+ + https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1740 + https://github.com/ansible/ansible/issues/67798 + CVE-2020-1740 + + + 2020-02-12 + 2020-04-17 + +
+ + + ansible - subversion password leak from PID + + + ansible + 2.8.9 + + + ansible27 + 2.7.17 + + + ansible26 + 2.7.17 + + + ansible25 + 2.7.17 + + + ansible24 + 2.7.17 + + + ansible23 + 2.7.17 + + + + +

Borja Tarraso reports:

+
+

A flaw was found in Ansible 2.7.16 and prior, 2.8.8 and prior, and 2.9.5 + and prior when a password is set with the argument "password" of svn module, + it is used on svn command line, disclosing to other users within the same + node. An attacker could take advantage by reading the cmdline file from that + particular PID on the procfs.

+
+ +
+ + https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1739 + https://github.com/ansible/ansible/issues/67797 + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FWDK3QUVBULS3Q3PQTGEKUQYPSNOU5M3/ + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QT27K5ZRGDPCH7GT3DRI3LO4IVDVQUB7/ + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U3IMV3XEIUXL6S4KPLYYM4TVJQ2VNEP2/ + CVE-2020-1739 + + + 2020-02-12 + 2020-04-17 + +
+ + + ansible - win_unzip path normalization + + + ansible + 2.8.9 + + + ansible27 + 2.7.17 + + + ansible26 + 2.7.17 + + + ansible25 + 2.7.17 + + + ansible24 + 2.7.17 + + + ansible23 + 2.7.17 + + + + +

Borja Tarraso reports:

+
+

A flaw was found in Ansible 2.7.17 and prior, 2.8.9 and prior, and 2.9.6 and + prior when using the Extract-Zip function from the win_unzip module as the + extracted file(s) are not checked if they belong to the destination folder. An + attacker could take advantage of this flaw by crafting an archive anywhere in + the file system, using a path traversal. This issue is fixed in 2.10.

+
+ +
+ + https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1737 + https://github.com/ansible/ansible/issues/67795 + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FWDK3QUVBULS3Q3PQTGEKUQYPSNOU5M3/ + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QT27K5ZRGDPCH7GT3DRI3LO4IVDVQUB7/ + https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U3IMV3XEIUXL6S4KPLYYM4TVJQ2VNEP2/ + CVE-2020-1737 + + + 2020-02-12 + 2020-04-17 + +
+ chromium -- use after free