Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658154 (CVE-2018-10855) - <app-admin/ansible-2.5.5: failed tasks do not honour no_log option allowing for secrets to be disclosed in logs
Summary: <app-admin/ansible-2.5.5: failed tasks do not honour no_log option allowing f...
Status: RESOLVED FIXED
Alias: CVE-2018-10855
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL: https://github.com/ansible/ansible/pu...
Whiteboard: B4 [noglsa cve]
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 02:44 UTC by Florian Schuhmacher
Modified: 2019-03-12 07:32 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schuhmacher 2018-06-15 02:44:03 UTC
Ansible through version 2.5 does not properly honour the no_log option with failed task iterations. When a list of secret items is supplied to a task and a task iteration fails, secrets can be disclosed in logs despite the no_log option being enabled.

2.5.5 is already out with the fix: 
https://releases.ansible.com/ansible/ansible-2.5.5.tar.gz


Gentoo Security Scout
Florian Schuhmacher
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2018-06-15 22:05:34 UTC
2.5.5 fast stable'd with cleanup of 2.5.x (2.4.x is still in tree).
Comment 2 Larry the Git Cow gentoo-dev 2018-06-15 22:05:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70cd9d1251b53bb6ac55bf5a7464bb744d6ae2c

commit d70cd9d1251b53bb6ac55bf5a7464bb744d6ae2c
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2018-06-15 22:05:25 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2018-06-15 22:05:25 +0000

    app-admin/ansible: 2.5.5 stable amd64 and x86 with cleanup
    
    Closes: https://bugs.gentoo.org/658154
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/ansible/Manifest                |  3 --
 app-admin/ansible/ansible-2.5.2.ebuild    | 56 --------------------------
 app-admin/ansible/ansible-2.5.3-r1.ebuild | 66 -------------------------------
 app-admin/ansible/ansible-2.5.4.ebuild    | 66 -------------------------------
 app-admin/ansible/ansible-2.5.5.ebuild    |  2 +-
 5 files changed, 1 insertion(+), 192 deletions(-)
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2018-06-15 22:06:18 UTC
reopening...