Bug 2512153 (CVE-2026-71474) - CVE-2026-71474 insights-client-rhel9: CVE-2026-71474 insights-client: Pull-secret bearer token written to logs on non-200 CCX response
Summary: CVE-2026-71474 insights-client-rhel9: CVE-2026-71474 insights-client: Pull-se...
Keywords:
Status: NEW
Alias: CVE-2026-71474
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-06 19:36 UTC by OSIDB Bzimport
Modified: 2026-08-11 18:18 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-06 19:36:08 UTC
CreateInsightsRequest sets the Authorization header to "Bearer " + the cloud.openshift.com pull-secret token. In CallInsights, when the response status is not 200, the function logs the request headers at verbosity >= 3 via glog.V(3).Infof("Response header for report %v", req.Header), which writes the cluster's long-lived cloud.openshift.com pull-secret credential to stderr / pod logs. Pod logs on the hub are readable by any principal with pods/log access. The pull-secret is a long-lived credential that grants access to Red Hat cloud services.

Upstream: stolostron/insights-client


Note You need to log in before you can comment on or make changes to this bug.