-
Notifications
You must be signed in to change notification settings - Fork 45
CRW-9755: Fix CVE-2025-65945 by updating jws to patched versions #613
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
base: main
Are you sure you want to change the base?
Conversation
CVE-2025-65945 is an improper signature verification vulnerability in the jws package that allows HMAC signature bypass in JWT validation. Changes: - Updated jws from 4.0.0 to 4.0.1 in code/build - Added override for jsonwebtoken dependency to force jws 3.2.3+ in code/build - Added override for jws 3.2.3+ in microsoft-authentication extension All vulnerable jws versions (3.2.2 and 4.0.0) have been replaced with patched versions (3.2.3+ and 4.0.1+). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
|
@sbouchet: This pull request references CRW-9755 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
|
@sbouchet: This pull request references CRW-9755 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
What does this PR do?
CVE-2025-65945 is an improper signature verification vulnerability in the jws package that allows HMAC signature bypass in JWT validation.
Changes:
All vulnerable jws versions (3.2.2 and 4.0.0) have been replaced with patched versions (3.2.3+ and 4.0.1+).
🤖 Generated with Claude Code
What issues does this PR fix?
https://issues.redhat.com/browse/CRW-9755
How to test this PR?
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folder