Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 06:45:08 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535356 - head/security/vuxml
Message-ID:  <202005160645.04G6j8lp057410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat May 16 06:45:08 2020
New Revision: 535356
URL: https://svnweb.freebsd.org/changeset/ports/535356

Log:
  Add new sysutils/py-salt vulnerabilities
  
  PR:		246061
  Reported by:	Christer Edwards <christer.edwards@gmail.com>
  Security:	CVE-2020-11651
  Security:	CVE-2020-11652

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat May 16 06:31:07 2020	(r535355)
+++ head/security/vuxml/vuln.xml	Sat May 16 06:45:08 2020	(r535356)
@@ -58,6 +58,68 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="6bf55af9-973b-11ea-9f2c-38d547003487">
+    <topic>salt -- multiple vulnerabilities in salt-master process</topic>
+    <affects>
+      <package>
+	<name>py27-salt</name>
+	<name>py32-salt</name>
+	<name>py33-salt</name>
+	<name>py34-salt</name>
+	<name>py35-salt</name>
+	<name>py36-salt</name>
+	<name>py37-salt</name>
+	<name>py38-salt</name>
+	<range><lt>2019.2.4</lt></range>
+	<range><ge>3000</ge><lt>3000.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>F-Secure reports:</p>
+	<blockquote cite="https://labs.f-secure.com/advisories/saltstack-authorization-bypass">;
+	  <h3>CVE-2020-11651 - Authentication bypass vulnerabilities</h3>
+	  <p>The ClearFuncs class processes unauthenticated requests and
+	    unintentionally exposes the _send_pub() method, which can be used to
+	    queue messages directly on the master publish server. Such messages
+	    can be used to trigger minions to run arbitrary commands as root.</p>
+	  <p>The ClearFuncs class also exposes the method _prep_auth_info(),
+	    which returns the "root key" used to authenticate commands from the
+	    local root user on the master server. This "root key" can then be
+	    used to remotely call administrative commands on the master server.
+	    This unintentional exposure provides a remote un-authenticated
+	    attacker with root-equivalent access to the salt master.</p>
+	  <p/>
+	  <h3>CVE-2020-11652 - Directory traversal vulnerabilities</h3>
+	  <p>The wheel module contains commands used to read and write files
+	    under specific directory paths. The inputs to these functions are
+	    concatenated with the target directory and the resulting path is not
+	    canonicalized, leading to an escape of the intended path restriction.</p>
+	  <p>The get_token() method of the salt.tokens.localfs class (which is
+	    exposed to unauthenticated requests by the ClearFuncs class) fails
+	    to sanitize the token input parameter which is then used as a
+	    filename, allowing insertion of ".." path elements and thus reading
+	    of files outside of the intended directory. The only restriction is
+	    that the file has to be deserializable by salt.payload.Serial.loads().</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-11651</cvename>
+      <cvename>CVE-2020-11652</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-11651</url>;
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-11652</url>;
+      <url>https://docs.saltstack.com/en/latest/topics/releases/2019.2.4.html</url>;
+      <url>https://labs.f-secure.com/advisories/saltstack-authorization-bypass</url>;
+      <url>https://blog.f-secure.com/new-vulnerabilities-make-exposed-salt-hosts-easy-targets/</url>;
+      <url>https://www.tenable.com/blog/cve-2020-11651-cve-2020-11652-critical-salt-framework-vulnerabilities-exploited-in-the-wild</url>;
+    </references>
+    <dates>
+      <discovery>2020-04-30</discovery>
+      <entry>2020-05-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="abc3ef37-95d4-11ea-9004-25fadb81abf4">
     <topic>json-c -- integer overflow and out-of-bounds write via a large JSON file</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005160645.04G6j8lp057410>