Date: Fri, 2 Jun 2017 19:46:51 +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: r442457 - head/security/vuxml Message-ID: <201706021946.v52Jkpx1003664@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Fri Jun 2 19:46:51 2017 New Revision: 442457 URL: https://svnweb.freebsd.org/changeset/ports/442457 Log: Document vulnerability in sysutils/ansible (CVE-2017-7481) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 2 19:36:45 2017 (r442456) +++ head/security/vuxml/vuln.xml Fri Jun 2 19:46:51 2017 (r442457) @@ -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="15a04b9f-47cb-11e7-a853-001fbc0f280f"> + <topic>ansible -- Input validation flaw in jinja2 templating system</topic> + <affects> + <package> + <name>ansible</name> + <range><lt>2.3.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>RedHat security team reports:</p> + <blockquote cite="https://access.redhat.com/security/cve/cve-2017-7481"> + <p>An input validation flaw was found in Ansible, where it fails to + properly mark lookup-plugin results as unsafe. If an attacker could + control the results of lookup() calls, they could inject Unicode + strings to be parsed by the jinja2 templating system, result in + code execution.</p> + </blockquote> + </body> + </description> + <references> + <url>https://access.redhat.com/security/cve/cve-2017-7481</url> + <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7481</url> + </references> + <dates> + <discovery>2017-05-09</discovery> + <entry>2017-06-02</entry> + </dates> + </vuln> + <vuln vid="738e8ae1-46dd-11e7-a539-0050569f7e80"> <topic>duo -- Two-factor authentication bypass</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021946.v52Jkpx1003664>