bg5sbk / MiniCMS

至简的个人网站内容管理系统
http://1234n.com/?projects/minicms/
227 stars 61 forks source link

Information Disclosure Vulnerability(Need Authentication) #18

Closed starnightcyber closed 3 years ago

starnightcyber commented 6 years ago

I found two information leakage vulnerabilities in MiniCMS, you need to login the backstage first.

The first one reveals the web root files on the web server:

Steps to reproduce:

1、Login in to the backstage http://192.168.232.181/MiniCMS-master/mc-admin/ 2、Post an article 3、Checked the page and see image 4、The url will direct to the following... image We can see all the files locate in web root the the server.

The second reveals the real path of the MiniCMS files

Steps to reproduce

1、Login in to the backstage http://192.168.232.181/MiniCMS-master/mc-admin/ 2、Post an article 3、Try to re-edit this page, actually this page is save as iabl13.dat image we can see : image 4、Using burp to intercept this request the original id is iabl13, and we change to hello-iabl13 image 5、Actually hello-iabl13 is not really exists, error occurs image This vulnerability reveals the full path of MiniCMS