
Python exploit script for CVE-2025-55182 targeting React Server Components in Next.js 16.0.6, with shell injection payload and bundled vulnerable app for educational testing.
React 서버 컴포넌트의 취약점(CVE-2025-55182)을 악용하여 애플리케이션에 셸을 주입하는 간단한 파이썬 스크립트입니다. 이 스크립트는 Next.js 버전 16.0.6에서 테스트되었습니다.
레포지토리 클론
git clone https://github.com/ahmedshamsddin/CVE-2025-55182
취약한 앱 실행
cd CVE-2025-55182/vulnerable-app
npm install
npm run dev
익스플로잇 실행
python exploit.py

면책 조항: 이 실습은 교육 목적으로만 제공됩니다.