Welcome Guest, Not a member yet? Register   Sign In
Hacked!
#1

[eluser]asylmottaket[/eluser]
Hi guys,

I just found out that a site Ive made in CI just got hacked/compromized.

Line 118 in index.php
Code:
/* End of file index.php */
/* Location: ./index.php */<!-- bastest t1 -->

Googleing the "<!-- bastest t1 -->" gave me only one result:

http://forum.joomla.org/viewtopic.php?f=444&p=1670508



The only user input that I can think of, is the query string:
like domain.com/page/[numeric-ID] ..but I'm checking the ID like:

Code:
if(ctype_digit($id) === FALSE)
        {
            redirect('/page');
            exit();
        }

So I'm not quite sure how this could have happend.

define('CI_VERSION','1.6.3'); ..should probably updated though. But would this happen in CI 1.7.1 ?


Messages In This Thread
Hacked! - by El Forum - 04-23-2009, 03:34 AM
Hacked! - by El Forum - 04-23-2009, 03:41 AM
Hacked! - by El Forum - 04-23-2009, 05:01 AM
Hacked! - by El Forum - 04-23-2009, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB