aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2015-12-08 07:04:17 +0800
committerjunovitch <junovitch@FreeBSD.org>2015-12-08 07:04:17 +0800
commit35ef8015318393179555384c555925c6ad8cac98 (patch)
tree82b946428cedd50172a263aa180b14b4e94f9405 /security
parent6571f37b7b0cb8d8e4e6b2d1092f029f31a51856 (diff)
downloadfreebsd-ports-gnome-35ef8015318393179555384c555925c6ad8cac98.tar.gz
freebsd-ports-gnome-35ef8015318393179555384c555925c6ad8cac98.tar.zst
freebsd-ports-gnome-35ef8015318393179555384c555925c6ad8cac98.zip
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
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 97eb4c1ba362..08a384834e1b 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -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>