CVE-2023-37264: Pipelines do not validate child UIDs #6909
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Opening an issue based on GHSA-w2h3-vvvq-3m53 if anyone wants to pick this up 🙏
Expected Behavior
PipelineRuns only look at TaskRuns that it generates.
Actual Behavior
PipelineRuns will accept any TaskRun that matches the correct name, even if it was not generated from the Pipeline.
Steps to Reproduce the Problem
See GHSA-w2h3-vvvq-3m53
Additional Info
The PipelineRun reconciler should check the TaskRun UIDs match.
The text was updated successfully, but these errors were encountered: