Potential Code Execution Vulnerability in React Router by Remix Run
CVE-2026-53666
What is CVE-2026-53666?
In React Router versions ranging from 6.4.0 to 7.17.0, a vulnerability exists that permits attackers to exploit improperly handled input. If application developers fail to properly safeguard their SSR (Server-Side Rendering) code, an attacker can manipulate the input to trigger unexpected constructor behavior on the client side. This, in turn, can lead to unauthorized outbound network requests, posing a security risk. It is important to note that this vulnerability is exclusive to applications utilizing Framework Mode and Data Mode with manual SSR/hydration, and does not affect those using Declarative Mode. The issue has been addressed in version 7.18.0, so users are encouraged to upgrade to ensure their applications remain secure.
Affected Version(s)
react-router >= 6.4.0, < 7.18.0
