Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2016 12:33:44 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413686 - head/security/vuxml
Message-ID:  <201604201233.u3KCXiUN031106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Apr 20 12:33:44 2016
New Revision: 413686
URL: https://svnweb.freebsd.org/changeset/ports/413686

Log:
  CVE-2016-3096 -- ansible and ansible1 vulnerability due to using
  predictable temporary file names when managing LXC containers.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Apr 20 12:29:42 2016	(r413685)
+++ head/security/vuxml/vuln.xml	Wed Apr 20 12:33:44 2016	(r413686)
@@ -58,6 +58,54 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="253c6889-06f0-11e6-925f-6805ca0b3d42">
+    <topic>ansible -- use of predictable paths in lxc_container</topic>
+    <affects>
+      <package>
+	<name>ansible</name>
+	<range><ge>2.0.0.0</ge><lt>2.0.2.0</lt></range>
+      </package>
+      <package>
+	<name>ansible1</name>
+	<range><lt>1.9.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Ansible developers report:</p>
+	<blockquote cite="https://github.com/ansible/ansible-modules-extras/pull/1941/commits/8c6fe646ee79f5e55361b885b7efed5bec72d4a4">;
+	  <p>CVE-2016-3096: do not use predictable paths in lxc_container</p>
+
+	  <ul>
+	    <li>do not use a predictable filename for the LXC attach
+	      script</li>
+	    <li>don't use predictable filenames for LXC attach script
+	      logging</li>
+	    <li>don't set a predictable archive_path</li>
+	  </ul>
+
+	  <p>this should prevent symlink attacks which could result
+	    in</p>
+
+	  <ul>
+	    <li>data corruption</li>
+	    <li>data leakage</li>
+	    <li>privilege escalation</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-3096</cvename>
+      <url>https://github.com/ansible/ansible-modules-extras/pull/1941/commits/8c6fe646ee79f5e55361b885b7efed5bec72d4a4</url>;
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1322925</url>;
+    </references>
+    <dates>
+      <discovery>2016-04-02</discovery>
+      <entry>2016-04-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a733b5ca-06eb-11e6-817f-3085a9a4510d">
     <topic>proftpd -- vulnerability in mod_tls</topic>
     <affects>



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