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
I am not a Nodejs expert. but it seems, from the client-side, if someone injects calls for isAdmin and setAdmin without authentication, they can gain admin power.
Nonetheless, thanks for this awesome software.
The text was updated successfully, but these errors were encountered:
I was trying to implement password-protected rooms and I noticed, you promote users to admin a bit insecurely.
Radium/components/Chat.vue
Lines 87 to 108 in 4a2fdd4
Radium/io/index.js
Lines 70 to 74 in 4a2fdd4
I am not a Nodejs expert. but it seems, from the client-side, if someone injects calls for
isAdmin
andsetAdmin
without authentication, they can gain admin power.Nonetheless, thanks for this awesome software.
The text was updated successfully, but these errors were encountered: