CVE-2026-18608 PUBLISHED

Data-science-pipelines-operator: dspo: operator clusterrole grants pods/exec:*, kubeflow.org */*, and clusterrole/binding crud cluster-wide

Assigner: redhat
Reserved: 03.08.2026 Published: 10.08.2026 Updated: 11.08.2026

A flaw was found in the Data Science Pipelines Operator (DSPO). The operator's ClusterRole, which defines its permissions, includes extensive privileges beyond what is necessary for its operation. These excessive permissions, such as the ability to execute commands within pods and manage cluster-wide roles, could be exploited. If the DSPO pod were compromised, an attacker could leverage these privileges to gain full administrative control over the entire Kubernetes cluster.

Metrics

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

Product Status

Vendor Red Hat
Product Red Hat OpenShift AI 3.3
Versions Default: affected
  • unaffected from 1785187936 to * (excl.)

Workarounds

To reduce the attack surface, administrators should review and modify the ClusterRole associated with the Data Science Pipelines Operator (DSPO) to remove unnecessary permissions. Specifically, restrict or remove permissions for pods/exec, kubeflow.org */*, seldondeployments *, and broad apiGroups:'*' for deployments and services. The operator's ClusterRole should be limited to only the required resources such as apps/deployments, services, secrets, configmaps, roles/rolebindings, routes, networkpolicies, servicemonitors, and DSPA/Argo CRDs. Applying these changes may require restarting the DSPO pod for the updated permissions to take effect and could impact operator functionality if not carefully validated.

References

Problem Types

  • Execution with Unnecessary Privileges CWE