cvedb.io
CVE-2023-37264
LOW · CVSS 3.7
EPSS exploitation probability: 0%
Published 2023-07-07T17:15:10.280 · Last modified 2026-06-17T06:07:50.720

Summary

Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Starting in version 0.35.0, pipelines do not validate child UIDs, which means that a user that has access to create TaskRuns can create their own Tasks that the Pipelines controller will accept as the child Task. While the software stores and validates the PipelineRun's (api version, kind, name, uid) in the child Run's OwnerReference, it only store (api version, kind, name) in the ChildStatusReference. This means that if a client had access to create TaskRuns on a cluster, they could create a child TaskRun for a pipeline with the same name + owner reference, and the Pipeline controller picks it up as if it was the original TaskRun. This is problematic since it can let users modify the config of Pipel

Affected products

linuxfoundation — tekton_pipelines

Does this affect you?

Add your gear to cvedb and we'll alert you only when linuxfoundation ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.