Description
A flaw was found in the ipa_getkeytab module of the community.general
Ansible collection. The module's bind_pw parameter, used to supply the LDAP simple-bind password when retrieving a Kerberos keytab, is not declared with no_log, unlike the sibling password parameter in the same module. As a consequence, the supplied IPA/LDAP bind password is recorded in cleartext in the managed host's system journal/syslog (the module's "Invoked with" record), is included in the module's return values and verbose (-v) output, and is displayed in Automation Controller / AWX job output. The password is additionally passed on the command line to the ipa-getkeytab helper (as --bindpw <value>), exposing it in the process list to local users while the command runs. An attacker able to read these logs, job output, or the process table can obtain the directory bind credential, potentially compromising the accounts and objects that credential can access.
Published: 2026-08-26
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ipa_getkeytab module in the community.general Ansible collection accepts an LDAP bind password through its bind_pw parameter, but this parameter is not flagged with no_log. As a result the cleartext password is written to the managed host’s system journal or syslog as part of the module’s invoked with record, is included in the module’s return values and visible in verbose (-v) output, and is displayed in Automation Controller/AWX job logs. Additionally the helper command ipa-getkeytab receives the plain password via a command-line argument, exposing it in the process table for the duration of execution. An adversary who can read these logs, job output, or enumerate running processes can obtain the directory bind credential and therefore compromise any accounts or objects accessible with that credential.

Affected Systems

Red Hat Ceph Storage 5, Red Hat Ceph Storage 9, Red Hat OpenStack Platform 17.1, and Red Hat OpenStack Platform 18.0 are affected by this flaw.

Risk and Exploitability

The vulnerability carries a CVSS score of 5.5, indicating medium severity, and its EPSS score is not available while it is not listed in the CISA KEV catalog. Likely exploitation requires local access to the target machine's log files or the ability to view the process list during module execution; it could also be leveraged through job output accessed by unprivileged users in AWX or Automation Controller if role‑based access controls are insufficient. The combined factors point to a moderate risk of credential compromise.

Generated by OpenCVE AI on August 27, 2026 at 00:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the community.general Ansible collection to a version that sets no_log for the bind_pw parameter.
  • When updating is not immediately possible, explicitly set no_log: true on the bind_pw argument in affected playbooks or override the module default so that the password is not recorded.
  • Restrict read access to system logs, AWX/Azure job output, and the process table so that only trusted administrators can view the credentials.

Generated by OpenCVE AI on August 27, 2026 at 00:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 26 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in the ipa_getkeytab module of the community.general Ansible collection. The module's bind_pw parameter, used to supply the LDAP simple-bind password when retrieving a Kerberos keytab, is not declared with no_log, unlike the sibling password parameter in the same module. As a consequence, the supplied IPA/LDAP bind password is recorded in cleartext in the managed host's system journal/syslog (the module's "Invoked with" record), is included in the module's return values and verbose (-v) output, and is displayed in Automation Controller / AWX job output. The password is additionally passed on the command line to the ipa-getkeytab helper (as --bindpw <value>), exposing it in the process list to local users while the command runs. An attacker able to read these logs, job output, or the process table can obtain the directory bind credential, potentially compromising the accounts and objects that credential can access.
Title Ansible-collection-community-general: community.general: ipa_getkeytab does not set no_log on the bind_pw parameter, disclosing the ipa bind password in logs and process listings
First Time appeared Redhat
Redhat ceph Storage
Redhat openstack
Weaknesses CWE-214
CPEs cpe:/a:redhat:ceph_storage:5
cpe:/a:redhat:ceph_storage:9
cpe:/a:redhat:openstack:17.1
cpe:/a:redhat:openstack:18.0
Vendors & Products Redhat
Redhat ceph Storage
Redhat openstack
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Redhat Ceph Storage Openstack
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-26T22:06:07.301Z

Reserved: 2026-08-25T20:50:07.012Z

Link: CVE-2026-80158

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T23:17:20.657

Modified: 2026-08-26T23:17:20.657

Link: CVE-2026-80158

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-80158 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T01:00:05Z

Weaknesses
  • CWE-214

    Invocation of Process Using Visible Sensitive Information