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
CVE-2025-55182 — Proof-of-concept exploit for CVE-2025-55182 (React2Shell), a critical unauthenticated RCE in React Server Components via unsafe deserialization in the Flight protocol. | Kitploit
Tools/GitHubGitHub/grejh0t/cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlRemote Access ToolPayload Development
GitHubgrejh0t/cve-2025-55182

CVE-2025-55182

Proof-of-concept exploit for CVE-2025-55182 (React2Shell), a critical unauthenticated RCE in React Server Components via unsafe deserialization in the Flight protocol.

View Repository
29 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

📌 CVE-2025-55182 — React2Shell

Critical Unauthenticated Remote Code Execution (RCE) in React Server Components

📖 Overview

CVE-2025-55182, informally dubbed React2Shell, is a critical remote code execution (RCE) vulnerability disclosed on December 3, 2025 in React Server Components (RSC) and related packages. The flaw allows an unauthenticated attacker to execute arbitrary code on vulnerable servers by sending a specially crafted HTTP request that is improperly deserialized by the server. nvd.nist.gov +1

This issue has the highest severity score (CVSS 10.0 / 9.x) and has been actively exploited in the wild by multiple threat actors, including state-linked groups and opportunistic malware campaigns. Google Cloud +1

🧠 Affected Software

The vulnerability impacts React Server Components and frameworks that incorporate them:

Technology Affected Versions React RSC 19.0.0, 19.1.0, 19.1.1, 19.2.0 Next.js 14.x Canary, 15.x, 16.x (unpatched prior releases) Packages react-server-dom-webpack, react-server-dom-parcel, react-server-dom-turbopack ⚠️ Description

React2Shell arises from unsafe deserialization of untrusted data in the React “Flight” protocol, which is used to communicate between clients and server components. When malicious payloads are deserialized without proper validation, they can manipulate internal object structures (such as prototypes) and lead to execution of attacker-controlled code on the server process. Tarlogic Security +1

This allows attackers to:

Achieve remote code execution (RCE) without authentication.

Execute commands with the web server’s privileges.

Potentially deploy backdoors, web shells, cryptominers, or pivot into internal networks

Download Tool