From owner-svn-ports-all@freebsd.org Wed Mar 3 06:41:43 2021 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 1DC2F55F371; Wed, 3 Mar 2021 06:41:43 +0000 (UTC) (envelope-from ohauer@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dr4Cq0PQnz4kT7; Wed, 3 Mar 2021 06:41:43 +0000 (UTC) (envelope-from ohauer@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 00D7825357; Wed, 3 Mar 2021 06:41:43 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1236fgr2013662; Wed, 3 Mar 2021 06:41:42 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1236fgg3013661; Wed, 3 Mar 2021 06:41:42 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202103030641.1236fgg3013661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 3 Mar 2021 06:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567027 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 567027 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.34 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: Wed, 03 Mar 2021 06:41:43 -0000 Author: ohauer Date: Wed Mar 3 06:41:42 2021 New Revision: 567027 URL: https://svnweb.freebsd.org/changeset/ports/567027 Log: - add CVE entries for saltstack Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 3 06:41:05 2021 (r567026) +++ head/security/vuxml/vuln.xml Wed Mar 3 06:41:42 2021 (r567027) @@ -78,6 +78,59 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + salt -- multiple vulnerabilities + + + py36-salt-2019 + py37-salt-2019 + py38-salt-2019 + py36-salt + py37-salt + py38-salt + py39-salt + 2019.2.8 + 30003002.5 + + + + +

SaltStack reports multiple security vulnerabilities in Salt

+
+
    +
  • CVE-2021-3197: The Salt-API.s SSH client is vulnerable to a shell injection by including ProxyCommand in an argument, or via ssh_options provided in an API request.
  • +
  • CVE-2021-25281: The Salt-API does not have eAuth credentials for the wheel_async client.
  • +
  • CVE-2021-25282: The salt.wheel.pillar_roots.write method is vulnerable to directory traversal.
  • +
  • CVE-2021-25283: The jinja renderer does not protect against server-side template injection attacks.
  • +
  • CVE-2021-25284: webutils write passwords in cleartext to /var/log/salt/minion
  • +
  • CVE-2021-3148: command injection in salt.utils.thin.gen_thin()
  • +
  • CVE-2020-35662: Several places where Salt was not verifying the SSL cert by default.
  • +
  • CVE-2021-3144: eauth Token can be used once after expiration.
  • +
  • CVE-2020-28972: Code base not validating SSL/TLS certificate of the server, which might allow attackers to obtain sensitive information via a man-in-the-middle attack
  • +
  • CVE-2020-28243: Local Privilege Escalation in the Minion.
  • +
+
+ +
+ + "https://saltproject.io/security_announcements/active-saltstack-cve-release-2021-feb-25/" + CVE-2021-3197 + CVE-2021-25281 + CVE-2021-25282 + CVE-2021-25283 + CVE-2021-25284 + CVE-2021-3148 + CVE-2020-35662 + CVE-2021-3144 + CVE-2020-28972 + CVE-2020-28243 + + + 2021-02-25 + 2021-03-03 + +
+ vault -- unauthenticated license read