Security: Fix CVE-2026-34986 (go-jose v4.1.3→v4.1.4) SRVKP-11491#1667
Open
jkhelil wants to merge 1 commit into
Open
Security: Fix CVE-2026-34986 (go-jose v4.1.3→v4.1.4) SRVKP-11491#1667jkhelil wants to merge 1 commit into
jkhelil wants to merge 1 commit into
Conversation
- Update github.com/go-jose/go-jose/v4 from v4.1.3 to v4.1.4 - Addresses panic vulnerability in JWE decryption (CVE-2026-34986) - go-jose v4.1.4 contains the security fix in crypter.go (GHSA-78h2-9frx-2jm8) - Minimal same-minor-line patch upgrade Resolves: SRVKP-11491 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
/lgtm |
Contributor
|
/kind misc |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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.
Summary
This PR fixes CVE-2026-34986 by upgrading
github.com/go-jose/go-jose/v4from v4.1.3 to v4.1.4 on therelease-v0.20.xbranch (pipelines-1.15).CVE Details
Fix Description
Minimal same-minor-line patch upgrade: v4.1.3 → v4.1.4. The v4.1.4 release contains fixes in
crypter.go,asymmetric.go, andcipher/key_wrap.gothat prevent panics when decrypting maliciously crafted JWE tokens.Note: This is a backport fix for
release-v0.20.x(pipelines-1.15). The main branch fix is tracked in SRVKP-11491 which is already in Release Pending.Test Results
Status:⚠️ PARTIAL - tests timed out after 5 minutes, but build and vet passed
Build: ✅
go build ./cmd/...- passedVet: ✅
go vet ./pkg/... ./internal/...- passedUnit tests: ⏱️ Timed out after 5 minutes (test suite is long-running)
github.com/tektoncd/chains/pkg/artifacts- PASSED before timeoutNote: Timeout is expected for the full suite in this environment. Build and vet success confirms the fix compiles and has no static issues.
Changes
go.mod: github.com/go-jose/go-jose/v4 v4.1.3 → v4.1.4go.sum: Updated checksumsvendor/: Updated vendored files for go-jose v4.1.4 (3 files changed)Breaking Changes
None. This is a patch-level upgrade within the same minor version (v4.1.x). The API is fully compatible.
Verification Steps
Risk Assessment
🤖 Generated by CVE Fixer Workflow