Directory Traversal Affecting tkn-fips package, versions <0.44.1-r4


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-TKNFIPS-16539750
  • published8 May 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 tkn-fips to version 0.44.1-r4 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream tkn-fips package and not the tkn-fips 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.