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 — PoC CVE-2025-55182 | Kitploit
Tools/GitHubGitHub/medusash/poc-cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubmedusash/poc-cve-2025-55182

POC-CVE-2025-55182

PoC CVE-2025-55182

View Repository
129 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 - React RSC RCE

PoC for the deserialization vulnerability in the Flight protocol of React Server Components.

What is it?

Next.js 14+ and React 19 use a proprietary protocol ("Flight") to communicate between client and server. The problem: the server loads any module without verification. So we can make it execute child_process and boom, RCE.

Usage

root@kitploit:~
python CVE-2025-55182.py -t <IP> -p <PORT> --cmd "id"

Affected Versions

  • Next.js < 14.2.21
  • Next.js < 15.1.2
  • React < 19.2.1

Fix

Update your dependencies. That's it.

Disclaimer

For use only on systems you own or with written authorization. I am not responsible if you do something stupid.

Download Tool