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
Tools/GitHubGitHub/y3b3l4y3/cve-2025-55182-test
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & Education
GitHuby3b3l4y3/cve-2025-55182-test

CVE-2025-55182-test

View Repository
14 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
Website

React2shell PoC - CVE-2025-66478

This repository contains a React/Next.js proof-of-concept project for CVE-2025-66478.

Project Layout

  • my-cve-2025-66478-app/ - Next.js app used for the React2shell PoC

Tech Stack

  • Next.js 16.0.6
  • React 19.2.0
  • TypeScript
  • Tailwind CSS v4

Getting Started

  1. Go to the app directory:
root@kitploit:~
cd my-cve-2025-66478-app
  1. Install dependencies:
root@kitploit:~
npm install
  1. Start the development server:
root@kitploit:~
npm run dev
  1. Open:

http://localhost:3000

Available Scripts

Run these commands inside my-cve-2025-66478-app:

  • npm run dev - Start local dev server
  • npm run build - Build production bundle
  • npm run start - Start production server
  • npm run lint - Run ESLint

Notes

  • The app currently starts from the default Next.js template structure in app/page.tsx.
  • Use this project as the base for reproducing and documenting the React2shell behavior tied to CVE-2025-66478.
Download Tool