Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/tektoncd/pipeline
  4. ›
  5. CVE-2026-40923

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

April 21, 2026 (updated May 22, 2026)

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.

References

  • github.com/advisories/GHSA-rx35-6rhx-7858
  • github.com/tektoncd/pipeline/releases/tag/v1.11.1
  • github.com/tektoncd/pipeline/security/advisories/GHSA-rx35-6rhx-7858
  • nvd.nist.gov/vuln/detail/CVE-2026-40923

Code Behaviors & Features

Detect and mitigate CVE-2026-40923 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.0.0 before 1.0.2, all versions starting from 1.2.0 before 1.3.4, all versions starting from 1.4.0 before 1.6.2, all versions starting from 1.7.0 before 1.9.3, all versions starting from 1.10.0 before 1.11.1

Fixed versions

  • 1.0.2
  • 1.3.4
  • 1.6.2
  • 1.9.3
  • 1.11.1

Solution

Upgrade to versions 1.0.2, 1.3.4, 1.6.2, 1.9.3, 1.11.1 or above.

Impact 5.4 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

go/github.com/tektoncd/pipeline/CVE-2026-40923.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 24 Jun 2026 00:17:25 +0000.