Closed MSWS closed 2 months ago
It is possible for players to SQL Inject by changing their gang name. The name is not properly escaped in the code, so for example " or "" would break a large portion of the database.
" or ""
Thanks! A pretty serious reason to avoid using this plugin entirely until a fork is properly maintained
It is possible for players to SQL Inject by changing their gang name. The name is not properly escaped in the code, so for example
" or ""
would break a large portion of the database.