DiliCMS icon indicating copy to clipboard operation
DiliCMS copied to clipboard

DiligentCMS

Results 8 DiliCMS issues
Sort by recently updated
recently updated
newest added

1、Login the backstage http://127.0.0.1/admin/index.php 2、Go to System setting->site setting ![image](https://user-images.githubusercontent.com/15666994/50943855-05cfd780-14c9-11e9-8e00-b40a1f142b1e.png) 3、add the following payload to the third textbox,and submit。 payload:site_logo=images/logo.gif" onmouseover="alert(1) ![image](https://user-images.githubusercontent.com/15666994/50943823-e46eeb80-14c8-11e9-979f-63470e4fb630.png) And move your mouse on the third textbook...

1、Login the backstage http://127.0.0.1/admin/index.php 2、Go to System setting->site setting ![image](https://user-images.githubusercontent.com/15666994/50943601-1cc1fa00-14c8-11e9-90fd-5deea9ac430d.png) 3、add the following payload to the second textbox,and submit。 payload:site_domain=http://www.dilicms.com/" onmouseover="alert(1) ![image](https://user-images.githubusercontent.com/15666994/50943449-7ece2f80-14c7-11e9-8959-0024fa14fed8.png) And move your mouse on the second textbook...

1、Login the backstage http://127.0.0.1/admin/index.php 2、Go to System setting->site setting ![image](https://user-images.githubusercontent.com/15666994/50942525-f4380100-14c3-11e9-9075-70a4294ceaba.png) 3、add the following payload to the first textbox,and submit。 payload:site_name=DiliCMS'"/>alert(1) ![image](https://user-images.githubusercontent.com/15666994/50942636-5133b700-14c4-11e9-8684-77976343944e.png) And then Stored-XSS triggered

Software Link : https://github.com/chekun/DiliCMS After the administrator logged in,open the page test.html delete user POC: ``` ``` test2.html delete group POC: ``` ```

# Steps to Reproduce **1、the backstage address** http://127.0.0.1/DiliCMS-develop-3.x/admin/index.php **2、login and use BurpSuite to intercepte packets,and then we can see the User credentials are transmitted over an unencrypted channel** ![default](https://user-images.githubusercontent.com/29420758/39341513-1e0c200a-49c3-11e8-9392-8cae958a52c4.jpg)

- [ ] 使用composer - [ ] 升级CodeIgniter为3.x - [ ] 优化目录结构 - [ ] 集成Laravel Elixir - [ ] 使用CI内置缓存模块

private function watch() 105行 in_array($plugin['name'], $this->app->acl->rights['plugins']) 感觉应该改成 in_array($key, $this->app->acl->rights['plugins'])