Directory Traversal Affecting tekton-pipelines-1.4 package, versions <1.4.0-r19


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.22% (13th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-TEKTONPIPELINES14-17687834
  • published30 Jun 2026
  • disclosed21 Apr 2026

Introduced: 21 Apr 2026

CVE-2026-40923  (opens in a new tab)
CWE-22  (opens in a new tab)

How to fix?

Upgrade Chainguard tekton-pipelines-1.4 to version 1.4.0-r19 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream tekton-pipelines-1.4 package and not the tekton-pipelines-1.4 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

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.