Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1424885 - Password written in clear text in heat-api.log with DEBUG mode [openstack-9]
Password written in clear text in heat-api.log with DEBUG mode [openstack-9]
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-heat (Show other bugs)
9.0 (Mitaka)
Unspecified Unspecified
unspecified Severity unspecified
: ---
: 9.0 (Mitaka)
Assigned To: Zane Bitter
Amit Ugol
: Security, Triaged, ZStream
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-19 21:39 EST by Summer Long
Modified: 2017-06-14 11:37 EDT (History)
10 users (show)

See Also:
Fixed In Version: openstack-heat-6.1.0-3.el7ost
Doc Type: Release Note
Doc Text:
Story Points: ---
Clone Of: 1424879
Environment:
Last Closed: 2017-06-14 11:37:56 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:1464 normal SHIPPED_LIVE Moderate: openstack-heat security and bug fix update 2017-06-14 15:28:36 EDT

  None (edit)
Description Summer Long 2017-02-19 21:39:17 EST
+++ This bug was initially created as a clone of Bug #1424879 +++

Description of problem:
Reported by Hans Feldt, Ericsson

Password written in clear text in heat-api.log with DEBUG mode
Because this is debug, it is a hardening issue; no CVE is attached.

Upstream bug: https://bugs.launchpad.net/heat/+bug/1664792

Affected code:
heat/common/serializers.py:
 31 class JSONResponseSerializer(object):
 32
 33 def to_json(self, data):
 34 def sanitizer(obj):
 35 if isinstance(obj, datetime.datetime):
 36 return obj.isoformat()
 37 return six.text_type(obj)
 38
 39 response = jsonutils.dumps(data, default=sanitizer)
 40 LOG.debug("JSON response : %s" % response) # <- HERE

Version-Release number of selected component (if applicable):
openstack-heat-6.0.0-11.el7ost

Steps to Reproduce:
1. Create overcloud
2. View /var/log/heat/heat-api.log
3. Grep for AdminPassword

Actual results:
Plain text is used for passwords

Expected results:
Plain text should never be used for passwords
Comment 3 Ronnie Rasouli 2017-06-14 04:40:42 EDT
keystone_authtoken.admin_passwo
rd = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:252
9
Comment 5 errata-xmlrpc 2017-06-14 11:37:56 EDT
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/RHSA-2017:1464

Note You need to log in before you can comment on or make changes to this bug.