[release-v0.78.x] Security: Fix CVE-2026-34986 (go-jose)#3748
Open
jkhelil wants to merge 2 commits into
Open
Conversation
Member
Author
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil 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 |
Upgrade github.com/go-jose/go-jose/v4 from v4.0.5 to v4.1.4 to address CVE-2026-34986. Jira: SRVKP-12885 govulncheck scan: N/A Test result: failed Co-Assisted-By: CVE Fixer Bot <cve-fixer@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
348d7cf to
bae6558
Compare
…-jose-release-v0.78.x-attempt-1
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.
Changes
Remove the
replacedirective that pinnedgithub.com/go-jose/go-jose/v4to vulnerablev4.0.5, allowing the already-requiredv4.1.4(the fixed version) to be used.CVE Details:
encrypted_keyfield causes a panic incipher.KeyUnwrap().Fix Summary:
replacedirective:github.com/go-jose/go-jose/v4 => github.com/go-jose/go-jose/v4 v4.0.5requiresection already declaredv4.1.4 // indirect— removing the replace directive allows the fixed version to take effectgo mod tidy && go mod verify && go mod vendor— all passed ✅Test Results:
go test ./...— timed out after 300s in sandbox environmentBreaking Changes: None — v4.1.4 is a patch release fixing the DoS panic
Risk Assessment: Low — removes a pinned replace directive that was actively downgrading a dependency to a vulnerable version
Jira References: SRVKP-12885
Submitter Checklist
make test lintbefore submitting a PRRelease Notes
Co-Assisted-By: Claude Sonnet 4.6 noreply@anthropic.com