ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Aug 15, 2010 04:10 pm |
|
There are three different aurora security holes that allow full access not only to your script, but to your whole server. Hackers can simply query your script for full database access, and a simple htaccess trick combined with an admin vulnerability will give them root access.
Currently I am a bit busy patching up some friend's sites. Once this is done I will post a patch for everyone else. I've left a few tips below.
1. If you're on a shared host you have a higher chance of getting hacked. It's much easier to get root access.
2. Make sure you have the following settings on your server, otherwise it's much easier: Safe_mode= on safe_mode_gid = Off open_basedir = directory[:...] safe_mode_exec_dir = directory[:...] expose_php = Off register_globals = Off display_errors = Off log_errors = On error_log = filename
If you own your own VPS or dedicated, set this through PHP settings and not .htaccess. If you're on a shared host, .htaccess is your only chance.
3. Protect all your important directories with a password. Block all IP addresses from your MySQL and cPanel except yours.
Doing the above should keep you somewhat protected as long as you're running the latest patched PHP 5 version.
|
|
« Last Edit: Aug 19, 2010 10:13 pm by ptcpay »
|
Logged
|
|
|
|
Addons
Reputation:
( +10)
Offline
Gender: 
Posts: 2179
Referrals: 3
|
 |
Reply #1: Aug 15, 2010 04:20 pm |
|
Thanks to let us an attention of that....
But we r here lots of, who have less knowledge about that, we need a proper solution from JT or other expert like u..
thanks again a lot for this sort of post. i personally love more security & unbreakable everything.... 
|
|
|
Logged
|
Lead Capture Page, Email Template, Image Croping/removing Background etc... PTCevolution, Gen4, Aurora GPT, Xeon, Zeus (Template, Banners)
|
|
|
Legit Sites
Reputation:
( +16)
Offline
Gender: 
Posts: 818
Referrals: 2
|
 |
Reply #2: Aug 15, 2010 04:22 pm |
|
Just got hit and so did another site on my sever. Will be having rylee look into it 
|
|
|
Logged
|
|
|
|
ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Reply #3: Aug 15, 2010 04:24 pm |
|
it's not rylee's fault, he provides settings that are fine, mostly. The extra settings above are not because of him but because the script is not at all secure.
|
|
|
Logged
|
|
|
|
Legit Sites
Reputation:
( +16)
Offline
Gender: 
Posts: 818
Referrals: 2
|
 |
Reply #4: Aug 15, 2010 04:26 pm |
|
My post was nothing agaisnt rylee all I meant was I will link him to hear and get him to check it out and make sure it won't affect his severs + get him to fix the settings on mine 
|
|
|
Logged
|
|
|
|
ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Reply #5: Aug 15, 2010 04:29 pm |
|
I know, just clarifying . I'm working on this as I want to help all the site owners. If anyone who got hacked can send me their apache server logs I can do more.
|
|
|
Logged
|
|
|
|
Legit Sites
Reputation:
( +16)
Offline
Gender: 
Posts: 818
Referrals: 2
|
 |
Reply #6: Aug 15, 2010 04:30 pm |
|
I don't know how to get them but you can surely have mine if they will help out and you tell me how to find them
|
|
|
Logged
|
|
|
|
|
Addons
Reputation:
( +10)
Offline
Gender: 
Posts: 2179
Referrals: 3
|
 |
Reply #8: Aug 15, 2010 04:50 pm |
|
understand nothing... out of my range 
|
|
|
Logged
|
Lead Capture Page, Email Template, Image Croping/removing Background etc... PTCevolution, Gen4, Aurora GPT, Xeon, Zeus (Template, Banners)
|
|
|
Legit Sites
Reputation:
( +16)
Offline
Gender: 
Posts: 818
Referrals: 2
|
 |
Reply #9: Aug 15, 2010 04:57 pm |
|
lol same
|
|
|
Logged
|
|
|
|
ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Reply #10: Aug 15, 2010 04:58 pm |
|
It's fine, I'll get one .
|
|
|
Logged
|
|
|
|
clickinator
Reputation:
( +8)
Offline
Posts: 1377
Referrals: 0
|
 |
Reply #11: Aug 15, 2010 05:11 pm |
|
what do you exspect for $20 and anyways hacker trap can protect you from this  Any one trys changing anything blocks the there ip instantly
|
|
« Last Edit: Aug 15, 2010 05:16 pm by clickinator »
|
Logged
|
|
|
|
ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Reply #12: Aug 15, 2010 05:14 pm |
|
|
|
|
Logged
|
|
|
|
clickinator
Reputation:
( +8)
Offline
Posts: 1377
Referrals: 0
|
 |
Reply #13: Aug 15, 2010 05:18 pm |
|
Okay when my site launches u can try mine to see how good GREENSQL is because its protects from most sql injection commands
would sanitizing all forms help?
Is this attack by the forms ?
|
|
« Last Edit: Aug 15, 2010 05:36 pm by clickinator »
|
Logged
|
|
|
|
ptcpay
Reputation:
( +7)
Offline
Posts: 1780
Referrals: 2
|
 |
Reply #14: Aug 15, 2010 05:34 pm |
|
Sanitizing forms only works when you don't have security holes. If you have a hole, the only way to fix it is to patch it.
|
|
|
Logged
|
|
|
|
|