CVE-2026-10840 PUBLISHED

Openshift-pipelines-operator-rh: openshift-pipelines-operator: tekton-scheduler-rolebinding grants system:authenticated write access to kueue and cert-manager resources

Assigner: redhat
Reserved: 04.06.2026 Published: 04.06.2026 Updated: 04.06.2026

A flaw was found in the OpenShift Pipelines operator. The tekton-scheduler-rolebinding ClusterRoleBinding grants the system:authenticated group write access to Kueue and cert-manager custom resources via the tekton-scheduler-role ClusterRole. When Kueue or cert-manager CRDs are present on the cluster, any authenticated user can disrupt workload scheduling, tamper with scheduling priorities, delete other tenants' Workload objects, or induce cert-manager to overwrite TLS Secrets including the default ingress controller certificate.

Metrics

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

Product Status

Vendor Red Hat
Product Builds for Red Hat OpenShift
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown
Vendor Red Hat
Product OpenShift Pipelines
Versions Default: unknown

Workarounds

If the Tekton Scheduler feature is not in use, administrators can mitigate this by patching the ClusterRoleBinding to reference a specific ServiceAccount instead of system:authenticated:

oc patch clusterrolebinding tekton-scheduler-rolebinding --type=merge -p '{"subjects": [{"kind": "ServiceAccount", "name": "openshift-pipelines-operator", "namespace": "openshift-operators"}]}'

IMPORTANT: The OpenShift Pipelines operator's reconciliation loop may revert this manual patch. Verify that the operator does not reconcile this binding back to system:authenticated after applying the mitigation. If it does, scale down the operator deployment or configure the operator to skip reconciliation of this object.

Alternatively, the ClusterRoleBinding can be deleted if the Tekton Scheduler is not enabled.

Credits

  • Red Hat would like to thank Christopher Lusk (North Echo Security Research) for reporting this issue.

References

Problem Types

  • Incorrect Permission Assignment for Critical Resource CWE