Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 23:09:56 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431328 - head/security/vuxml
Message-ID:  <201701122309.v0CN9uw1016430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Thu Jan 12 23:09:56 2017
New Revision: 431328
URL: https://svnweb.freebsd.org/changeset/ports/431328

Log:
  document ansible vulnerabilities
  
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Security:	CVE-2016-9587
  Security:	https://vuxml.FreeBSD.org/freebsd/a93c3287-d8fd-11e6-be5c-001fbc0f280f.html
  Differential Revision:	https://reviews.freebsd.org/D9158

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jan 12 22:49:08 2017	(r431327)
+++ head/security/vuxml/vuln.xml	Thu Jan 12 23:09:56 2017	(r431328)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a93c3287-d8fd-11e6-be5c-001fbc0f280f">
+    <topic>Ansible -- Command execution on Ansible controller from host</topic>
+    <affects>
+      <package>
+	<name>ansible</name>
+	<range><gt>1.9.*</gt><lt>2.2.0.0_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Computest reports:</p>
+	<blockquote cite="https://www.computest.nl/advisories/CT-2017-0109_Ansible.txt">;
+	  <p>Computest found and exploited several issues
+	    that allow a compromised host to execute commands
+	    on the Ansible controller and thus gain access
+	    to other hosts controlled by that controller.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-9587</cvename>
+      <url>https://www.computest.nl/advisories/CT-2017-0109_Ansible.txt</url>;
+      <url>https://lwn.net/Articles/711357/</url>;
+    </references>
+    <dates>
+      <discovery>2017-01-09</discovery>
+      <entry>2017-01-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7ae0be99-d8bb-11e6-9b7f-d43d7e971a1b">
     <topic>phpmailer -- Remote Code Execution</topic>
     <affects>



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