Description
A flaw was found in insights-client. The setDefault() function logs the value of every environment variable it processes, including CCX_TOKEN, a bearer credential used in disconnected cluster deployments. When glog verbosity is set to level 2 or higher, the token is written in clear text to the pod log on every startup. An attacker with access to pod logs or centralized logging could obtain the credential, leading to unauthorized access to the CCX API.
Published: 2026-08-11
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the insights-client’s setDefault() function, which logs all environment variables it processes. When the CCX_TOKEN environment variable, a bearer credential used in disconnected cluster deployments, is set, the token is written in clear text to the pod log on every startup if glog verbosity is configured at level 2 or higher. This results in credential disclosure that an attacker can exploit to gain unauthorized access to the CCX API. The weakness is classified as CWE‑532, indicating improper handling of sensitive data in logs.

Affected Systems

Red Hat Advanced Cluster Management for Kubernetes 2 is affected. The vulnerability applies to deployments of this version; no other product versions were listed.

Risk and Exploitability

The CVSS score of 6.3 places the vulnerability in the medium severity range, and the EPSS score of < 1% indicates a low probability of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog, suggesting no confirmed widespread exploitation. An attacker would need access to pod logs or to a centralized logging back‑end for the open‑cluster‑management namespace to capture the exposed token; with such access, they could authenticate to the CCX API with the stolen bearer credential. The presence of a simple workaround reduces risk if applied, but the default high log verbosity keeps the token exposed until remedied.

Generated by OpenCVE AI on August 12, 2026 at 19:27 UTC.

Remediation

Vendor Workaround

Ensure glog verbosity on the insights-client Deployment is set below level 2 (-v=0 or -v=1). If CCX_TOKEN must be configured for disconnected environments, restrict access to pod logs in the open-cluster-management namespace and to centralized logging backends.


OpenCVE Recommended Actions

  • Configure the insights-client Deployment to set glog verbosity to –v=0 or –v=1.
  • Restrict access to pod logs and to any centralized logging back‑ends for the open‑cluster‑management namespace so that only trusted personnel can view logs.
  • If higher log verbosity is required for troubleshooting, move the CCX_TOKEN into a Kubernetes Secret mounted as a file rather than an environment variable and remove it from the log‑capturing flow, thereby preventing the token from being emitted by setDefault() as plain text.

Generated by OpenCVE AI on August 12, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
CPEs cpe:/a:redhat:acm:2.11::el9
cpe:/a:redhat:acm:2.14::el9
cpe:/a:redhat:acm:2.16::el9
References

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

Type Values Removed Values Added
CPEs cpe:/a:redhat:acm:2 cpe:/a:redhat:acm:2.13::el9
cpe:/a:redhat:acm:2.15::el9
cpe:/a:redhat:acm:2.17::el9
References

Mon, 24 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Redhat insights-client
CPEs cpe:2.3:a:redhat:advanced_cluster_management_for_kubernetes:2.0:*:*:*:*:*:*:*
cpe:2.3:a:redhat:insights-client:-:*:*:*:*:*:*:*
Vendors & Products Redhat insights-client

Thu, 13 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Redhat advanced Cluster Management For Kubernetes
Vendors & Products Redhat advanced Cluster Management For Kubernetes

Wed, 12 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 11 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in insights-client. The setDefault() function logs the value of every environment variable it processes, including CCX_TOKEN, a bearer credential used in disconnected cluster deployments. When glog verbosity is set to level 2 or higher, the token is written in clear text to the pod log on every startup. An attacker with access to pod logs or centralized logging could obtain the credential, leading to unauthorized access to the CCX API.
Title Insights-client: insights-client: ccx_token bearer credential logged in clear text at startup via setdefault()
First Time appeared Redhat
Redhat acm
Weaknesses CWE-532
CPEs cpe:/a:redhat:acm:2
Vendors & Products Redhat
Redhat acm
References
Metrics cvssV3_1

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


Subscriptions

Redhat Acm Advanced Cluster Management For Kubernetes Insights-client
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-27T02:20:48.692Z

Reserved: 2026-08-07T16:54:37.704Z

Link: CVE-2026-71845

cve-icon Vulnrichment

Updated: 2026-08-12T15:32:33.544Z

cve-icon NVD

Status : Modified

Published: 2026-08-11T20:18:45.800

Modified: 2026-08-27T04:16:48.523

Link: CVE-2026-71845

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T12:00:00Z

Links: CVE-2026-71845 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:30:04Z

Weaknesses
  • CWE-532

    Insertion of Sensitive Information into Log File