CVE-2026-33245 PUBLISHED

React Router vulnerable to XSS in unstable RSC redirect handling via javascript: redirect targets

Assigner: GitHub_M
Reserved: 18.03.2026 Published: 02.06.2026 Updated: 03.06.2026

React Router is a router for React. In versions 7.7.0 through 7.13.1, when using React Router's unstable React Server Components (RSC) APIs, there is a potential client-side Cross-Site Scripting (XSS) vulnerability in the RSC redirect handling if redirects come from untrusted sources. This does not impact applications that are not using the unstable RSC APIs in React Router. This is patched in version 7.13.2.

Metrics

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

Product Status

Vendor remix-run
Product react-router
Versions
  • Version >= 7.7.0, < 7.13.2 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE