Jump to content

Help exploit input_login.cpp and crash db


Go to solution Solved by CORKY,

Recommended Posts

  • Active Member
sys_log(0, "player_select: login: %s index: %d", c_r.login, pinfo->index);

My db is always falling with possible attacks using failures in these functions, this error below appears thousands and thousands of times. I searched but didn't find anything very relevant about it, is there a public fix for this problem? Can they occur in other functions?

Thanks in advance!

Link to comment
Share on other sites

  • Premium
  • Solution
1 hour ago, Klaus said:
sys_log(0, "player_select: login: %s index: %d", c_r.login, pinfo->index);

My db is always falling with possible attacks using failures in these functions, this error below appears thousands and thousands of times. I searched but didn't find anything very relevant about it, is there a public fix for this problem? Can they occur in other functions?

Thanks in advance!

Somebody is exploiting the CharacterSelect function using a slot that's unoccupied. You can check it in server & set the phase to login to prevent it.

 

game/src -> input_login.cpp -> void CInputLogin::CharacterSelect(LPDESC d, const char * data)
 

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.