From owner-svn-ports-head@freebsd.org Mon Jul 6 03:30:24 2015 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 CEEA398F13C; Mon, 6 Jul 2015 03:30:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BD9CD1D7C; Mon, 6 Jul 2015 03:30:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663UOqp056331; Mon, 6 Jul 2015 03:30:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663UOfF056330; Mon, 6 Jul 2015 03:30:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060330.t663UOfF056330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391386 - 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.20 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: Mon, 06 Jul 2015 03:30:24 -0000 Author: feld Date: Mon Jul 6 03:30:23 2015 New Revision: 391386 URL: https://svnweb.freebsd.org/changeset/ports/391386 Log: Document ansible vulnerabilities PR: 201359 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 6 03:21:32 2015 (r391385) +++ head/security/vuxml/vuln.xml Mon Jul 6 03:30:23 2015 (r391386) @@ -57,6 +57,194 @@ Notes: --> + + ansible -- multiple vulnerabilities + + + ansible + 1.9.2 + + + + +

Ansible, Inc. reports:

+
+

Ensure that hostnames match certificate names when using HTTPS - + resolved in Ansible 1.9.2

+

Improper symlink handling in zone, jail, and chroot connection + plugins could lead to escape from confined environment - resolved + in Ansible 1.9.2

+
+ +
+ + CVE-2015-3908 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md + + + 2015-06-25 + 2015-07-02 + +
+ + + ansible -- multiple vulnerabilities + + + ansible + 1.7 + + + + +

Ansible, Inc. reports:

+
+

Arbitrary execution from data from compromised remote hosts or + local data when using a legacy Ansible syntax - resolved in + Ansible 1.7

+

ansible-galaxy command when used on local tarballs (and not + galaxy.ansible.com) can install a malformed tarball if so provided + - resolved in Ansible 1.7

+
+ +
+ + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-08-06 + 2015-07-02 + +
+ + + ansible -- code execution from compromised remote host data or untrusted local data + + + ansible + 1.6.7 + + + + +

Ansible, Inc. reports:

+
+

Arbitrary execution from data from compromised remote hosts or + untrusted local data - resolved in Ansible 1.6.7

+
+ +
+ + CVE-2014-4966 + 68794 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-07-21 + 2015-07-02 + +
+ + + ansible -- remote code execution vulnerability + + + ansible + 1.6.4 + + + + +

Ansible, Inc. reports:

+
+

Incomplete Fix Remote Code Execution Vulnerability - Fixed in + Ansible 1.6.4

+
+ +
+ + CVE-2014-4678 + 68335 + http://www.ansible.com/security + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + + + 2014-06-25 + 2015-07-02 + +
+ + + ansible -- local symlink exploits + + + ansible + 1.2.3 + + + + +

MITRE reports:

+
+

runner/connection_plugins/ssh.py in Ansible before 1.2.3, when + using ControlPersist, allows local users to redirect a ssh session + via a symlink attack on a socket file with a predictable name in + /tmp/.

+
+
+

lib/ansible/playbook/__init__.py in Ansible 1.2.x before 1.2.3, + when playbook does not run due to an error, allows local users to + overwrite arbitrary files via a symlink attack on a retry file with + a predictable name in /var/tmp/ansible/.

+
+ +
+ + CVE-2013-4259 + CVE-2013-4260 + http://www.ansible.com/security + https://groups.google.com/forum/#!topic/ansible-project/UVDYW0HGcNg + + + 2013-08-21 + 2015-07-02 + +
+ + + ansible -- enable host key checking in paramiko connection type + + + ansible + 1.2.1 + + + + +

Ansible changelog reports:

+
+

Host key checking is on by default. Disable it if you like by + adding host_key_checking=False in the [default] section of + /etc/ansible/ansible.cfg or ~/ansible.cfg or by exporting + ANSIBLE_HOST_KEY_CHECKING=False.

+
+ +
+ + CVE-2013-2233 + https://raw.githubusercontent.com/ansible/ansible/devel/CHANGELOG.md + http://www.ansible.com/security + https://github.com/ansible/ansible/issues/857 + + + 2012-08-13 + 2015-07-02 + +
+ bitcoin -- denial of service