CVE 5.4 MEDIUM

Tekton Pipelines: VolumeMount path restriction bypass via missing filepath.Clean in /tekton/ check_CVE-2026-40923

5.4 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

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.

Basic Information

ID CVE-2026-40923
Source GitHub_M
Published Apr 21, 2026 at 20:50

Affected Product

Vendor tektoncd
Product pipeline
Version < 1.11.1
Affected Versions tektoncd pipeline < 1.11.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.