
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.
This repository contains a proof of concept (POC) for CVE-2025-55182, demonstrating the vulnerability and its exploitation.
"dependencies": {
"next": "16.0.6",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"dependencies": {
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},