Welcome Guest, Not a member yet? Register   Sign In
SQL injection attack
#6

[eluser]Pert[/eluser]
actually I'll take that back, sort of.

Depends how you set up your AR call.

If it's weird query, and you need to do multiple OR statements and what not, you have option to not parse strings.

Code:
$this->db->where('((table_a.col_1 = table_b.col_2 OR table_c.col_2 = table_a.col_2) OR (...))', null, false);

But said that, it's unlikely that someone spent so much time on trying to find issues with your application.

It's more likely that they managed to get in your server through known cPanel vulnerability for example or that some UPDATE functions were wrong. I kid you not, I've seen servers hacked into after 2 hours they were completely re-installed with login from correct root password, all because cPanel was not up to date.

So do a quick query check on forgotten password feature (put in some injection code, print out SQL queries that are run), but you should be ready to investigate further in server side.


Messages In This Thread
SQL injection attack - by El Forum - 06-02-2013, 10:04 AM
SQL injection attack - by El Forum - 06-02-2013, 10:03 PM
SQL injection attack - by El Forum - 06-03-2013, 02:31 AM
SQL injection attack - by El Forum - 06-03-2013, 02:32 AM
SQL injection attack - by El Forum - 06-03-2013, 06:18 AM
SQL injection attack - by El Forum - 06-03-2013, 06:33 AM
SQL injection attack - by El Forum - 06-03-2013, 07:43 AM
SQL injection attack - by El Forum - 06-03-2013, 07:54 AM
SQL injection attack - by El Forum - 06-04-2013, 05:33 AM
SQL injection attack - by El Forum - 06-05-2013, 08:30 PM
SQL injection attack - by El Forum - 06-08-2013, 04:46 PM
SQL injection attack - by El Forum - 08-22-2013, 06:41 AM
SQL injection attack - by El Forum - 08-22-2013, 07:45 AM
SQL injection attack - by El Forum - 08-23-2013, 03:39 AM
SQL injection attack - by El Forum - 08-23-2013, 06:51 AM
SQL injection attack - by El Forum - 08-23-2013, 06:55 AM
SQL injection attack - by El Forum - 08-23-2013, 08:17 AM
SQL injection attack - by El Forum - 08-25-2013, 03:29 AM
SQL injection attack - by El Forum - 08-27-2013, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB