From owner-svn-ports-head@freebsd.org Wed Apr 20 12:33:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AB98B16282; Wed, 20 Apr 2016 12:33:46 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25A61A5D; Wed, 20 Apr 2016 12:33:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KCXiUm031107; Wed, 20 Apr 2016 12:33:44 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3KCXiUN031106; Wed, 20 Apr 2016 12:33:44 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201604201233.u3KCXiUN031106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 20 Apr 2016 12:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413686 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 12:33:46 -0000 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.) --> + + ansible -- use of predictable paths in lxc_container + + + ansible + 2.0.0.02.0.2.0 + + + ansible1 + 1.9.6 + + + + +

Ansible developers report:

+
+

CVE-2016-3096: do not use predictable paths in lxc_container

+ +
    +
  • do not use a predictable filename for the LXC attach + script
  • +
  • don't use predictable filenames for LXC attach script + logging
  • +
  • don't set a predictable archive_path
  • +
+ +

this should prevent symlink attacks which could result + in

+ +
    +
  • data corruption
  • +
  • data leakage
  • +
  • privilege escalation
  • +
+
+ +
+ + CVE-2016-3096 + https://github.com/ansible/ansible-modules-extras/pull/1941/commits/8c6fe646ee79f5e55361b885b7efed5bec72d4a4 + https://bugzilla.redhat.com/show_bug.cgi?id=1322925 + + + 2016-04-02 + 2016-04-20 + +
+ proftpd -- vulnerability in mod_tls