Warning: PlayerDialogResponse crash exploit from PlayerId: 65535
#1

Hello guys. Some piece of shit people joined my server and did this to it. Server got in freeze and that's it. Solutions?
If somebody need all the server_log for more information i will add it.
Something weird: [PlayerId: 65535]

pawn Код:
[21:21:23] Warning: PlayerDialogResponse crash exploit from PlayerId: 65535
[21:21:23] Packet was modified, sent by id: 11, ip: 46.98.19.60:63174
Reply
#2

Some Kind of ddos? i think
Reply
#3

Inputting %s and a few other format placeholders into a dialog will crash the server if not taken care of at the top of OnDialogResponse.
Reply
#4

I wanna use fixes2 plugin for this but my server crash from this plugin.

******: NOTE THAT THE LINUX VERSION HAS NOT BEEN TESTED WITH THE EXPLOITS CODE!
Reply
#5

Quote:
Originally Posted by nGen.SoNNy
Посмотреть сообщение
I wanna use fixes2 plugin for this but my server crash from this plugin.

******: NOTE THAT THE LINUX VERSION HAS NOT BEEN TESTED WITH THE EXPLOITS CODE!
Here is little thing that help me prevent exploit like this
pawn Код:
// on top of your OnDialogResponce....
new len = strlen (inputtext);
       
    for (new i = 0; i < len; ++i)
        if (inputtext [i] == '%')
            inputtext [i] = '#';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)