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
PoC-CVE-2025-55182 — Proof-of-concept exploit for CVE-2025-55182, a remote code execution vulnerability in React Server Components affecting React.js and Next.js. Executes arbitrary commands on vulnerable servers. | Kitploit
Tools/GitHubGitHub/luizhenz/poc-cve-2025-55182
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubluizhenz/poc-cve-2025-55182

PoC-CVE-2025-55182

Proof-of-concept exploit for CVE-2025-55182, a remote code execution vulnerability in React Server Components affecting React.js and Next.js. Executes arbitrary commands on vulnerable servers.

View Repository
3 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

The Script exploits CVE-2025-55182, an RCE that affects the React Server Components used in React.js and Next.js.

Affected React Versions:

  • 19.0.0

  • 19.1.0 and 19.1.1

  • 19.2.0

Next.js:

  • Next.js 15.x (all versions prior to fixes)

  • Next.js 16.0.0 (initial alpha/beta/RC versions built on vulnerable React 19)

Usage

root@kitploit:~
git clone https://github.com/LuizHenz/PoC-CVE-2025-55182

cd PoC-CVE-2025-55182

pip install -r requirements

python3 exploit.py -u <url> -c <command>

Reference

React Server CVE

Download Tool