Date: Tue, 26 Sep 2017 12:12:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450657 - head/security/vuxml Message-ID: <201709261212.v8QCCPSU030664@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Sep 26 12:12:25 2017 New Revision: 450657 URL: https://svnweb.freebsd.org/changeset/ports/450657 Log: Document ansible issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 10:29:23 2017 (r450656) +++ head/security/vuxml/vuln.xml Tue Sep 26 12:12:25 2017 (r450657) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="478d4102-2319-4026-b3b2-a57c48f159ac"> + <topic>ansible -- information disclosure flaw</topic> + <affects> + <package> + <name>ansible</name> + <range><le>2.2.3</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ansible developers reports:</p> + <blockquote cite="https://github.com/ansible/ansible/issues/22505"> + <p>Ansible versions 2.2.3 and earlier are vulnerable to an information disclosure flaw due to the interaction of call back plugins and the no_log directive where the information may not be sanitized properly.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/ansible/ansible/issues/22505</url> + <cvename>CVE-2017-7473</cvename> + </references> + <dates> + <discovery>2017-7-21</discovery> + <entry>2017-9-25</entry> + </dates> + </vuln> + <vuln vid="b63421b6-a1e0-11e7-ac58-b499baebfeaf"> <topic>weechat -- crash in logger plugin</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709261212.v8QCCPSU030664>