Input validation error in React Router - CVE-2025-68470
Published: June 19, 2026
React Router
Detailed vulnerability description
The vulnerability allows a remote user to redirect the application to an external URL.
The vulnerability exists due to improper input validation in navigation path handling when processing attacker-supplied paths passed to navigate(), Link, or redirect(). A remote user can supply a crafted path to redirect the application to an external URL.
This issue only occurs when untrusted content is passed into navigation paths in application code.