svn commit: r527909 - head/security/vuxml

Ben Woods woodsb02 at FreeBSD.org
Sat Mar 7 00:41:14 UTC 2020


Author: woodsb02
Date: Sat Mar  7 00:41:13 2020
New Revision: 527909
URL: https://svnweb.freebsd.org/changeset/ports/527909

Log:
  Document vulnerability in sysutils/py-salt
  
  PR:		243908
  Reported by:	Christer Edwards <christer.edwards at gmail.com>
  Security:	CVE-2019-17361

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Mar  7 00:36:54 2020	(r527908)
+++ head/security/vuxml/vuln.xml	Sat Mar  7 00:41:13 2020	(r527909)
@@ -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="8c98e643-6008-11ea-af63-38d547003487">
+    <topic>salt -- salt-api vulnerability</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.3</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/2019.2.3.html">
+	  <p>With the Salt NetAPI enabled in addition to having a SSH roster
+	    defined, unauthenticated access is possible when specifying the
+	    client as SSH.</p>
+	  <p>Additionally, when the raw_shell option is specified any arbitrary
+	    command may be run on the Salt master when specifying SSH options.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2019-17361</cvename>
+      <url>https://docs.saltstack.com/en/latest/topics/releases/2019.2.3.html</url>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2019-17361</url>
+    </references>
+    <dates>
+      <discovery>2020-01-15</discovery>
+      <entry>2020-03-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="62f2182c-5f7a-11ea-abb7-001b217b3468">
     <topic>Gitlab -- Multiple Vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list