Description
React Router is a router for React. Versions 6.0.0 through 7.17.0 are vulnerable to Open Redirtect through use of backslashes in <Link> and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0.
Published: 2026-07-27
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

React Router versions 6.0.0 through 7.17.0 allow an open redirect by using backslashes in <Link> elements and the useNavigate function. The vulnerability corresponds to CWE‑601, which permits attackers to redirect users to arbitrary URLs. This can be used to trick users into visiting malicious sites and may facilitate phishing or drive‑by compromise. The issue is a follow‑up to a previous CVE involving similar bypasses.

Affected Systems

The affected product is the react‑router library, produced by remix‑run. All versions from 6.0.0 up to and including 7.17.0 are vulnerable. The vulnerability is triggered when developers embed backslashes in URLs within <Link> components or pass them to useNavigate, causing the router to interpret them as path separators and redirect accordingly.

Risk and Exploitability

The CVSS score of 5.1 indicates medium severity. The EPSS score of < 1% suggests a low probability of exploitation at present. The vulnerability is not listed in CISA KEV catalog. The likely attack vector is a crafted link that a user might click within a React application; the attacker can control the destination URL and potentially redirect users to malicious domains. An attacker could use this to subvert user trust and perform phishing or drive‑by downloads. The vulnerability provides no direct access to code execution or data exfiltration, but the redirect itself can be used as a stepping stone in further attacks.

Generated by OpenCVE AI on August 3, 2026 at 15:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade react-router to version 7.18.0 or later, which contains the fix for the backslash‑redirect issue.
  • Ensure that all applications using <Link> and useNavigate do not include backslashes in URLs and validate all external links before rendering.
  • If an upgrade is not immediately possible, consider sanitizing URLs on input or removing use of backslashes by implementing a custom link component that rejects such patterns.

Generated by OpenCVE AI on August 3, 2026 at 15:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-wrjc-x8rr-h8h6 React Router: Open redirect via backslash in <Link> and useNavigate (CVE-2025-68470 bypass)
History

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

threat_severity

Moderate


Tue, 28 Jul 2026 01:45:00 +0000

Type Values Removed Values Added
First Time appeared Remix-run
Remix-run react-router
Vendors & Products Remix-run
Remix-run react-router

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Description React Router is a router for React. Versions 6.0.0 through 7.17.0 are vulnerable to Open Redirtect through use of backslashes in <Link> and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0.
Title React Router: Open redirect via backslash in <Link> and useNavigate (CVE-2025-68470 bypass)
Weaknesses CWE-601
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Remix-run React-router
Shopify React-router
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-28T16:04:33.480Z

Reserved: 2026-06-09T20:50:36.877Z

Link: CVE-2026-53669

cve-icon Vulnrichment

Updated: 2026-07-28T16:04:30.336Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-27T22:17:31.377

Modified: 2026-08-03T13:56:59.517

Link: CVE-2026-53669

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-27T22:11:39Z

Links: CVE-2026-53669 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:45:04Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')