VYPR
Low severityGHSA Advisory· Published Jun 15, 2026· Updated Jun 15, 2026

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

CVE-2026-53663

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 (``) or Data Mode (createBrowserRouter/``).

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
react-routernpm
>= 7.12.0, < 7.15.17.15.1
@remix-run/server-runtimenpm
>= 2.17.3, < 2.17.52.17.5

Affected products

5

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.