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 — CVE-2025-55182 の検証用 | Kitploit
Tools/GitHubGitHub/oguri-souhei/cve-2025-55182
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHuboguri-souhei/cve-2025-55182

CVE-2025-55182

CVE-2025-55182 の検証用

View Repository
8 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

Vulnerable React Application (CVE-2025-55182)

This application is a Proof of Concept (PoC) for CVE-2025-55182, a critical Remote Code Execution (RCE) vulnerability in React Server Components.

Vulnerability Details

  • CVE ID: CVE-2025-55182
  • Severity: Critical (CVSS 10.0)
  • Affected Components: React Server Components (RSC)
  • Affected Versions: React 19.0.0, 19.1.0, 19.1.1, 19.2.0 (and corresponding Next.js versions like 15.x)

Application Setup

This application is configured with:

  • React: 19.0.0 (Vulnerable)
  • Next.js: 15.0.0 (Vulnerable)

How to Run

  1. Install dependencies (if not already done):
    root@kitploit:~
    npm install --legacy-peer-deps
    
  2. Run the development server:
    root@kitploit:~
    npm run dev
    
  3. Open http://localhost:3000

Disclaimer

DO NOT DEPLOY THIS APPLICATION TO PRODUCTION. It contains a known critical vulnerability that allows remote attackers to execute arbitrary code on the server. This is for educational and testing purposes only.

Download Tool