LavaLite / cms

Multilingual PHP CMS built with Laravel and bootstrap
https://lavalite.org
2.85k stars 968 forks source link

There is a Stored XSS #389

Open 521526 opened 1 year ago

521526 commented 1 year ago

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.