| Summary: | LDAP bind username and password being logged in plain text | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | Security | Assignee: | Joe Vlcek <jvlcek> |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.5.0 | CC: | cpelland, jdeubel, jhardy, jocarter, jprause, jvlcek, kseifried, mfeifer, obarenbo, rananda, ssainkar, sshveta |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, when the system was binding with CloudForms, the password was being logged in plain text. This fix encrypts LDAP bind password when queuing to MiqQueue. As a result, the password is now logged encrypted.
|
Story Points: | --- |
| Clone Of: | 1297576 | Environment: | |
| Last Closed: | 2016-04-13 18:41:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1297576 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2016-01-26 23:47:31 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=6dc402f5645b4317e0b790334a1237c7b18d3526 commit 6dc402f5645b4317e0b790334a1237c7b18d3526 Author: Joe VLcek <jvlcek> AuthorDate: Fri Feb 5 15:21:49 2016 -0500 Commit: Joe VLcek <jvlcek> CommitDate: Thu Feb 11 10:11:15 2016 -0500 Encrypt ldap bind password when queuing to MiqQueue https://bugzilla.redhat.com/show_bug.cgi?id=1302062 PR: https://github.com/ManageIQ/manageiq/pull/6539 Cherry Pick was not clean. Conflicts showed up in spec/models/authenticator/ldap_spec.rb due to earlier updates to the spec that are not cherry picked app/models/authenticator.rb | 10 ++++++++++ spec/models/authenticator/amazon_spec.rb | 1 + spec/models/authenticator/httpd_spec.rb | 1 + spec/models/authenticator/ldap_spec.rb | 26 +++++++++++++++++++++++++- 4 files changed, 37 insertions(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c2694eb2edd6804ad9154ce47b67884028c070ee commit c2694eb2edd6804ad9154ce47b67884028c070ee Merge: 8f39f21 6dc402f Author: Joe Rafaniello <jrafanie> AuthorDate: Thu Feb 11 14:34:11 2016 -0500 Commit: Joe Rafaniello <jrafanie> CommitDate: Thu Feb 11 14:34:11 2016 -0500 Merge branch 'bz_1302062_2' into '5.5.z' Encrypt ldap bind password when queuing to MiqQueue https://bugzilla.redhat.com/show_bug.cgi?id=1302062 PR: https://github.com/ManageIQ/manageiq/pull/6539 Cherry Pick was not clean. Conflicts showed up in spec/models/authenticator/ldap_spec.rb due to earlier updates to the spec that are not cherry picked See merge request !781 app/models/authenticator.rb | 10 ++++++++++ spec/models/authenticator/amazon_spec.rb | 1 + spec/models/authenticator/httpd_spec.rb | 1 + spec/models/authenticator/ldap_spec.rb | 26 +++++++++++++++++++++++++- 4 files changed, 37 insertions(+), 1 deletion(-) Checked in 5.5.3.2. I have set up an LDAP login and logged in with an LDAP user, then I grepped all the logfiles of CFME and there is no mention of the bind password. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0616 |