CVE-2026-53663 PUBLISHED

React Router: `handleDocumentRequest` CSRF check covers `POST` only; PUT/PATCH/DELETE bypass

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 22.06.2026 Updated: 22.06.2026

React Router is a router for React. From 7.12.0 until 7.15.1, 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. This vulnerability is fixed in 7.15.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 3.1

Product Status

Vendor remix-run
Product react-router
Versions
  • Version >= 7.12.0, < 7.15.1 is affected
Vendor @remix-run
Product server-runtime
Versions
  • Version >= 2.17.3, < 2.17.5 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE