wangl1989 / mysiteforme

mysiteforme权限管理系统是作者学习springBoot时基于springBoot开发的一套轻量级的系统脚手架,可以以此形成一套属于自己的系统后台 ,自动生成前后台基本代码;使用Spring Boot、Shiro、MyBatis、Layui等框架,包含:用户管理、角色管理、权限管理、资源管理、数据库管理、源码生成、调度管理等
https://admin.mysiteforme.com
Apache License 2.0
794 stars 308 forks source link

There is a SSRF in the backend #22

Open 0xzer0 opened 4 years ago

0xzer0 commented 4 years ago

The problem exists in the "FileController.java",You can see that there is no filtering in the code: image The code use "HttpURLConnection" to connection the URL directly.

And this leads to a SSRF. The port is open: SSRFporto

The port is closed: SSRFport