Headline
CVE-2022-45037: WBCE CMS v1.5.4 is vulnerable to XSS via /admin/users/index.php
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.
Software Link:https://github.com/WBCE/WBCE_CMS
Version: v1.5.4
Describe:WBCE CMS 1.5.4 is vulnerable to Cross Site Scripting (XSS) via /admin/users/index.php display_name parameters.
**
Steps to reproduce:
**
Select the display name of access, and enter <sCRiPt>alert(12345);</sCrIpT>
Revisiting the access page found that xss injection was implemented.