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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-60787-MotionEye-RCE — 针对CVE-2025-60787的专业PoC:MotionEye(<= 0.43.1b4)中的远程代码执行漏洞。该漏洞利用展示了一种通过绕过客户端验证实现的OS命令注入漏洞,攻击者能够通过配置文件执行任意命令。 | Kitploit
工具/GitHubGitHub/rohitberiwala/cve-2025-60787-motioneye-rce
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubrohitberiwala/cve-2025-60787-motioneye-rce

CVE-2025-60787-MotionEye-RCE

针对CVE-2025-60787的专业PoC:MotionEye(<= 0.43.1b4)中的远程代码执行漏洞。该漏洞利用展示了一种通过绕过客户端验证实现的OS命令注入漏洞,攻击者能够通过配置文件执行任意命令。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
15个月前尚未审核

CVE-2025-60787: Motioneye 远程代码执行 (RCE)

CVE CVSS Python License

CVE-2025-60787 的专业概念验证 (PoC),这是 MotionEye(版本 ≤ 0.43.1b4)中的一个严重远程代码执行 (RCE) 漏洞。

技术概述

该漏洞源于 configUiValid JavaScript 函数中的客户端验证绕过。虽然 UI 验证了文件名字段,但服务器端在将这些输入写入 camera-N.conf 文件之前未能正确清理它们。攻击者可以通过 image_file_name 参数注入任意 shell 命令,导致在服务重新加载或重启时完全控制系统。

安装

按照以下步骤设置环境和漏洞利用工具:

root@kitploit:~
# Clone the repository
git clone [https://github.com/Rohitberiwala/Motioneye-RCE-CVE-2025-60787](https://github.com/Rohitberiwala/Motioneye-RCE-CVE-2025-60787)
cd Motioneye-RCE-CVE-2025-60787

# Install required dependencies
pip install requests

## 使用
```bash
# Execute the exploit to create a marker file in /tmp
python3 exploit.py --target [TARGET_IP] --cmd "id > /tmp/hacked"
下载工具