SCA: security update for github.com/tektoncd/pipeline (GHSA-94jr-7pqp-xhcq)

high Tenable Cloud Security Plugin ID 440680

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Starting in
version 1.0.0 and prior to versions 1.0.2, 1.3.4, 1.6.2, 1.9.3, and 1.11.1, the git resolver's revision
parameter is passed directly as a positional argument to git fetch without any validation that it does not
begin with a - character. Because git parses flags from mixed positional arguments, an attacker can inject
arbitrary git fetch flags such as --upload-pack=<binary>. Combined with the validateRepoURL function
explicitly permitting URLs that begin with / (local filesystem paths), a tenant who can submit
ResolutionRequest objects can chain these two behaviors to execute an arbitrary binary on the resolver
pod. The tekton-pipelines-resolvers ServiceAccount holds cluster-wide get/list/watch on all Secrets, so
code execution on the resolver pod enables full cluster-wide secret exfiltration. Versions 1.0.2, 1.3.4,
1.6.2, 1.9.3, and 1.11.1 fix the issue. (CVE-2026-40938)

Solution

Update the github.com/tektoncd/pipeline library and its related packages to version 1.0.2 or later.

See Also

https://github.com/advisories/GHSA-94jr-7pqp-xhcq

Plugin Details

Severity: High

ID: 440680

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/21/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: High

Score: 7

Percentile: 98.3

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.1

Temporal Score: 5.6

Vector: CVSS2#AV:N/AC:H/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-40938

CVSS v3

Risk Factor: High

Base Score: 8.5

Temporal Score: 7.6

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/21/2026

Vulnerability Publication Date: 4/21/2026

Reference Information

CVE: CVE-2026-40938

cwe: CWE-88