Please remove

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Please remove

Post by Ziggywigged »

-deleted-
Last edited by Anonymous on Fri Jul 04, 2008 2:11 am, edited 1 time in total.
Take a penny, leave a penny.
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Hacked

Post by cb2004 »

Do you have any other scripts installed? Like Coppermine or something?
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Hacked

Post by cb2004 »

What modules do you have installed?
Pierre M.

Re: Hacked

Post by Pierre M. »

mikeim wrote: ...the access log file is over 1GB (is that normal) but what in particular should I be looking for?
Look for strange query strings (junk after '?'). The first ones. It is even easier when pretty URLs are activated.

Kind request to a pretty URL :

Code: Select all

"GET /aboutus/locations.html HTTP/1.1" 200
Strange request :

Code: Select all

/some/path/to/page.html?evil_parameter=1bad&some=http://junk...
Search for double slash, stars or path to /lib, /admin etc.

Filtering bad requests I get :

Code: Select all

"GET /cmsmsfolder/ HTTP/1.1" 200
"GETorHEADorPUTorPOST /cmsmsfolder/?// HTTP/1.1" 403
"GETorHEADorPUTorPOST /cmsmsfolder/?* HTTP/1.1" 403
Remember the "small security guide".

Pierre M.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Hacked

Post by Dr.CSS »

If this was an upgrade then they might have loaded something before the upgrade that allows them to get back in, you may want to delete all folders, except your images making sure nothing untoward is in Uploads etc., then reupload fresh set of folders/files, check config.php for bad entries...
Locked

Return to “[locked] Quality Assurance”