diff options
author | swills <swills@FreeBSD.org> | 2017-09-26 20:12:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-26 20:12:25 +0800 |
commit | 5f8733262dd405068c1bbb7af15a0790d23b8d16 (patch) | |
tree | 849e1af1ed130b303e0e0ade16655c5d2503774a /security/vuxml/vuln.xml | |
parent | 56caea881c1dc9164696d53e045bfbcfc0f1f35d (diff) | |
download | freebsd-ports-gnome-5f8733262dd405068c1bbb7af15a0790d23b8d16.tar.gz freebsd-ports-gnome-5f8733262dd405068c1bbb7af15a0790d23b8d16.tar.zst freebsd-ports-gnome-5f8733262dd405068c1bbb7af15a0790d23b8d16.zip |
Document ansible issue
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6569be17a63f..97426ff530be 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |