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 — Python exploit for CVE-2025-55182 in React Server Components, injecting a shell into Next.js 16.0.6 applications. Includes a vulnerable app for testing. | Kitploit
Tools/GitHubGitHub/ahmedshamsddin/cve-2025-55182
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubahmedshamsddin/cve-2025-55182

CVE-2025-55182

Python exploit for CVE-2025-55182 in React Server Components, injecting a shell into Next.js 16.0.6 applications. Includes a vulnerable app for testing.

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 Exploit

A simple python script that exploits the vulerability in React Server Components in CVE-2025-55182 by injecting a shell in the application. The script is tested on Next.js version 16.0.6

Usage

Clone the repository

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

Run vulnerable app

root@kitploit:~
cd CVE-2025-55182/vulnerable-app
npm install
npm run dev

Run exploit

root@kitploit:~
python exploit.py

shell image

Disclaimer: This lab is for educational purposes only

Download Tool