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 — Proof-of-concept exploit for CVE-2025-55182 targeting Next.js and React applications. Demonstrates vulnerability exploitation in web frameworks for security testing and research. | Kitploit
Tools/GitHubGitHub/open-flaw/cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubopen-flaw/cve-2025-55182

CVE-2025-55182

Proof-of-concept exploit for CVE-2025-55182 targeting Next.js and React applications. Demonstrates vulnerability exploitation in web frameworks for security testing and research.

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

CVE-2025-55182 POC

This repository contains a proof of concept (POC) for CVE-2025-55182, demonstrating the vulnerability and its exploitation.

  • Weak server
root@kitploit:~
  "dependencies": {
    "next": "16.0.6",
    "react": "19.2.0",
    "react-dom": "19.2.0"
  },
  • Weak server 2
root@kitploit:~
  "dependencies": {
    "next": "^15.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
Download Tool