CVE-2026-11819

MEDIUMPre-NVD 5.55.5
EchelonGraph scoreHIGH confidence

Score 5.5 from GitHub Security Advisory published 2026-06-23. a secondary CVSS source baseline 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
5.5
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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
5.5
EG Score
5.5(high)
EPSS
2.8%
KEV
Not listed

Published

June 23, 2026

Last Modified

July 1, 2026

Advisory Details (3)

Auto-updated Jun 24, 2026
Patch available. Sources: redhat.
redhat Patch Available

cve-details

https://access.redhat.com/security/cve/cve-2026-11819
redhat

2487251 – (CVE-2026-11819) CVE-2026-11819 community.general: community.general keyring_info — OS keyring passphrase returned in plaintext

https://bugzilla.redhat.com/show_bug.cgi?id=2487251
redhat Patch Available

cve-details

https://access.redhat.com/security/cve/CVE-2026-11819

Vendor Advisories for CVE-2026-11819(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 19× in last 7d / 40× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 23:39 UTCEG score recompute
  2. 2026-07-06 23:39 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 02:23 UTCEPSS rescore
  5. 2026-07-05 23:34 UTCEG score recompute
  6. 2026-07-05 23:34 UTCGHSA enrichment
  7. 2026-07-05 02:30 UTCEPSS rescore
  8. 2026-07-05 02:30 UTCEPSS rescore
  9. 2026-07-04 23:29 UTCEG score recompute
  10. 2026-07-04 23:29 UTCGHSA enrichment
  11. 2026-07-03 23:24 UTCEG score recompute
  12. 2026-07-03 23:24 UTCGHSA enrichment
  13. 2026-07-02 23:19 UTCEG score recompute
  14. 2026-07-02 23:19 UTCGHSA enrichment
  15. 2026-07-01 23:14 UTCEG score recompute
  16. 2026-07-01 23:14 UTCGHSA enrichment
  17. 2026-06-30 23:22 UTCEPSS rescore
  18. 2026-06-30 23:09 UTCEG score recompute
  19. 2026-06-30 23:09 UTCGHSA enrichment
  20. 2026-06-29 23:04 UTCEG score recompute
  21. 2026-06-29 23:04 UTCGHSA enrichment
  22. 2026-06-29 14:06 UTCEPSS rescore
  23. 2026-06-28 22:56 UTCEG score recompute
  24. 2026-06-28 22:56 UTCGHSA enrichment
  25. 2026-06-28 14:07 UTCEPSS rescore
Show 15 more
  1. 2026-06-28 04:56 UTCEPSS rescore
  2. 2026-06-28 04:56 UTCEPSS rescore
  3. 2026-06-27 22:51 UTCEG score recompute
  4. 2026-06-27 22:51 UTCGHSA enrichment
  5. 2026-06-27 03:08 UTCEPSS rescore
  6. 2026-06-26 22:46 UTCEG score recompute
  7. 2026-06-26 22:46 UTCGHSA enrichment
  8. 2026-06-25 22:41 UTCEG score recompute
  9. 2026-06-25 22:41 UTCGHSA enrichment
  10. 2026-06-25 13:49 UTCEPSS rescore
  11. 2026-06-24 22:35 UTCEG score recompute
  12. 2026-06-24 22:35 UTCGHSA enrichment
  13. 2026-06-24 14:05 UTCEPSS rescore
  14. 2026-06-23 22:30 UTCEG score recompute
  15. 2026-06-23 22:30 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-11819?
CVE-2026-11819 is a medium vulnerability published on June 23, 2026. 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…
When was CVE-2026-11819 disclosed?
CVE-2026-11819 was first published in the National Vulnerability Database on June 23, 2026, with the most recent update on July 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-11819 actively exploited?
CVE-2026-11819 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.8% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-11819?
CVE-2026-11819 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-11819?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-11819, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-11819

Explore →

Is Your Infrastructure Affected by CVE-2026-11819?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.