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/dhananjayakumarn/cve-2025-55182-lab
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationRemote Access ToolLabs & Practice
GitHubdhananjayakumarn/cve-2025-55182-lab

CVE-2025-55182-Lab

A hands-on lab for understanding and exploiting CVE-2025-55182 (React2Shell) - Remote Code Execution in React Server Components

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 Lab

A hands-on lab to exploit CVE-2025-55182 (React2Shell) - Remote Code Execution in React Server Components.

⚠️ Disclaimer

Educational purposes only. Only test on systems you own.


Quick Start

root@kitploit:~
# Clone and start
git clone https://github.com/dhananjayakumarn/CVE-2025-55182-Lab.git
cd CVE-2025-55182-Lab
docker-compose up -d

# Wait 20 seconds, then exploit
python3 exploit.py http://localhost:3000 "whoami"

That's it! You should see command output proving RCE.


What is CVE-2025-55182?

Critical RCE vulnerability in React Server Components (CVSS 10.0).

Affected:

  • React 19.0.0 - 19.2.0
  • Next.js 15.x - 16.0.6

Impact: One HTTP request = Full server control


Usage

Python Script

root@kitploit:~
python3 exploit.py <target> <command>

# Examples
python3 exploit.py http://localhost:3000 "whoami"
python3 exploit.py http://localhost:3000 "id"
python3 exploit.py http://localhost:3000 "ls -la"

Cleanup

root@kitploit:~
docker-compose down

Learn More

  • Blog Post - Detailed explanation
  • React Advisory
  • Next.js Bulletin

⭐ Star if this helped you learn!

Download Tool