Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 23:04:18 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403241 - head/security/vuxml
Message-ID:  <201512072304.tB7N4IZ7020745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Mon Dec  7 23:04:17 2015
New Revision: 403241
URL: https://svnweb.freebsd.org/changeset/ports/403241

Log:
  Document information disclosure via insecure default permissions in Salt
  
  PR:		205043
  Security:	CVE-2015-8034
  Security:	https://vuxml.FreeBSD.org/freebsd/e6b974ab-9d35-11e5-8f5c-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec  7 22:30:26 2015	(r403240)
+++ head/security/vuxml/vuln.xml	Mon Dec  7 23:04:17 2015	(r403241)
@@ -58,6 +58,39 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e6b974ab-9d35-11e5-8f5c-002590263bf5">
+    <topic>Salt -- information disclosure</topic>
+    <affects>
+      <package>
+	<name>py27-salt</name>
+	<range><lt>2015.8.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Salt release notes report:</p>
+	<blockquote cite="https://docs.saltstack.com/en/latest/topics/releases/2015.8.3.html">;
+	  <p>CVE-2015-8034: Saving state.sls cache data to disk with insecure
+	    permissions</p>
+	  <p>This affects users of the state.sls function. The state run cache
+	    on the minion was being created with incorrect permissions. This
+	    file could potentially contain sensitive data that was inserted via
+	    jinja into the state SLS files. The permissions for this file are
+	    now being set correctly. Thanks to @zmalone for bringing this issue
+	    to our attention.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-8034</cvename>
+      <url>https://docs.saltstack.com/en/latest/topics/releases/2015.8.3.html</url>;
+    </references>
+    <dates>
+      <discovery>2015-11-25</discovery>
+      <entry>2015-12-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6bc6eed2-9cca-11e5-8c2b-c335fa8985d7">
     <topic>libraw -- memory objects not properly initialized</topic>
     <affects>



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