
PoC CVE-2025-55182
PoC for the deserialization vulnerability in the Flight protocol of React Server Components.
Next.js 14+ and React 19 use a proprietary protocol ("Flight") to communicate between client and server. The problem: the server loads any module without verification. So we can make it execute child_process and boom, RCE.
python CVE-2025-55182.py -t <IP> -p <PORT> --cmd "id"
Update your dependencies. That's it.
For use only on systems you own or with written authorization. I am not responsible if you do something stupid.