CVE-2026-22030
Unknown
Unknown - Not Provided
CSRF Vulnerability in React Router Server-Side Route Handlers
Publication date: 2026-01-10
Last updated on: 2026-02-05
Assigner: GitHub, Inc.
Description
Description
React Router is a router for React. In @remix-run/server-runtime version prior to 2.17.3. and react-router 7.0.0 through 7.11.0, React Router (or Remix v2) is vulnerable to CSRF attacks on document POST requests to UI routes when using server-side route action handlers in Framework Mode, or when using React Server Actions in the new unstable RSC modes. There is no impact if Declarative Mode (<BrowserRouter>) or Data Mode (createBrowserRouter/<RouterProvider>) is being used. This issue has been patched in @remix-run/server-runtime version 2.17.3 and react-router version 7.12.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| remix-run | server-runtime | to 2.17.3 (exc) |
| remix-run | server-runtime | 2.17.3 |
| react-router | react-router | From 7.0.0 (inc) to 7.11.0 (inc) |
| react-router | react-router | 7.12.0 |
| shopify | react-router | From 7.0.0 (inc) to 7.11.0 (exc) |
| shopify | remix-run/react | to 2.17.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-346 | The product does not properly verify that the source of data or communication is valid. |
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |