Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2025-27144: vendor: don't allow unbounded amounts of splits #4

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

danishprakash
Copy link
Member

In compact JWS/JWE, don't allow unbounded number of splits. Count to make sure there's the right number, then use SplitN.

Fixes CVE-2025-27144
Bugs: bsc#1237681

Cherry-picked from go-jose/go-jose@99b346c

In compact JWS/JWE, don't allow unbounded number of splits.
Count to make sure there's the right number, then use SplitN.

Fixes CVE-2025-27144
Bugs: bsc#1237681

Cherry-picked from go-jose/go-jose@99b346c

Signed-off-by: Danish Prakash <contact@danishpraka.sh>
@dcermak dcermak merged commit a506ec5 into suse-v1.37.6 Mar 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants