关联漏洞
标题:
Metabase 路径遍历漏洞
(CVE-2021-41277)
描述:Metabase是美国Metabase公司的一个开源数据分析平台。 Metabase 中存在路径遍历漏洞,该漏洞源于产品的 admin->settings->maps->custom maps->add a map 操作缺少权限验证。攻击者可通过该漏洞获得敏感信息。
描述
Metabase任意文件读取漏洞批量扫描工具
介绍
# CVE-2021-41277
Metabase任意文件读取漏洞批量扫描工具
影响版本:
```漏洞
metabase version < 0.40.5
metabase version >= 1.0.0, < 1.40.5
```
修复版本:
```bash
metabase version >= 0.40.5
metabase version >= 1.40.5
```
## 使用说明
```bash
usage: CVE-2021-41277.py [-h] [-u URL] [-f FILE]
CVE-2021-41277
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL url like http://127.0.0.1:8080
-f FILE, --file FILE url file path
```
单个`url`扫描
```bash
python3 CVE-2021-41277.py -u http://172.16.0.1:8080
```
批量扫描
```bash
python3 CVE-2021-41277.py -f ./scan.txt
```
文件快照
[4.0K] /data/pocs/06da29ef77b87395ec81c1602cbdcc00719fbebd
├── [3.1K] CVE-2021-41277.py
└── [ 663] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。