fix(cve): CVE-2026-40938, CVE-2026-40161 - bump github.com/tektoncd/pipeline to v1.11.1 [release-v0.42.2]#2868
Open
divyansh42 wants to merge 1 commit into
Conversation
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
- Update github.com/tektoncd/pipeline from v1.3.1 to v1.11.1 - CVE-2026-40938: Arbitrary code execution via malicious git commands (Critical) - CVE-2026-40161: Git API token disclosure via user-controlled serverURL (High) Resolves: SRVKP-11720, SRVKP-11650 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: diagrawa <diagrawa@redhat.com>
37db085 to
7a9e82a
Compare
Member
Author
|
/release-note-none |
Member
Author
|
/hold |
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. Combined with permitting local filesystem paths as URLs, this can execute arbitrary binaries on the resolver pod. Thetekton-pipelines-resolversServiceAccount has cluster-wide get/list/watch on all Secrets.github.com/tektoncd/pipeline v1.11.1CVE-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. When the user omits the token parameter, the shared API token is sent to an attacker-controlled endpoint.github.com/tektoncd/pipeline v1.10.1+Fix Summary
Updated
github.com/tektoncd/pipelinefromv1.3.1tov1.11.1ingo.modand regeneratedgo.sum.go.modgithub.com/tektoncd/pipeline v1.3.1→v1.11.1go.sumTest Results
go get github.com/tektoncd/pipeline@v1.11.1go mod tidy -ego mod verifyall modules verifiedBreaking Changes
None expected. This is a patch-level update within the same major version. The
tektoncd/pipelineAPI is stable across this range.Risk Assessment
Low — dependency version bump to address critical security vulnerabilities. No API changes in the components used by
tknCLI. The transitivego mod tidy -ewarnings are from test-only dependencies in downstream packages and do not affect the CLI build.Verification Steps
tkncommands function correctly (pipeline list, run, logs)Jira References
SRVKP-11720 (CVE-2026-40938, pipelines-1.20)
SRVKP-11650 (CVE-2026-40161, pipelines-1.20)
🤖 Generated with Claude Code