CVE-2026-67567

Summary

A flaw was found in the multicloud-operators-subscription component. This vulnerability allows a tenant, who has the ability to create HelmRelease custom resources (CRs), to bypass existing security controls. The system's HelmRelease controller processes Helm chart templates using its own elevated ServiceAccount privileges without proper validation. This enables the tenant to deploy arbitrary resources across the entire cluster, leading to a significant security compromise.

Affected Software

VendorProductVersion RangeStatus

Weaknesses

  • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')

Workarounds

To mitigate this issue, restrict the ability of untrusted tenants to create HelmRelease custom resources within the cluster. Implement strict Role-Based Access Control (RBAC) policies to limit which users or service accounts can create or modify HelmRelease objects. This will prevent unauthorized users from leveraging the controller's elevated privileges for cluster-wide resource deployment.

References