
PEACH
Un cadre d’isolation des locataires
CVE-2026-53669 is an open redirect vulnerability in the react-router npm package, described as a bypass of the incomplete fix for CVE-2025-68470. Attacker-supplied paths passed to React Router navigation mechanisms (such as <Link> and useNavigate) can result in unexpected external navigations due to insufficient URL normalization. It affects react-router versions >= 6.0.0 and < 7.18.0, with version 7.18.0 containing the patch. The vulnerability was published on July 23, 2026, and carries a CVSS v4.0 base score of 5.1 (Medium) (Github Advisory).
The root cause is classified as CWE-601 (URL Redirection to Untrusted Site / Open Redirect), stemming from incomplete URL normalization logic in React Router's navigation handling. The prior fix for CVE-2025-68470 failed to account for certain path patterns — specifically, mixed slash/backslash sequences (e.g., \, \/, /\) — that browsers interpret as external navigations. The fix in PR #15176 consolidated URL normalization logic and introduced stricter regex-based detection of absolute and protocol-relative URLs (ABSOLUTE_URL_REGEX and PROTOCOL_RELATIVE_URL_REGEX) to block these bypass patterns (Github Advisory, React Router PR). No privileges are required, and exploitation requires active user interaction (e.g., a user clicking a crafted link).
Successful exploitation allows an unauthenticated attacker to redirect users from a trusted React Router application to an attacker-controlled external site, enabling phishing, credential harvesting, or malware delivery. The integrity of the vulnerable system is marginally affected (unauthorized navigation), and downstream/subsequent systems may experience low confidentiality and integrity impacts if users are deceived into submitting sensitive information to attacker-controlled destinations. There is no direct impact on availability or confidentiality of the application itself (Github Advisory).
react-router npm versions >= 6.0.0 and < 7.18.0 that passes user-controlled input to navigation mechanisms such as <Link to={userInput}> or useNavigate(userInput).\\attacker.com, \/attacker.com, or /\attacker.com.<Link> component or passed to useNavigate().\\, \/, /\) in path or query parameters passed to routing endpoints.Upgrade react-router to version 7.18.0 or later, which consolidates URL normalization logic and correctly blocks backslash-based open redirect bypasses (Github Advisory, v7.18.0 Release). As a workaround for applications that cannot immediately upgrade, developers should implement strict server-side and client-side validation of any user-supplied paths before passing them to navigation mechanisms, ensuring only known internal routes are accepted. Additionally, audit all usages of <Link>, useNavigate(), and similar APIs to confirm they do not accept unvalidated external input.
Netlify published a changelog entry on July 23, 2026 acknowledging the React Router security vulnerabilities, indicating awareness among major hosting providers of the React ecosystem (Netlify Changelog). The vulnerability was reported by a researcher credited as "outring" in the GitHub advisory. Community discussion in the fix PR noted that the regex used in the patch (/^[\\]{2}/i) permits mixed slash/backslash combinations, prompting a follow-up question from reviewer "matijs" about whether this was intentional — the maintainer confirmed it was (React Router PR).
Source: Ce rapport a été généré à l’aide de l’IA
Évaluation gratuite des vulnérabilités
Évaluez vos pratiques de sécurité cloud dans 9 domaines de sécurité pour évaluer votre niveau de risque et identifier les failles dans vos défenses.
Obtenez une démo personnalisée
"La meilleure expérience utilisateur que j’ai jamais vue, offre une visibilité totale sur les workloads cloud."
"Wiz fournit une interface unique pour voir ce qui se passe dans nos environnements cloud."
"Nous savons que si Wiz identifie quelque chose comme critique, c’est qu’il l’est réellement."