
* React2Shell-CVE-2025-55182
중대한 보안 취약점 데모 - CVSS 10.0 - React Server Components의 원격 코드 실행
교육 목적으로만 사용하세요!
이 저장소는 중대한 보안 취약점을 시연합니다.
프로덕션 시스템이나 외부에 노출된 네트워크에서는 절대 사용하지 마세요.
# Pull and run directly
docker run -p 3000:3000 ihsansencan/react2shell:latest
# CVE
docker run -p 3000:3000 ihsansencan/react2shell:cve-2025-55182
docker run -p 3000:3000 ihsansencan/react2shell:cve-2025-66478
# Versioned
docker run -p 3000:3000 ihsansencan/react2shell:v1.0
# 1. Build the vulnerable container
docker build -t cve-2025-55182-poc .
# 2. Run the demo
docker run -p 3000:3000 --name react2shell cve-2025-55182-poc
# 3. Open browser
# http://localhost:3000
이 취약점으로 인해 다음이 가능합니다:
📁 프로젝트 구조
/react2shell
├── Dockerfile
├── package.json
├── next.config.js
├── app/
│ ├── actions.js
│ ├── layout.js
│ ├── page.js
│ └── api/
│ └── command/
│ └── route.js
├── README.md
├── LICENSE
└── img/
├── 1.png
├── 2.png
└── 3.png
🚀 데모 스크린샷

🔒 패치
# IMMEDIATE FIX
npm install [email protected] [email protected] [email protected]