GPU VulnDB

Database/Container, Kubernetes & orchestration

IBM Instana Agent Operator: a same-named CR in any namespace overwrites or deletes the shared ClusterRoleBinding

CVSS 9.6CVE-2026-19274Container, Kubernetes & orchestrationcurated

Impact

The operator names its cluster-scoped RBAC objects after the bare CR name with no namespace component, so an InstanaAgent CR created in any namespace collides with the one a cluster admin deployed. A tenant who can create that CR in a namespace they already control can silently rewrite the shared ClusterRoleBinding to point at a subject of their choosing, or delete it and cut the legitimate agent off from cluster monitoring. On a shared GPU cluster this is both an escalation path and a blinding move: the binding is cluster-wide, so whatever permissions the monitoring agent holds across every namespace become reachable, and the operator that would fix it is the same one being abused. The vendor scores it 9.6 with a changed scope, which matches the cross-tenant reach.

Who can reach it

Any authenticated Kubernetes user who can create an InstanaAgent custom resource in a namespace they control. Namespace-scoped tenant rights are enough; no node access, no cluster-admin, and no position on the management network beyond ordinary API server access.

What to do

Affected builds are 1.0.303 through 1.0.323; the record does not name a fixed build, so take the version from IBM support node 7286070 before scheduling anything. The rollout itself is cheap: bump the operator image and let the operator Deployment restart, with no impact on GPU workloads or node uptime. Afterwards, audit existing cluster-scoped RBAC objects the operator owns for bindings whose subjects you did not create, and re-apply the intended ClusterRoleBinding if a tenant already overwrote it. Until you patch, restrict who can create InstanaAgent CRs, since that permission is the whole attack.

References

Related entries

All Container, Kubernetes & orchestration entries

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.