Validation Bypass Vulnerability in Tekton Pipelines by Tectonic
CVE-2026-40923
5.4MEDIUM
What is CVE-2026-40923?
The Tekton Pipelines project, designed for handling CI/CD workflows with Kubernetes-style resources, has a vulnerability that allows unauthorized volume mounts. This occurs due to a failure in path validation when using the .. path traversal components, enabling attackers to mount volumes in restricted internal paths. Specifically, prior to version 1.11.1, the system improperly validates paths with strings.HasPrefix without utilizing filepath.Clean. As a result, a path such as /tekton/home/../results is erroneously allowed, which ultimately resolves to /tekton/results during execution. Users are advised to upgrade to version 1.11.1 or later to mitigate this issue.
Affected Version(s)
pipeline < 1.11.1
