[GHSA-qwww-vcr4-c8h2] React Router: RSC Mode CSRF Bypass Allows Action Execution Before 400 Response - #8966
Conversation
|
Hi there @brophdawg11! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
|
I'm not sure I was able to get the syntax, but the affected products should be |
There was a problem hiding this comment.
Pull request overview
Updates React Router advisory GHSA-qwww-vcr4-c8h2 to model separate affected 7.x and 8.x ranges.
Changes:
- Adds the 7.18.2 patched version.
- Adds affected-version fallback metadata.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "< 7.18.2" | ||
| } |
| }, | ||
| { | ||
| "fixed": "8.3.0" | ||
| "fixed": "7.18.2, 8.3.0" |
|
This is affecting us as well (currently on 6.x). We'd rather upgrade to React 19 on a less emergency basis to clear the vulnerabilities. |
|
looks like copilot is suggesting the right fixes here @ryanthemanuel. Any chacne this can land soon? |
|
dup of #8868 |
d11ba90
into
ryanthemanuel/advisory-improvement-8966
|
Hi @ryanthemanuel! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
Updates
Comments
The affected range for the 7.x line is too broad — it should end at 7.18.2, not 8.3.0.
The fix (remix-run/react-router#15311, released in 8.3.0) was backported to the v7 branch as remix-run/react-router#15353, "Backport RSC CSRF hardening to v7", and released in react-router@7.18.2 on 2026-07-28 — four days after this record was created.
The advisory published by the maintainers in remix-run/react-router already reflects this as two separate ranges:
Requested change: split into the two ranges above, matching the upstream advisory.
References:
Backport PR: remix-run/react-router#15353
v7 changelog: https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7182 — "react-router - Harden RSC CSRF codepaths"
Original fix: remix-run/react-router#15311