You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
I tried to fix all XSS vulnerabilities in commit 48b5ca8, hopefully I found all problematic places but probably I lost some.
An user could have put something like <img src='xxx' onerror='alert(1)'> in their username. As soon as the admin opens the User List, the script code would be run within the admin's session.
The text was updated successfully, but these errors were encountered:
I tried to fix all XSS vulnerabilities in commit 48b5ca8, hopefully I found all problematic places but probably I lost some.
An user could have put something like
<img src='xxx' onerror='alert(1)'>
in their username. As soon as the admin opens the User List, the script code would be run within the admin's session.The text was updated successfully, but these errors were encountered: