CVE-2026-40181 PUBLISHED

React Router's same-origin redirect with path starting // causes open redirect via protocol-relative URL reinterpretation

Assigner: GitHub_M
Reserved: 09.04.2026 Published: 02.06.2026 Updated: 02.06.2026

React Router is a router for React. In versions 7.0.0 through 7.14.0 and 6.7.0 through 6.30.3, certain URLs passed to the redirect function can trigger an open redirect to an external domain due to path values starting with // being reinterpreted as protocol-relative URLs. The level of impact depends on the validation done by the application prior to returning the redirect. This does not impact applications using Declarative Mode (<BrowserRouter>). This is patched in versions 7.14.1 and 6.30.4.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U
CVSS Score: 6.6

Product Status

Vendor remix-run
Product react-router
Versions
  • Version >= 7.0.0, < 7.14.1 is affected
  • Version >= 6.7.0, < 6.30.4 is affected

References

Problem Types

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