Skip to content

chore(deps): update dependency react-router-dom to v6.30.4 [security] (VULN-88210)#2070

Open
kkedziak-splunk wants to merge 1 commit into
developfrom
user/kkedziak/vuln-88210-react-router-dom
Open

chore(deps): update dependency react-router-dom to v6.30.4 [security] (VULN-88210)#2070
kkedziak-splunk wants to merge 1 commit into
developfrom
user/kkedziak/vuln-88210-react-router-dom

Conversation

@kkedziak-splunk

Copy link
Copy Markdown
Contributor

Summary

  • Bumps react-router-dom from 6.30.36.30.4 in ui/package.json (and matching transitive react-router in ui/yarn.lock).
  • Addresses VULN-88210 / CVE-2026-40181: open redirect in react-router's redirect function where path values starting with // are reinterpreted as protocol-relative URLs and can redirect to an external domain. Patched upstream in 6.30.4.
  • Note: this codebase uses <BrowserRouter> (Declarative Mode), so the vulnerability is not directly exploitable here, but the dep still needs to be on a patched version to clear the ticket.

Test plan

  • yarn install — resolves cleanly, lockfile updated
  • yarn tsc --noEmit — no type errors
  • yarn test — 486/486 passing across 54 test files
  • CI green

🤖 Generated with Claude Code

… (VULN-88210)

Fixes CVE-2026-40181: open redirect in react-router's redirect function
when path values starting with `//` are reinterpreted as protocol-relative
URLs. Patched in 6.30.4.

Co-Authored-By: Claude <noreply@anthropic.com>
@kkedziak-splunk
kkedziak-splunk marked this pull request as ready for review July 2, 2026 14:21
@kkedziak-splunk
kkedziak-splunk requested a review from a team as a code owner July 2, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant