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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2025-55182 — CVE-2025-55182的Python利用,Next.js/React中的服务器端JavaScript注入,通过畸形multipart表单数据实现远程代码执行。包含用于授权测试的实验室设置。 | Kitploit
工具/GitHubGitHub/liamromanis101/cve-2025-55182
漏洞分析漏洞利用Web应用程序漏洞利用学习与教育远程访问工具实验室与实践
GitHubliamromanis101/cve-2025-55182

cve-2025-55182

CVE-2025-55182的Python利用,Next.js/React中的服务器端JavaScript注入,通过畸形multipart表单数据实现远程代码执行。包含用于授权测试的实验室设置。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-55182 Python 漏洞利用

Python 3 脚本,可用于演示 CVE-2025-55182。它利用了 Next.js/React 应用程序中的服务器端 JavaScript 注入漏洞,通过格式错误的多部分表单数据实现远程代码执行。

⚠️ 仅用于教育和授权测试目的。


实验环境设置

参考 https://securitylabs.datadoghq.com/articles/cve-2025-55182-react2shell-remote-code-execution-react-server-components/

root@kitploit:~
npx [email protected] sample-app --yes
cd sample app
npm run build
npm run start

🚀 使用方法

🔧 先决条件

root@kitploit:~
pip install requests

示例用法

root@kitploit:~
python3 exploit_cve_2025_55182.py -u http://localhost:3000 -c "id"

选项

-u 目标域名或IP(带协议) - http://localhost:3000 -c 要在服务器上执行的命令 - id

示例输出

root@kitploit:~
[+] Sending exploit to http://localhost:3000 with command: id
[+] Command Result:
uid=1000(app) gid=1000(app) groups=1000(app)

参考

https://securitylabs.datadoghq.com/articles/cve-2025-55182-react2shell-remote-code-execution-react-server-components/

下载工具