Database/Container, Kubernetes & orchestration

IBM Instana Agent Operator: etcd client certificates copied out of openshift-etcd into a tenant namespace
Impact
The operator copies etcd mTLS client credentials out of the openshift-etcd system namespace so the agent can scrape etcd, but it does not validate where they are being copied to. A tenant who can point the copy at a namespace they own ends up holding a client certificate trusted by etcd itself. etcd is where every Secret in the cluster lives, including tenant service account tokens, image pull credentials and whatever the GPU nodes use to join, so this is a read of the cluster's entire secret store rather than a leak of one credential. Vendor score is 7.7 confidentiality-only with changed scope; this is a separate flaw from the RBAC collision in CVE-2026-19274 in the same advisory, with a different mechanism and a different cleanup.
Who can reach it
An authenticated remote user with rights to drive the operator's credential copy toward a namespace under their control. Requires only low-privilege authenticated access to the cluster API, not admin and not host access.
What to do
Take the fixed build from IBM support node 7286070; affected builds are 1.0.303 through 1.0.323 and the record does not state the fix level. Updating the operator is an image bump and pod restart, no node drain. Patching alone is not enough here because credentials may already have been copied: inventory Secrets in tenant namespaces for etcd client material, and rotate the etcd client certificates if any turn up outside openshift-etcd. Rotation on OpenShift is the expensive part of this one, not the operator upgrade.
References
Related entries
- Argo Workflows (controller pod informer, pod-gc-strategy annotation parsing): A malformedCVE-2026-40886 · Argo Workflows (controller pod informer, pod-gc-strategy annotation parsing)High
- RHACM multicloud-operators-channel: managed-cluster agent reads all Secrets in hub Channel namespacesCVE-2026-73122 · Red Hat Advanced Cluster Management multicloud-operators-channel (hub subscription controller)High
- RHACM subscription controller: HelmRelease secretRef.Namespace reads Secrets from any namespaceCVE-2026-73137 · Red Hat Advanced Cluster Management multicloud-operators-subscription (HelmRelease secretRef)High
- KubeVirt: Symlink path traversal in the virt-exportserver VMExport directory endpointCVE-2026-9804 · KubeVirtHigh
- ingress-nginx: Custom nginx snippets in an Ingress annotation retrieve the ingress-nginx service-account tokenCVE-2021-25742 · ingress-nginxHigh
- ingress-nginx: Ingress `path` can be pointed at the service-account token fileCVE-2021-25745 · ingress-nginxHigh
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.