OCPBUGS-94037: bump react-router to ~7.15.0 for CVE-2026-42342#16735
OCPBUGS-94037: bump react-router to ~7.15.0 for CVE-2026-42342#16735Cragsmann wants to merge 2 commits into
Conversation
Fixes denial of service via unbounded path expansion in the __manifest endpoint (CVSS 7.5). Upgrades react-router from ~7.13.1 to ~7.15.0.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@Cragsmann: This pull request references Jira Issue OCPBUGS-94037, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThis PR updates the ChangesDependency Version Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Align dynamic-demo-plugin react-router version (~7.15.0) with the main console frontend to fix ConsoleRemotePlugin validation error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Cragsmann The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@Cragsmann: This pull request references Jira Issue OCPBUGS-94037, which is valid. 3 validation(s) were run on this bug
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. |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
@Cragsmann: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
react-routerfrom ~7.13.1 to ~7.15.0__manifestendpointDetails
In React Router Framework Mode (versions 7.0.0 through 7.14.x), crafted requests to the
__manifestendpoint can consume disproportionate server resources via unbounded path expansion, causing response time degradation and service unavailability.Patched in react-router 7.15.0.
Test plan
yarn installsucceedsFixes: https://issues.redhat.com/browse/OCPBUGS-94037
Summary by CodeRabbit