Skip to content

Conversation

@Victor1890
Copy link
Contributor

🛡️ Patching React2Shell (CVE-2025-55182)

Time for a security bump! This PR patches the React2Shell vulnerability (CVE-2025-55182) by updating our UI dependencies. It’s a critical fix to keep our environment safe from potential remote exploits.

What’s changing?

  • React & React-DOM: Bumped to 19.2.3 (The magic version that kills the bug).
  • Types: Updated @types/react to 19.2.7 so TypeScript stays happy and doesn't throw a fit.

How to test

  1. Nuke your node_modules (or just npm install).
  2. Spin up the dev server: npm run dev.
  3. Click around the UI to make sure nothing exploded during the upgrade.

Quick Note

Keeping things secure is a top priority, and moving to React 19 also gives us a nice stability boost. Let’s get this merged so we can stop worrying about CVEs for at least... five minutes. ☕

@frectonz
Copy link
Owner

frectonz commented Jan 3, 2026

This is not really a problem for this project. react2shell only affects react server projects. The react code in this project is a SPA so this change is not needed.

@frectonz frectonz closed this Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants