Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
React2Shell-CVE-2025-55182 — * React2Shell-CVE-2025-55182 | Kitploit
工具/GitHubGitHub/chitoz1300/react2shell-cve-2025-55182
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access ToolContainer Escape
GitHubchitoz1300/react2shell-cve-2025-55182

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

React2Shell-CVE-2025-55182

* React2Shell-CVE-2025-55182

查看仓库
8个月前尚未审核

🔥React2Shell - CVE-2025-55182 / CVE-2025-66478 概念验证

Docker Image Size Docker Pulls Docker Stars GitHub license

关键安全漏洞演示 - CVSS 10.0 - React 服务端组件中的远程代码执行

⚠️免责声明

仅供教育目的!
此仓库演示了一个关键安全漏洞。
切勿在生产系统或暴露的网络上使用。

🚨漏洞详情

  • CVE 编号: CVE-2025-55182 (React) / CVE-2025-66478 (Next.js)
  • CVSS 评分: 10.0 (严重)
  • 受影响版本: 使用 React 服务端组件的 Next.js 15.0.0
  • 漏洞类型: 通过 RSC 协议的远程代码执行
  • 修复版本: [email protected], [email protected], [email protected]

🐳 Docker Hub

https://hub.docker.com/r/ihsansencan/react2shell

root@kitploit:~
# 拉取并直接运行
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

# 版本化
docker run -p 3000:3000 ihsansencan/react2shell:v1.0

🛠️快速开始

root@kitploit:~
# 1. 构建存在漏洞的容器
docker build -t cve-2025-55182-poc .

# 2. 运行演示
docker run -p 3000:3000 --name react2shell cve-2025-55182-poc

# 3. 打开浏览器
# http://localhost:3000

🔧 功能特性

  • 现代 UI,伪装成"代码游乐场"
  • 交互式 RCE 界面
  • 多个 payload 示例
  • 实时执行结果
  • 教育性漏洞利用演示

🛡️ 安全影响

该漏洞允许:

  • 以 root 身份远程执行命令
  • 文件系统访问
  • 网络侦察
  • 潜在的容器逃逸
  • 完全系统沦陷

📁 项目结构

root@kitploit:~
/react2shell-cve-2025-55182/
├── Dockerfile        # 存在漏洞的容器设置
├── pages/
│   ├── index.js      # 前端 UI(伪装成开发工具)
│   └── api/
│       └── rce.js    # 存在漏洞的 RCE 端点
├── package.json      # Next.js 15.0.0(存在漏洞)
└── README.md
└── LICENSE
├── img/
│   ├── demo1.png     # 演示图 1
│   ├── demo2.png     # 演示图 2
│   ├── demo3.png     # 演示图 3
│   ├── demo4.png     # 演示图 4
│   ├── demo5.png     # 演示图 5

🚀 演示截图

alt text alt text alt text alt text alt text

🔒 修补

root@kitploit:~
# 立即修复
npm install [email protected] [email protected] [email protected]

快乐编程!💻

由 Ihsan Sencan 用心制作 ❤️

⭐ 如果觉得有用,请给这个仓库点个星! ⭐

GitHub followers GitHub stars

下载工具