Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/nomorebreach/poc-cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access ToolPayload Development
GitHubnomorebreach/poc-cve-2025-55182

POC-CVE-2025-55182

POC for CVE-2025-55182 React2Shell

View Repository
9 months agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

NoMoreBreach Advisory: React2Shell (CVE-2025-55182)

Severity: Critical (CVSS 10.0) Vulnerability Type: Remote Code Execution (RCE) via Deserialization Status: Patched (Dec 3, 2025) Advisory Source: NoMoreBreach.com


Executive Summary

The NoMoreBreach research team highlights a critical vulnerability in React Server Components (RSC). Officially tracked as CVE-2025-55182, this flaw allows unauthenticated remote code execution on servers running vulnerable versions of React/Next.js.

If your infrastructure supports RSC—even if you do not explicitly use Server Actions—you are vulnerable.

🔍 Technical Impact

The vulnerability exists in the serialization layer of react-server-dom-* packages. An attacker can craft a malicious HTTP request that, when processed by the server, bypasses authentication checks and executes arbitrary commands.

Affected Packages:

  • react-server-dom-webpack (v19.0.0 - v19.2.0)
  • react-server-dom-parcel (v19.0.0 - v19.2.0)
  • react-server-dom-turbopack (v19.0.0 - v19.2.0)
Download Tool

Affected Frameworks:

  • Next.js
  • Waku
  • React Router (RSC experimental)
  • Any custom implementation of RSC

🛠️ Remediation Strategy

There is no workaround. Patching is mandatory.

For Next.js Environments

Upgrade to the patch version corresponding to your major release immediately:

Version LineRequired Patch
Next.js 16.0.xv16.0.7
Next.js 15.5.xv15.5.7
Next.js 15.4.xv15.4.8
Next.js 15.3.xv15.3.6
Next.js 15.2.xv15.2.6
Next.js 15.1.xv15.1.9
Next.js 15.0.xv15.0.5

For Manual / Custom Implementations

root@kitploit:~
npm install react@latest react-dom@latest react-server-dom-webpack@latest