Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
📦 npm

GHSA-84g9-w2xq-vcv6

LOW

GHSA-84g9-w2xq-vcv6 is a low-severity (CVSS 3.1) Cross-Site Request Forgery (CSRF) vulnerability in react-router. O3 Security confirms whether GHSA-84g9-w2xq-vcv6 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

React Router: Potential CSRF via PUT/PATCH/DELETE document requests

Also known asCVE-2026-53663
Published
Jun 15, 2026
Updated
Jun 18, 2026
Affected
2 pkgs
Patched
2 / 2
Exploits
None indexed

Blast Radius

2 pkgs affected

Weekly download volume for affected packages — a proxy for how broadly this vulnerability is deployed.

react-routernpm
50.0Mdownloads / week
@remix-run/server-runtimenpm
1.3Mdownloads / week

Description

Certain CSRF checks in React Router v7 Framework Mode were insufficient and run on POST requests, but were bypassed on PUT/PATCH/DELETE requests. This is a low severity vulnerability because modern browser protections (CORS preflight, SameSite cookies) already block the cross-origin attack vectors that this missing CSRF check would otherwise gate.

[!NOTE] This does not impact your React Router application if you are using Declarative Mode (<BrowserRouter>) or Data Mode (createBrowserRouter/<RouterProvider>).

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
📦npmreact-router7.12.0&&< 7.15.17.15.1
📦npm@remix-run/server-runtime2.17.3&&< 2.17.52.17.5

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for react-router. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update react-router to 7.15.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-84g9-w2xq-vcv6 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-84g9-w2xq-vcv6 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-84g9-w2xq-vcv6. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Certain CSRF checks in React Router v7 [Framework Mode]() were insufficient and run on POST requests, but were bypassed on PUT/PATCH/DELETE requests. This is a low severity vulnerability because modern browser protections (CORS preflight, SameSite cookies) already block the cross-origin attack vectors that this missing CSRF check would otherwise gate. > [!NOTE] > This does not impact your React Router application if you are using [Declarative Mode](https://reactrouter.com/start/modes#framework) (`<BrowserRouter>`) or [Data Mode](https://reactrouter.com/start/modes#data) (`createBrowserRouter
O3 Security · Impact-Aware SCA

Is GHSA-84g9-w2xq-vcv6 in your dependencies?

O3 detects GHSA-84g9-w2xq-vcv6 across npm dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.