Exploit Title: WBCE CMS v1.5.4 is vulnerable to XSS via /admin/users/index.php
Software Link:https://github.com/WBCE/WBCE_CMS
Version: v1.5.4
Describe:A cross-site scripting (XSS) vulnerability in /admin/users/index.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Display Name field.
Select the display name of access, and enter <sCRiPt>alert(12345);</sCrIpT>
Revisiting the access page found that xss injection was implemented.