| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 3,681 Join Date: Aug 2006 Location: Mumbai, India |
18-07-2007, 09:23 PM
This is something new! I suggest you edit the post and remove the "way" your helpdesk was hacked and contact Kayako Support for more feedback. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#3)
|
(#4)
|
(#5)
|
(#6)
|
| Senior Member Posts: 5,552 Join Date: Jun 2005 Location: Cumbria, UK |
19-07-2007, 08:27 AM
It would seem more likely that they have got in through a 3rd party piece of software but contact Kayako and post your ticket ID here so it can be chased ASAP. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#7)
|
(#8)
|
| New Member Posts: 18 Join Date: Jan 2007 Location: Athens/GREECE |
19-07-2007, 11:45 AM
They got through another application from another hosting account. I don't say that esupport has any security issues, I'm just asking how do you protect 777 directories from nobody owned files which can be uploaded through a remote script? |
| | |
(#9)
|
| Member Posts: 345 Join Date: Feb 2007 Location: Lyon, France |
19-07-2007, 11:59 AM
On such folders: Chmod should always be 660, if 770 is needed then do it but **1 should never be. Chown should be set to an "apache" account, that way you could get a chmod 600. That's more secure -- Lurking around there -- |
| | |
(#10)
|
| Staff Posts: 39 Join Date: Aug 2006 |
19-07-2007, 12:17 PM
Hi, It is not much of a security problem. Chmod 777 only gives read/write/execute access to other users on the system. Depending on apache configuration, you're probably going to be running as the "nobody" user. If a script is exploited, then that exploit is being carried out by the nobody user.And without privileged access to the system a simple user cannot do any harm to the system . If he gets privileged access it means there is some vulnerability in the operating system. While it is a good idea to chmod from 777 to 776, to prevent nobody from even executing the files. Like in SupportSuite we do not require execute permissions with "Files" and "Cache" directory. Systems that run phpsuexec instead of mod_php then scripts aren't being executed by nobody. They are executed by the website's account on the server. So, chmod 777 won't change anything. Regards, -------------------------------------------------------------------
|
| | |
(#11)
|