fix(cve): cve-2026-34986 - go-jose dos [rhoai-3.3]#404
Open
vmrh21 wants to merge 1 commit into
Open
Conversation
update github.com/go-jose/go-jose/v4 from v4.1.1 to v4.1.4 to fix denial of service vulnerability via crafted json web encryption (jwe) object. cve details: - cve-2026-34986: go jose dos via crafted jwe object - affected versions: < 4.1.4 and < 3.0.5 - fixed in: 4.1.4 and 3.0.5 - impact: panic when decrypting jwe with key wrapping algorithm and empty encrypted_key field changes: - update go-jose/go-jose/v4 v4.1.1 -> v4.1.4 in go.mod - run go mod tidy to update go.sum test results: - all tests pass (api_keys, handlers, models, tier) resolves: RHOAIENG-56853 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
updates github.com/go-jose/go-jose/v4 from v4.1.1 to v4.1.4 to fix denial of service vulnerability via crafted json web encryption (jwe) object.
cve details
changes
maas-api/go.modgo mod tidyto updatemaas-api/go.sumtest results
status: ✅ all tests passed
tests discovered: yes
test command:
go test ./...result: passed
packages tested: api_keys, handlers, models, tier
breaking changes
none — v4.1.4 is a patch release with no breaking api changes.
verification checklist
risk assessment
jira
resolves: RHOAIENG-56853
🤖 generated by cve fixer workflow