Cleartext Storage of Sensitive Information
CVE-2024-53865
Summary
The zhmcclient is a pure Python client library for the IBM Z HMC Web Services API. In affected versions prior to 1.18.1, of the Python package "zhmcclient," it writes password-like properties in clear text into its HMC and API logs in the following cases: The 'boot-ftp-password' and "ssc-master-pw" properties when creating or updating a partition in DPM mode are in the zhmcclient API and HMC logs. The "ssc-master-pw" and "zaware-master-pw" properties when updating an LPAR in classic mode are in the zhmcclient API and HMC logs. The "ssc-master-pw" and "zaware-master-pw" properties when creating or updating an image activation profile in classic mode are in the zhmcclient API and HMC logs. The "password" property when creating or updating an HMC user is in the zhmcclient API log. The "bind-password" property when creating or updating an LDAP server definition is in the zhmcclient API and HMC logs. This issue affects only users of the zhmcclient package that have enabled the Python loggers named "zhmcclient.api" (for the API log) or "zhmcclient.hmc" (for the HMC log) and that use the functions listed above. Users are advised to upgrade. There are no known workarounds for this vulnerability.
- LOW
- LOCAL
- HIGH
- CHANGED
- NONE
- HIGH
- HIGH
- HIGH
CWE-312 - Cleartext Storage of Sensitive Information
The application stores sensitive information in cleartext within a resource that might be accessible to another control sphere.
References
Advisory Timeline
- Published