Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 22:55:31 +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: r448585 - head/security/vuxml
Message-ID:  <201708222255.v7MMtVGY048695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Aug 22 22:55:31 2017
New Revision: 448585
URL: https://svnweb.freebsd.org/changeset/ports/448585

Log:
  Document salt security vulnerability
  
  Obtained from:	https://docs.saltstack.com/en/latest/topics/releases/2017.7.1.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug 22 21:59:48 2017	(r448584)
+++ head/security/vuxml/vuln.xml	Tue Aug 22 22:55:31 2017	(r448585)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="3531141d-a708-477c-954a-2a0549e49ca9">
+    <topic>salt -- Maliciously crafted minion IDs can cause unwanted directory traversals on the Salt-master</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>
+	<range><lt>2016.11.7</lt></range>
+	<range><ge>2017.7.0</ge><lt>2017.7.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>SaltStack reports:</p>
+	<blockquote cite="https://docs.saltstack.com/en/latest/topics/releases/2017.7.1.html">;
+	  <p>Correct a flaw in minion id validation which could allow certain
+	    minions to authenticate to a master despite not having the correct
+	    credentials. To exploit the vulnerability, an attacker must create a
+	    salt-minion with an ID containing characters that will cause a
+	    directory traversal.
+	    Credit for discovering the security flaw goes to: Vernhk@qq.com</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-12791</cvename>
+      <url>https://docs.saltstack.com/en/latest/topics/releases/2017.7.1.html</url>;
+      <url>https://docs.saltstack.com/en/latest/topics/releases/2016.11.7.html</url>;
+    </references>
+    <dates>
+      <discovery>2017-08-16</discovery>
+      <entry>2017-08-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="198d82f3-8777-11e7-950a-e8e0b747a45a">
     <topic>dnsdist -- multiple vulnerabilities</topic>
     <affects>



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