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 — Safe proof-of-concept scanner for CVE-2025-55182 with a Docker-based vulnerable Next.js stand for testing remote code execution. | Kitploit
Tools/GitHubGitHub/evillm/cve-2025-55182-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubevillm/cve-2025-55182-poc

CVE-2025-55182-PoC

Safe proof-of-concept scanner for CVE-2025-55182 with a Docker-based vulnerable Next.js stand for testing remote code execution.

View Repository
37 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 - PoC & Stand

📌 Quick Start

1. Deploy Vulnerable Stand

root@kitploit:~
cd Stand
docker compose up --build
The vulnerable app runs at: http://localhost:3011

2. Run the Safe PoC Scanner
bash
cd PoC/src
poetry install
poetry run python scanner.py http://localhost:3011
✅ Expected PoC Output
text
[*] Scanning target: http://localhost:3011
    [+] VULNERABLE! RCE confirmed.
    [+] Command output (id): uid=1001(nextjs)...
    [+] Network test (ping) SUCCESSFUL.
[*] Results saved to 'result.txt'.
File result.txt will contain: [{"ip": "http://localhost:3011", "vuln": true}]

📁 Project Structure
PoC/ – Safe scanner (Dockerfile, scanner.py)

Stand/ – Vulnerable Next.js app (Docker)

README.md – This file
Download Tool