CVE-2026-11819: Insertion of Sensitive Information into Log File in Red Hat Red Hat Enterprise Linux 10
Module: plugins/modules/keyring_info.py CVSS 3.1: 5.5 MEDIUM — AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Issue: The module retrieves a passphrase from the OS native keyring (GNOME Keyring, macOS Keychain, Windows Credential Manager) and places it directly into result["passphrase"] with no output suppression, no no_log protection, and no documentation warning. Root Cause: Line 105 (protected): keyring_password=dict(type="str", required=True, no_log=True) Line 127 (NOT protected): result["passphrase"] = passphrase Observed Output: { "changed": false, "passphrase": "MyMasterP@ssw0rd!SSH_Key_Secret" } Visible via register + debug: { "keyring_result": { "changed": false, "passphrase": "MyMasterP@ssw0rd!SSH_Key_Secret" } } Impact: Master passwords, SSH key passphrases and service credentials appear in all Ansible output register: keyring_result followed by debug: var=keyring_result prints passphrase in full Ansible fact caching backends (Redis, JSON file, memcached) may persist the passphrase AWX/Tower job logs silently store the live credential Fix: module.exit_json(changed=False, passphrase=passphrase, _ansible_no_log=True) Also add a documentation warning requiring callers to use no_log: true at the task level. PoCs Fig 1: PoC execution showing passphrase in plaintext output Fig 2: Source code showing no_log=True on input (line 105) vs unprotected output (line 127)
AI Analysis
Technical Summary
The vulnerability exists in the Ansible module plugins/modules/keyring_info.py used in Red Hat Enterprise Linux 10. It improperly outputs sensitive passphrases retrieved from OS native keyrings (GNOME Keyring, macOS Keychain, Windows Credential Manager) directly into the result dictionary without no_log protection. This causes the passphrase to be visible in Ansible output, debug registers, fact caches (such as Redis, JSON file, memcached), and AWX/Tower job logs. The root cause is that while the input parameter is marked with no_log=True, the output passphrase is not protected, leading to unintended exposure of sensitive information. The vulnerability has a CVSS 3.1 score of 5.5 (medium) with vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N. The vendor advisory does not explicitly confirm a patch or remediation level but suggests a fix involving adding _ansible_no_log=True on module exit and documenting the need for no_log at the task level.
Potential Impact
Sensitive credentials such as master passwords and SSH key passphrases can be exposed in Ansible outputs, debug logs, fact caching backends, and AWX/Tower job logs. This exposure compromises confidentiality but does not affect integrity or availability. The leakage can lead to unauthorized access if logs or caches are accessed by unauthorized parties.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Meanwhile, users should apply no_log: true at the task level when using the affected module to prevent sensitive passphrases from being logged or cached. The vendor advisory suggests modifying the module to use _ansible_no_log=True on output to suppress sensitive information. Follow official Red Hat guidance at https://access.redhat.com/security/cve/CVE-2026-11819 for updates and remediation instructions.
CVE-2026-11819: Insertion of Sensitive Information into Log File in Red Hat Red Hat Enterprise Linux 10
Description
Module: plugins/modules/keyring_info.py CVSS 3.1: 5.5 MEDIUM — AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Issue: The module retrieves a passphrase from the OS native keyring (GNOME Keyring, macOS Keychain, Windows Credential Manager) and places it directly into result["passphrase"] with no output suppression, no no_log protection, and no documentation warning. Root Cause: Line 105 (protected): keyring_password=dict(type="str", required=True, no_log=True) Line 127 (NOT protected): result["passphrase"] = passphrase Observed Output: { "changed": false, "passphrase": "MyMasterP@ssw0rd!SSH_Key_Secret" } Visible via register + debug: { "keyring_result": { "changed": false, "passphrase": "MyMasterP@ssw0rd!SSH_Key_Secret" } } Impact: Master passwords, SSH key passphrases and service credentials appear in all Ansible output register: keyring_result followed by debug: var=keyring_result prints passphrase in full Ansible fact caching backends (Redis, JSON file, memcached) may persist the passphrase AWX/Tower job logs silently store the live credential Fix: module.exit_json(changed=False, passphrase=passphrase, _ansible_no_log=True) Also add a documentation warning requiring callers to use no_log: true at the task level. PoCs Fig 1: PoC execution showing passphrase in plaintext output Fig 2: Source code showing no_log=True on input (line 105) vs unprotected output (line 127)
CVSS v3.1
Score 5.5medium
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability exists in the Ansible module plugins/modules/keyring_info.py used in Red Hat Enterprise Linux 10. It improperly outputs sensitive passphrases retrieved from OS native keyrings (GNOME Keyring, macOS Keychain, Windows Credential Manager) directly into the result dictionary without no_log protection. This causes the passphrase to be visible in Ansible output, debug registers, fact caches (such as Redis, JSON file, memcached), and AWX/Tower job logs. The root cause is that while the input parameter is marked with no_log=True, the output passphrase is not protected, leading to unintended exposure of sensitive information. The vulnerability has a CVSS 3.1 score of 5.5 (medium) with vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N. The vendor advisory does not explicitly confirm a patch or remediation level but suggests a fix involving adding _ansible_no_log=True on module exit and documenting the need for no_log at the task level.
Potential Impact
Sensitive credentials such as master passwords and SSH key passphrases can be exposed in Ansible outputs, debug logs, fact caching backends, and AWX/Tower job logs. This exposure compromises confidentiality but does not affect integrity or availability. The leakage can lead to unauthorized access if logs or caches are accessed by unauthorized parties.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Meanwhile, users should apply no_log: true at the task level when using the affected module to prevent sensitive passphrases from being logged or cached. The vendor advisory suggests modifying the module to use _ansible_no_log=True on output to suppress sensitive information. Follow official Red Hat guidance at https://access.redhat.com/security/cve/CVE-2026-11819 for updates and remediation instructions.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- redhat
- Date Reserved
- 2026-06-09T17:27:25.326Z
- Cvss Version
- 3.1
- State
- PUBLISHED
- Remediation Level
- null
- Vendor Advisory Urls
- [{"url":"https://access.redhat.com/security/cve/CVE-2026-11819","vendor":"Red Hat"}]
Threat ID: 6a3aeefceed863c81e96a139
Added to database: 06/23/2026, 20:39:24 UTC
Last enriched: 07/08/2026, 12:28:07 UTC
Last updated: 08/05/2026, 00:41:11 UTC
Views: 65
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.