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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-56292-AcyMailing-SQLi — CVE-2026-56292 - 用于 Joomla 的 AcyMailing 未认证 SQL 注入扫描器 | Kitploit
工具/GitHubGitHub/nullwhisper/cve-2026-56292-acymailing-sqli
漏洞扫描器Web漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubnullwhisper/cve-2026-56292-acymailing-sqli

CVE-2026-56292-AcyMailing-SQLi

CVE-2026-56292 - 用于 Joomla 的 AcyMailing 未认证 SQL 注入扫描器

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
21128天前尚未审核
分享

CVE-2026-56292 — AcyMailing for Joomla 未认证 SQL 注入

作者: nullwhisper
仅限授权的安全研究 / 漏洞验证。

AcyMailing for Joomla 暴露了公共前端任务 frontentityselect::loadEntityFront。在旧版本中,columns 参数未经清理直接传入 SQL 查询。已修补版本使用 acym_secureDBColumn() 并返回类似 ... not secured 的错误。

  • CVE: CVE-2026-56292
  • 产品: AcyMailing for Joomla
  • 端点: index.php?option=com_acym&ctrl=frontentityselect&task=loadEntityFront
  • 参数: columns
  • 类型: 未认证 SQL 注入

文件

root@kitploit:~
.
├── cve_2026_56292_acymailing_sqli.py   # single + mass scanner
├── dorks.txt                             # google dorks
├── TECHNICAL.md                          # technical write-up
├── requirements.txt
├── LICENSE
└── README.md

安装

root@kitploit:~
pip3 install -r requirements.txt

用法

单个目标:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -u http://target/

批量扫描:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -l targets.txt -v -T 30 -o vuln.txt

选项:

root@kitploit:~
-u URL          single target
-l LIST         target list file
-t TIMEOUT      request timeout (default 30)
-T THREADS      concurrent threads (default 10)
-o OUTPUT       output file for vulnerable targets
-v              verbose
--proxy PROXY   http/https proxy
--patched-output FILE
--error-output FILE

在 localhost 上验证

已在本地 Joomla 5 实验室中对 AcyMailing v11.0.3 安装进行了测试(漏洞模拟模式)。

root@kitploit:~
[*] Loaded 1 unique target(s)
[1/1] [+] VULNERABLE: http://127.0.0.1:8080/ -> version=10.11.18-MariaDB-ubu2204

[*] Done. Vulnerable: 1 | Patched: 0 | Error/Other: 0 | Total: 1

Google Dorks

参见 dorks.txt。主要 dork:

root@kitploit:~
inurl:"index.php?option=com_acym"

免责声明

本工具仅用于授权的安全测试和研究。请勿将其用于您不拥有的系统,或未经明确书面许可进行测试的系统。作者(nullwhisper)不对因使用本代码而造成的滥用或损害负责。

许可证

MIT — 参见 LICENSE。

下载工具