Vulnerability Description
Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Prior to 1.11.1, a validation bypass in the VolumeMount path restriction allows mounting volumes under restricted /tekton/ internal paths by using .. path traversal components. The restriction check uses strings.HasPrefix without filepath.Clean, so a path like /tekton/home/../results passes validation but resolves to /tekton/results at runtime. This vulnerability is fixed in 1.11.1.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | Tekton Pipelines | < 1.11.1 |
Related Weaknesses (CWE)
References
- https://github.com/tektoncd/pipeline/releases/tag/v1.11.1Release Notes
- https://github.com/tektoncd/pipeline/security/advisories/GHSA-rx35-6rhx-7858Vendor Advisory
FAQ
What is CVE-2026-40923?
CVE-2026-40923 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Prior to 1.11.1, a validation bypass in the VolumeMount path restriction allows mounting volumes under restri...
How severe is CVE-2026-40923?
CVE-2026-40923 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-40923?
Check the references section above for vendor advisories and patch information. Affected products include: Linuxfoundation Tekton Pipelines.