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-POC — Poc for CVE-2025-55182 (remote code execution vulnerability exists in React Server Components versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0 including the following packages) | Kitploit
Tools/GitHubGitHub/eynaexp/cve-2025-55182-poc
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & Education
GitHubeynaexp/cve-2025-55182-poc

CVE-2025-55182-POC

Poc for CVE-2025-55182 (remote code execution vulnerability exists in React Server Components versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0 including the following packages)

View Repository
6119 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 – Command Injection Vulnerability Scanner

Full Proof-of-Concept With Real Command Output

This repository contains a Python-based proof-of-concept (PoC) scanner for CVE-2025-55182, demonstrating how an attacker could exploit a command injection vulnerability through a JSON-based POST request.

The tool allows security researchers and penetration testers to verify whether a target is vulnerable by sending a command and retrieving its execution output.


⚠️ Disclaimer

This project is provided strictly for educational, research, and authorized penetration testing purposes only.

You are fully responsible for complying with all applicable laws.
Do NOT use this tool against systems you do not own or do not have explicit permission to test.
The author assumes no liability for any misuse or damage caused.


DORK

SHODAN: http.component:"react"

FOFA: app="React.js"


🔧 Requirements

  • Python 3.x
  • requests library

🚀 Usage

root@kitploit:~
#Clone the Repo: git clone https://github.com/EynaExp/CVE-2025-55182-POC #Change to Directory: cd CVE-2025-55182-POC #Install dependencies: pip install requests #Run poc.py: #Windows: python poc.py [-h] #Linux: python3 poc.py [-h]
root@kitploit:~


            ███████╗██╗   ██╗███╗   ██╗ █████╗ ███████╗██╗  ██╗██████╗
            ██╔════╝╚██╗ ██╔╝████╗  ██║██╔══██╗██╔════╝╚██╗██╔╝██╔══██╗
            ██║      ╚████╔╝ ██╔██╗ ██║███████║█████╗   ╚███╔╝ ██████╔╝
            ██║       ╚██╔╝  ██║╚██╗██║██╔══██║██╔══╝   ██╔██╗ ██╔═══╝
            ╚███████╗  ██║   ██║ ╚████║██║  ██║███████╗██╔╝ ██╗██║
            ╚══════╝  ╚═╝   ╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝

                    CVE-2025-55182 Proof of Concept

                   GitHub: https://github.com/EynaExp

Disclaimer:
This tool is released for EDUCATIONAL and AUTHORIZED TESTING purposes only.
The author is not responsible for any misuse or damage caused by this program.

[+]APP USAGE :
[-d] <DNS(without http/s)>
[-l] <Targets file path(url wordlist)>
[-C] <Command>


✨ Features

  • Detects CVE-2025-55182 command injection vulnerability
  • Executes arbitrary commands on vulnerable hosts
  • Supports:
    • List-based multi-target scanning
  • Cleans and formats command output
  • Sends Command Outputs to Dns server.(you can use : dnslog.cn)

🧪 Educational Purpose This repository exists to help researchers understand:

How command injection vulnerabilities function

How to build safe, controlled exploitation PoCs

How to responsibly validate systems during security assessments

If you use or modify this PoC for research, please credit the original author.

Download Tool