Quote:
Originally Posted by radicaledward
Recently a member on my forums found a way to change the usertitles of all members of the site (about 10k) using an SQL injection exploit that they found in the "Change Other User's Custom Title" section of the shop, however, it is likely that it may be in other parts as well.
The basic way that the did it was a work around of the addslashes() that the script uses in the query. However, based on my reading (and testing) replacing addslashes() with mysql_real_escape_string() should do the trick for preventing it.
|
What version of the hack are you using?