Skip to content

🚨 CRITICAL SECURITY: CVE-2026-19274 - RBAC Hijack Vulnerability (builds 1.0.303-1.0.323) #590

Description

@jjasghar

🚨 EMERGENCY SECURITY ADVISORY

CVE-ID: CVE-2026-19274
Severity: CRITICAL (CVSS 9.6)
Published: September 4, 2026
Affected Versions: IBM Instana Agent Operator builds 1.0.303 through 1.0.323


Vulnerability Summary

A critical RBAC hijack vulnerability allows authenticated Kubernetes tenants to hijack or permanently destroy another tenant's cluster-level RBAC permissions.

Technical Details

Root Cause

Cluster-scoped RBAC objects (ClusterRoleBindings) are keyed solely by bare Custom Resource (CR) name with no namespace disambiguation.

Attack Vector

  1. Attacker creates a same-named InstanaAgent CR in an attacker-controlled namespace
  2. This silently overwrites the shared ClusterRoleBinding used by victim agents
  3. Victim agent's cluster monitoring access is revoked

Impact

  • Authentication bypass: Can hijack RBAC permissions across namespaces
  • Denial of Service: Can permanently destroy another tenant's cluster monitoring
  • Multi-tenant isolation breach: Fundamental breakdown of namespace boundaries

Affected Components

  • IBM Observability with Instana Agent Operator
  • Builds: 1.0.303 through 1.0.323 (inclusive)

Recommended Actions

Immediate (for users):

  1. Audit existing InstanaAgent CRs across all namespaces for duplicate names
  2. Review ClusterRoleBindings created by the operator
  3. Consider downgrading to versions < 1.0.303 if available (verify no other vulnerabilities)
  4. Monitor for unexpected RBAC changes

For Maintainers:

  • Create patch that namespace-scopes CRD references or adds namespace validation
  • Add defensive checks before creating/modifying ClusterRoleBindings
  • Implement proper multi-tenant isolation for cluster-scoped resources
  • Release emergency patch version (1.0.324+)

References


Reported via automated security monitoring. Ready to assist with triage and fix verification.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions