CVE-2025-68470 PUBLISHED

React Router has unexpected external redirect via untrusted paths

Assigner: GitHub_M
Reserved: 18.12.2025 Published: 10.01.2026 Updated: 12.01.2026

React Router is a router for React. In versions 6.0.0 through 6.30.1 and 7.0.0 through 7.9.5, an attacker-supplied path can be crafted so that when a React Router application navigates to it via navigate(), <Link>, or redirect(), the app performs a navigation/redirect to an external URL. This is only an issue if you are passing untrusted content into navigation paths in your application code. This issue has been patched in versions 6.30.2 and 7.9.6.

Metrics

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

Product Status

Vendor remix-run
Product react-router
Versions
  • Version >= 7.0.0, < 7.9.6 is affected
  • Version >= 6.0.0, < 6.30.2 is affected

References

Problem Types

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') CWE