LavaLite / cms

Multilingual PHP CMS built with Laravel and bootstrap

Home Page:https://lavalite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a Stored XSS

521526 opened this issue · comments

I find a Stored XSS

client user can use this vulnerability to attack administrator users,Can use js to send post request, indirectly operate the administrator account,a serious threat to website security。

exploit

client login site,and modify the account name to </span><img src=1 onerror=alert(1) /><span>

now,if super user login and look clients,Will trigger XSS。
image
Hackers can exploit this vulnerability to perform any action by the administrator.