|
Apache & Suexec security [chroot]
|
| Author |
Message |
pcarboni
Newbie
   
Posts: 8
Group: Dev Team
Joined: Nov 2006
Status:
Offline
Reputation: 0
|
Apache & Suexec security [chroot]
Did anybody think about using apache + suexec with a chrooted version of suexec? [suexec chroot'ing every cgi into its own DocumentRoot for every virtual host]
I think if we've got running that kind of thing, it will be a GREAT STUFF!
Pablo.
|
|
| 11-01-2006 07:49 AM |
|
 |
MicCo
Junior Member
   
Posts: 213
Group: Dev Team
Joined: Oct 2006
Status:
Offline
Reputation: 2
|
RE: Apache & Suexec security [chroot]
Best regards,
MicCo 
-------------------------------------------
Make It Easy, Keep It Simple.
-------------------------------------------
Okay, there is one thing Linux is wayback on MS, Linux dont have the amount of securety updates.
This post was last modified: 11-01-2006 07:59 AM by MicCo.
|
|
| 11-01-2006 07:54 AM |
|
 |
pcarboni
Newbie
   
Posts: 8
Group: Dev Team
Joined: Nov 2006
Status:
Offline
Reputation: 0
|
RE: Apache & Suexec security [chroot]
Hi pcarboni,
Yes, and it's a very good thing, we are using it on another project that I'm also involved in, and it's a lift in securety.
Ok, there are several patches over internet. (apache 1.3.x and 2.0.x)
Are you using any of those patches? Maybe a customized patch?
Maybe we must write an own patch?
Pablo.
|
|
| 11-01-2006 08:00 AM |
|
 |
MicCo
Junior Member
   
Posts: 213
Group: Dev Team
Joined: Oct 2006
Status:
Offline
Reputation: 2
|
RE: Apache & Suexec security [chroot]
I'm sure Quix0r have his head in the right direction and some thing on his mind for that.
Best regards,
MicCo 
-------------------------------------------
Make It Easy, Keep It Simple.
-------------------------------------------
Okay, there is one thing Linux is wayback on MS, Linux dont have the amount of securety updates.
|
|
| 11-01-2006 08:03 AM |
|
 |
ephigenie
Administrator
      
Posts: 661
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 12
|
RE: Apache & Suexec security [chroot]
We're already working on fastcgi & suexec support.
let's see, what we can add here in terms of chroot
|
|
| 11-01-2006 09:32 AM |
|
 |
Quix0r
Junior Member

Posts: 33
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
|
RE: Apache & Suexec security [chroot]
Jupp, chroot is not yet implemented.
|
|
| 11-04-2006 04:27 AM |
|
 |
Alexey
Junior Member

Posts: 19
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: Apache & Suexec security [chroot]
chroot is need yes
i'm trying once to make it' but do not get success
will try again
look to mod_chroot for apache
|
|
| 02-03-2007 03:36 PM |
|
 |
dannato
Posts: 2
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: Apache & Suexec security [chroot]
Hi,
any news about virtualhost chroot?
Regards
Netsons.org Network CEO > DoM - http://www.netsons.org
DoM's Blog, a damn's life - http://www.dannato.it
Powered by FreeBSD 6.1 - The power to serve
Trying is first step direct to failure - Homer Simpson
|
|
| 02-16-2007 05:22 AM |
|
 |
BioALIEN
Junior Member
 
Posts: 226
Group: Graph Team
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: Apache & Suexec security [chroot]
The developers here are on the ball. They are attacking all the right security risks and I believe chrooted suexec is an important step
BioALIEN
OS: Debian 4.0 Etch
ispCP Build: RC3 r953 - 28.12.07
Mods: AWStats dynamic
|
|
| 02-27-2007 10:22 PM |
|
 |
ephigenie
Administrator
      
Posts: 661
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 12
|
RE: Apache & Suexec security [chroot]
Yes it is - but solutions to that are not as easy as it seems (for cgi).
We're investigating sbox and a few other scripts laying around.
But all have a huge overhead - so we're looking for something smart and portable (we don't want to include more secondary binary code than necessary) In fact we even have nothing platform depend included (except our daemon).
The problem is not to keep the chroot for the cgi small on start - it's more a problem of the users who want to execute perl or so - they then need to download big binary packages into their webspace ... (because they can't access anything outside)
If anyone got a smart solution for this you're more than welcome !
|
|
| 02-28-2007 12:11 AM |
|
 |