CVE-2026-73268 PUBLISHED

Cluster-curator-controller: cluster-curator-controller: spec.install.overridejob allows arbitrary job spec injection

Assigner: redhat
Reserved: 11.08.2026 Published: 12.08.2026 Updated: 12.08.2026

A flaw was found in the cluster-curator-controller component of multicluster engine (MCE). A tenant with create or update permissions on ClusterCurator resources can inject an arbitrary Job specification. This is possible because the CreateJob() function does not validate user-controlled input when unmarshaling the spec.install.overrideJob raw extension. Successful exploitation allows the injected Job to run with the controller's elevated privileges, leading to arbitrary code execution and privilege escalation, potentially accessing cluster-wide secrets.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.9

Product Status

Vendor Red Hat
Product Multicluster Engine for Kubernetes
Versions Default: affected

Workarounds

To mitigate this issue, implement strict Role-Based Access Control (RBAC) policies to limit create and update permissions on clustercurators.cluster.open-cluster-management.io resources to trusted administrators only. This restricts the ability of less privileged tenants to exploit the vulnerability and escalate privileges within the Kubernetes environment.

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE