
This repository contains research and a proof-of-concept implementation related to CVE-2025-66478, a vulnerability affecting certain Next.js / React Server Components configurations.
The project was developed in a controlled laboratory environment for educational and defensive security purposes.
This repository is provided exclusively for:
Do not use this code against systems without explicit authorization.
The author assumes no responsibility for misuse.
The vulnerability allows an attacker to trigger unintended code execution through unsafe handling of React Server Components payloads.
Affected applications may expose execution primitives capable of reaching Node.js internals under specific circumstances.
Install dependencies:
pip install -r requirements.txt
python exploit.py
The script will request:
The repository was developed while studying:
MIT License