diff options
author | feld <feld@FreeBSD.org> | 2016-02-04 01:16:57 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-02-04 01:16:57 +0800 |
commit | efb4b36fe6f7f676b300e39858b0bf0c7d59742f (patch) | |
tree | 4a6f53d0fd15c53204eb223a93bfc2139c613a64 | |
parent | 45466d0be3ab26c0c59a7268d688689c223c26dd (diff) | |
download | freebsd-ports-gnome-efb4b36fe6f7f676b300e39858b0bf0c7d59742f.tar.gz freebsd-ports-gnome-efb4b36fe6f7f676b300e39858b0bf0c7d59742f.tar.zst freebsd-ports-gnome-efb4b36fe6f7f676b300e39858b0bf0c7d59742f.zip |
Document py-salt vulnerability
Security: CVE-2016-1866
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c25ed9f1eaba..8cf36693bb81 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0652005e-ca96-11e5-96d6-14dae9d210b8"> + <topic>salt -- code execution</topic> + <affects> + <package> + <name>py27-salt</name> + <name>py32-salt</name> + <name>py33-salt</name> + <name>py34-salt</name> + <name>py35-salt</name> + <range><ge>2015.8.0</ge><lt>2015.8.4</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/2015.8.4.html"> + <p>Improper handling of clear messages on the minion, which + could result in executing commands not sent by the master.</p> + </blockquote> + </body> + </description> + <references> + <url>https://docs.saltstack.com/en/latest/topics/releases/2015.8.4.html</url> + <url>https://github.com/saltstack/salt/pull/30613/files</url> + <cvename>CVE-2016-1866</cvename> + </references> + <dates> + <discovery>2016-01-25</discovery> + <entry>2016-02-03</entry> + </dates> + </vuln> + <vuln vid="bb0ef21d-0e1b-461b-bc3d-9cba39948888"> <topic>rails -- multiple vulnerabilities</topic> <affects> |