CVE-2026-53663
React Router: Potential CSRF via PUT/PATCH/DELETE document requests
描述
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`/`<RouterProvider>`).
如何修補 CVE-2026-53663
要修補 CVE-2026-53663,請將受影響套件升級到下列已修補版本。
- —升級至 7.15.1 或更新版本
- —升級至 2.17.5 或更新版本
CVE-2026-53663 正在被利用嗎?
目前沒有被利用訊號。CVE-2026-53663 既不在 CISA KEV 也沒有最新的 EPSS 分數。
受影響套件(2)
- >= 7.12.0, < 7.15.1
- >= 2.17.3, < 2.17.5
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | LOW3.1 | CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N |