Vulnerable Library - react-router-dom-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Vulnerabilities
| Vulnerability |
Severity |
CVSS |
Dependency |
Type |
Fixed in (react-router-dom version) |
Remediation Possible** |
| CVE-2026-22029 |
High |
8.0 |
router-1.16.0.tgz |
Transitive |
6.30.3 |
❌ |
| CVE-2026-40181 |
High |
7.5 |
detected in multiple dependencies |
Transitive |
N/A* |
❌ |
| CVE-2025-68470 |
Medium |
6.5 |
react-router-6.23.0.tgz |
Transitive |
6.30.2 |
❌ |
| CVE-2026-53666 |
Medium |
6.1 |
react-router-6.23.0.tgz |
Transitive |
N/A* |
❌ |
| CVE-2026-53669 |
Medium |
4.7 |
react-router-6.23.0.tgz |
Transitive |
N/A* |
❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-22029
Vulnerable Library - router-1.16.0.tgz
Library home page: https://registry.npmjs.org/@remix-run/router/-/router-1.16.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/@remix-run/router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ router-1.16.0.tgz (Vulnerable Library)
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In @remix-run/router version prior to 1.23.2 and react-router 7.0.0 through 7.11.0, React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect. There is no impact if Declarative Mode () is being used. This issue has been patched in @remix-run/router version 1.23.2 and react-router version 7.12.0.
Publish Date: 2026-01-10
URL: CVE-2026-22029
CVSS 3 Score Details (8.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-2w69-qvjg-hvjx
Release Date: 2026-01-08
Fix Resolution (@remix-run/router): 1.23.2
Direct dependency fix Resolution (react-router-dom): 6.30.3
Step up your Open Source Security Game with Mend here
CVE-2026-40181
Vulnerable Libraries - router-1.16.0.tgz, react-router-6.23.0.tgz
router-1.16.0.tgz
Library home page: https://registry.npmjs.org/@remix-run/router/-/router-1.16.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/@remix-run/router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ router-1.16.0.tgz (Vulnerable Library)
react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ react-router-6.23.0.tgz (Vulnerable Library)
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
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 (). This is patched in versions 7.14.1 and 6.30.4.
Publish Date: 2026-06-02
URL: CVE-2026-40181
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Release Date: 2026-06-02
Fix Resolution: react-router - 7.14.1,react-router - 7.14.1,react-router - 6.30.4,react-router - 6.30.4,https://github.com/remix-run/react-router.git - react-router@7.14.1,https://github.com/remix-run/react-router.git - react-router@6.30.4
Step up your Open Source Security Game with Mend here
CVE-2025-68470
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ react-router-6.23.0.tgz (Vulnerable Library)
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In versions 6.0.0 through 6.30.1 and 7.0.0 through 7.9.5, an attacker-supplied path can be crafted so that when a React Router application navigates to it via navigate(), , or redirect(), the app performs a navigation/redirect to an external URL. This is only an issue if you are passing untrusted content into navigation paths in your application code. This issue has been patched in versions 6.30.2 and 7.9.6.
Publish Date: 2026-01-10
URL: CVE-2025-68470
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-9jcx-v3wj-wh4m
Release Date: 2026-01-08
Fix Resolution (react-router): 6.30.2
Direct dependency fix Resolution (react-router-dom): 6.30.2
Step up your Open Source Security Game with Mend here
CVE-2026-53666
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ react-router-6.23.0.tgz (Vulnerable Library)
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In versions 6.4.0 through 7.17.0, if application code was written in a way that allows attacker-supplied input to overwrite certain aspects of errors caught by the SSR process, then it was possible for an attacker to trigger unexpected constructor execution on the client, which would in turn trigger an outbound network request. This is only possible with very specific (and unlikely) application-layer code. Note that this does not impact an application if it is using Declarative Mode. It only impacts Framework Mode and Data Mode applications that perform manual SSR/hydration. This issue has been fixed in version 7.18.0.
Publish Date: 2026-07-27
URL: CVE-2026-53666
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Release Date: 2026-07-23
Fix Resolution: https://github.com/remix-run/react-router.git - react-router@7.18.0
Step up your Open Source Security Game with Mend here
CVE-2026-53669
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
- react-router-dom-6.23.0.tgz (Root Library)
- ❌ react-router-6.23.0.tgz (Vulnerable Library)
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
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 and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0.
Publish Date: 2026-07-27
URL: CVE-2026-53669
CVSS 3 Score Details (4.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Release Date: 2026-07-23
Fix Resolution: https://github.com/remix-run/react-router.git - react-router@7.18.0
Step up your Open Source Security Game with Mend here
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Vulnerabilities
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
Vulnerable Library - router-1.16.0.tgz
Library home page: https://registry.npmjs.org/@remix-run/router/-/router-1.16.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/@remix-run/router/package.json
Dependency Hierarchy:
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In @remix-run/router version prior to 1.23.2 and react-router 7.0.0 through 7.11.0, React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect. There is no impact if Declarative Mode () is being used. This issue has been patched in @remix-run/router version 1.23.2 and react-router version 7.12.0.
Publish Date: 2026-01-10
URL: CVE-2026-22029
CVSS 3 Score Details (8.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-2w69-qvjg-hvjx
Release Date: 2026-01-08
Fix Resolution (@remix-run/router): 1.23.2
Direct dependency fix Resolution (react-router-dom): 6.30.3
Step up your Open Source Security Game with Mend here
Vulnerable Libraries - router-1.16.0.tgz, react-router-6.23.0.tgz
router-1.16.0.tgz
Library home page: https://registry.npmjs.org/@remix-run/router/-/router-1.16.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/@remix-run/router/package.json
Dependency Hierarchy:
react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
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 (). This is patched in versions 7.14.1 and 6.30.4.
Publish Date: 2026-06-02
URL: CVE-2026-40181
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Release Date: 2026-06-02
Fix Resolution: react-router - 7.14.1,react-router - 7.14.1,react-router - 6.30.4,react-router - 6.30.4,https://github.com/remix-run/react-router.git - react-router@7.14.1,https://github.com/remix-run/react-router.git - react-router@6.30.4
Step up your Open Source Security Game with Mend here
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In versions 6.0.0 through 6.30.1 and 7.0.0 through 7.9.5, an attacker-supplied path can be crafted so that when a React Router application navigates to it via navigate(), , or redirect(), the app performs a navigation/redirect to an external URL. This is only an issue if you are passing untrusted content into navigation paths in your application code. This issue has been patched in versions 6.30.2 and 7.9.6.
Publish Date: 2026-01-10
URL: CVE-2025-68470
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-9jcx-v3wj-wh4m
Release Date: 2026-01-08
Fix Resolution (react-router): 6.30.2
Direct dependency fix Resolution (react-router-dom): 6.30.2
Step up your Open Source Security Game with Mend here
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
React Router is a router for React. In versions 6.4.0 through 7.17.0, if application code was written in a way that allows attacker-supplied input to overwrite certain aspects of errors caught by the SSR process, then it was possible for an attacker to trigger unexpected constructor execution on the client, which would in turn trigger an outbound network request. This is only possible with very specific (and unlikely) application-layer code. Note that this does not impact an application if it is using Declarative Mode. It only impacts Framework Mode and Data Mode applications that perform manual SSR/hydration. This issue has been fixed in version 7.18.0.
Publish Date: 2026-07-27
URL: CVE-2026-53666
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Release Date: 2026-07-23
Fix Resolution: https://github.com/remix-run/react-router.git - react-router@7.18.0
Step up your Open Source Security Game with Mend here
Vulnerable Library - react-router-6.23.0.tgz
Library home page: https://registry.npmjs.org/react-router/-/react-router-6.23.0.tgz
Sample Path to Dependency File: /default/dockerbuild/react-ui/frontend/package.json
Path to vulnerable library: /default/dockerbuild/react-ui/frontend/node_modules/react-router/package.json
Dependency Hierarchy:
Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591
Found in base branch: main
Vulnerability Details
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 and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0.
Publish Date: 2026-07-27
URL: CVE-2026-53669
CVSS 3 Score Details (4.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Release Date: 2026-07-23
Fix Resolution: https://github.com/remix-run/react-router.git - react-router@7.18.0
Step up your Open Source Security Game with Mend here