
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-80158 is an information disclosure vulnerability in the ipa_getkeytab module of the community.general Ansible collection, caused by the bind_pw parameter not being declared with no_log=True. As a result, the IPA/LDAP bind password is exposed in cleartext through multiple channels including system journal/syslog, Automation Controller/AWX job output, module return values, and the process list. The vulnerability was disclosed on August 26, 2026, and affects the ansible-collection-community-general package as distributed by Red Hat. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Github Advisory).
The root cause is classified as CWE-214 (Invocation of Process Using Visible Sensitive Information), with contributing elements of CWE-532 (log disclosure) and CWE-312 (cleartext storage). The bind_pw argument in plugins/modules/ipa_getkeytab.py is declared as dict(type="str") without no_log=True, unlike the sibling password parameter. Ansible-core's automatic name-based redaction heuristic (PASSWORD_MATCH regex) does not catch bind_pw or bindpw because neither contains the literal substring pass. Additionally, the module passes the password directly to the ipa-getkeytab child process via --bindpw <value> on the command line, making it visible in /proc/<pid>/cmdline and ps output to any local user during execution — a vector that no_log alone cannot remediate (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation results in a high confidentiality impact: an attacker who can read system logs, AWX/Automation Controller job output, or the process table can obtain the plaintext IPA/LDAP bind credential. This credential may grant access to directory objects, Kerberos keytabs, and associated accounts managed by FreeIPA, potentially enabling lateral movement within the identity infrastructure. Integrity and availability are not directly impacted by this vulnerability (Red Hat CVE, Github Advisory).
Exploitation requires local access with low privileges — an attacker must be able to read system journal/syslog entries, AWX job output, or run ps/inspect /proc on the managed host during module execution. No exploit code or proof-of-concept has been publicly reported, and there is no evidence of in-the-wild exploitation. The EPSS score is 0.0, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog (Red Hat CVE, Github Advisory).
ipa_getkeytab Ansible module is being executed.ps aux | grep ipa-getkeytab or read /proc/<pid>/cmdline to capture the --bindpw <value> argument containing the plaintext bind password.journalctl) or syslog to find the Ansible "Invoked with" log entry, which records all module parameters including bind_pw in cleartext.bind_pw credential to access or modify directory objects, retrieve Kerberos keytabs, or escalate privileges within the identity infrastructure (Red Hat Bugzilla)./var/log/messages, journalctl, or syslog containing bind_pw=<plaintext_password> from ipa_getkeytab module invocations.bind_pw parameter values in verbose mode.ipa-getkeytab child processes with --bindpw <value> visible in ps aux or /proc/<pid>/cmdline output during Ansible playbook execution.bind_pw values stored on disk.The fix requires declaring bind_pw with no_log=True in the ipa_getkeytab module's argument spec (plugins/modules/ipa_getkeytab.py). Users should monitor the upstream community.general collection for a patched release and update as soon as one is available. As an interim workaround, avoid using the bind_pw parameter in playbooks where possible, restrict access to system journals and AWX job output to authorized personnel only, and rotate any IPA/LDAP bind passwords that may have been exposed through logs or process listings (Red Hat CVE, Red Hat Bugzilla).
Red Hat acknowledged the issue and credited the reporter arpitjain099 for responsible disclosure. The vulnerability was filed as Red Hat Bugzilla #2524651 and is tracked under the Security Response product component. No significant broader community or media commentary has been identified at this time (Red Hat CVE, Red Hat Bugzilla).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."