# 若依管理系统 未授权访问
## 漏洞描述
若依管理系统使用了Druid 默认开启了匿名访问,导致未授权获取敏感信息
## 漏洞影响
> [!NOTE]
>
> 若依管理系统
## FOFA
> [!NOTE]
>
> app="若依-管理系统"
## 漏洞复现
源码中看到 pom.xml 文件中查看到引用了 阿里Druid
![](http://wikioss.peiqi.tech/vuln/ruoyi-8.png?x-oss-process=image/auto-orient,1/quality,q_90/watermark,image_c2h1aXlpbi9zdWkucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTQvYnJpZ2h0LC0zOS9jb250cmFzdCwtNjQ,g_se,t_17,x_1,y_10)
从 issues 中发现了默认存在的未授权访问
![](http://wikioss.peiqi.tech/vuln/ruoyi-9.png?x-oss-process=image/auto-orient,1/quality,q_90/watermark,image_c2h1aXlpbi9zdWkucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTQvYnJpZ2h0LC0zOS9jb250cmFzdCwtNjQ,g_se,t_17,x_1,y_10)
Url为
```
http://xxx.xxx.xxx.xxx/prod-api/druid/index.html
```
![](http://wikioss.peiqi.tech/vuln/ruoyi-10.png?x-oss-process=image/auto-orient,1/quality,q_90/watermark,image_c2h1aXlpbi9zdWkucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTQvYnJpZ2h0LC0zOS9jb250cmFzdCwtNjQ,g_se,t_17,x_1,y_10)
## Goby & POC
> [!NOTE]
>
> RuoYi Druid Unauthorized access
![](http://wikioss.peiqi.tech/vuln/ruoyi-11.png?x-oss-process=image/auto-orient,1/quality,q_90/watermark,image_c2h1aXlpbi9zdWkucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTQvYnJpZ2h0LC0zOS9jb250cmFzdCwtNjQ,g_se,t_17,x_1,y_10)