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
Rust_CVE-2025-55182 — Rust-based exploit tool for CVE-2025-55182, enabling remote code execution on react-server-dom-webpack servers via crafted multipart requests with interactive shell, file read, and command execution capabilities. | Kitploit
Tools/GitHubGitHub/zorejt/rust_cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access ToolPayload Development
GitHubzorejt/rust_cve-2025-55182

Rust_CVE-2025-55182

Rust-based exploit tool for CVE-2025-55182, enabling remote code execution on react-server-dom-webpack servers via crafted multipart requests with interactive shell, file read, and command execution capabilities.

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 Tool (Rust Version)

Project Overview

This project is a security research tool developed in Rust, targeting the Remote Code Execution (RCE) vulnerability present in [email protected]. The vulnerability allows an attacker to execute arbitrary code on a target server without authentication by crafting malicious Server Action requests.

Core Features

The tool provides multiple exploitation methods:

  • Command Execution: Execute arbitrary shell commands on the target server via the vm module or child_process module
  • File Reading: Read sensitive files on the server using the fs module
  • JavaScript Execution: Execute arbitrary JavaScript code directly on the server side
  • Interactive Shell: Provides a terminal-like interactive interface for sustained operations
  • Vulnerability Testing: Automatically test whether the target is vulnerable

Technical Implementation

The tool constructs specially crafted multipart/form-data requests, leveraging the Action mechanism of React Server Components to inject a malicious payload into the $ACTION_0:0 field. The payload specifies a Node.js built-in module (e.g., vm#runInThisContext) to be invoked, thereby bypassing security restrictions and executing arbitrary code.

2e9e28aeb17e1c760ea89f0516c263d9
3ca941822d3ae8e3a8d8dc10a883074d

Disclaimer

Disclaimer

This project is intended solely for cybersecurity research, vulnerability analysis, and educational purposes. It is designed to help users understand the relevant technical principles, raise security awareness, and enhance protective capabilities.

Before using this project, please read and agree to the following terms:

  • This project must not be used for any unauthorized penetration, attack, intrusion, scanning, exploitation, or other illegal activities.
  • Users must ensure they have obtained explicit authorization from the owner of the target system before conducting any tests.

The developers assume no responsibility for any direct or indirect losses, legal liabilities, criminal liabilities, data corruption, or service interruptions arising from the use of this project.

By using this project, users voluntarily assume all risks, including but not limited to:

  • Violation of laws and regulations
  • Consequences of unauthorized use
  • System instability
  • Data corruption or leakage

Users must comply with the laws and regulations of their country or region. If users engage in illegal operations during use, they bear full responsibility, and the developers shall not be liable.

All content of this project is provided solely as a technical research reference and is not guaranteed to be suitable for all environments. The developers do not promise to provide maintenance, updates, or technical support.

By using or continuing to use this project, you acknowledge that you have read, understood, and fully agree to all the terms of this disclaimer.

Download Tool