Skip to content
Threat Feed
high advisory

Excessive Permissions Vulnerability in Data Science Pipelines Operator

The Data Science Pipelines Operator (DSPO) ClusterRole contains excessive permissions that allow an attacker who compromises the operator pod to escalate privileges to cluster administrator.

What's new

  • 1. added CVE-2026-18611, CVE-2026-18617 Aug 10, 21:38 via nvd, source

CVE-2026-18608 identifies a security configuration flaw within the Red Hat Data Science Pipelines Operator (DSPO). The operator's default ClusterRole binding provides permissions that significantly exceed operational requirements. Specifically, the role grants the operator capabilities to execute commands within pods and manage cluster-wide Roles and ClusterRoles. Because these permissions are excessive, an attacker who gains initial access to the DSPO pod through a separate exploit or vulnerability can abuse these roles to perform cluster-wide actions. This enables lateral movement and privilege escalation, potentially resulting in full administrative control over the entire Kubernetes environment. Security teams should audit existing ClusterRoleBindings associated with the DSPO and restrict permissions to the minimum necessary for the operator to function.

Impact

Successful exploitation allows an attacker to escalate privileges from a compromised operator pod to full administrative control over the Kubernetes cluster. This could lead to data exfiltration, service disruption, or complete cluster takeover. This vulnerability affects deployments using the Data Science Pipelines Operator on Kubernetes or OpenShift environments.

Recommendation

  • Audit all ClusterRoleBindings assigned to the Data Science Pipelines Operator to ensure they adhere to the principle of least privilege.
  • Implement Kubernetes admission control policies to restrict unauthorized command execution within pods.
  • Monitor logs for unusual 'exec' or 'patch' operations initiated by the DSPO service account or its associated pods.
  • Patch the DSPO to the latest version provided by the vendor to remediate the overly permissive ClusterRole configuration.

Immediate actions

Audit ClusterRoleBindings for the Data Science Pipelines Operator.

DevSecOps 48h

Mitigations

Upgrade Data Science Pipelines Operator to the patched version.

immediate IT Operations

CVE-2026-18608