Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > FYI : Iserve users

Reply
Thread Tools

FYI : Iserve users

 
 
XPD
Guest
Posts: n/a
 
      08-07-2006
Just in case anyone who uses Iserve hasnt read their email lately.....
Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
being compromised and they have had to restore from a backup meaning
any changes made to Iserve based sites over the past few days may no
longer be valid.

Personally my own site seems ok except for missing its index.htm,
however I have shut it down until Iserve can let users know what the
outcome is after their investigation.....

Fingers crossed they dont pull PHP support altogether because of one
user who dosent keep their 3rd party scripts up to date

 
Reply With Quote
 
 
 
 
Vista
Guest
Posts: n/a
 
      08-07-2006

"XPD" <> wrote in message
news: oups.com...
> Just in case anyone who uses Iserve hasnt read their email lately.....
> Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
> being compromised and they have had to restore from a backup meaning
> any changes made to Iserve based sites over the past few days may no
> longer be valid.
>
> Personally my own site seems ok except for missing its index.htm,
> however I have shut it down until Iserve can let users know what the
> outcome is after their investigation.....
>
> Fingers crossed they dont pull PHP support altogether because of one
> user who dosent keep their 3rd party scripts up to date
>


I would doubt they would pull it. It does make you wonder why one persons
website, could cause that type of damage to other peoples accounts.


 
Reply With Quote
 
 
 
 
Fred Dagg
Guest
Posts: n/a
 
      08-07-2006
On 6 Aug 2006 18:57:31 -0700, "XPD" <> exclaimed:

>Just in case anyone who uses Iserve hasnt read their email lately.....
>Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
>being compromised and they have had to restore from a backup meaning
>any changes made to Iserve based sites over the past few days may no
>longer be valid.
>
>Personally my own site seems ok except for missing its index.htm,
>however I have shut it down until Iserve can let users know what the
>outcome is after their investigation.....
>
>Fingers crossed they dont pull PHP support altogether because of one
>user who dosent keep their 3rd party scripts up to date


You can't really blame the user. There shouldn't be a system in place
on a shared server that would allow the compromise of other user's
accounts.

At first glance, the blame lies squarely at the feet of IServe.

<troll>
Is this the "security" that Linux offers, Lennier?
</troll>
 
Reply With Quote
 
Vista
Guest
Posts: n/a
 
      08-07-2006

"Fred Dagg" <> wrote in message
news:...
> On 6 Aug 2006 18:57:31 -0700, "XPD" <> exclaimed:
>
>>Just in case anyone who uses Iserve hasnt read their email lately.....
>>Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
>>being compromised and they have had to restore from a backup meaning
>>any changes made to Iserve based sites over the past few days may no
>>longer be valid.
>>
>>Personally my own site seems ok except for missing its index.htm,
>>however I have shut it down until Iserve can let users know what the
>>outcome is after their investigation.....
>>
>>Fingers crossed they dont pull PHP support altogether because of one
>>user who dosent keep their 3rd party scripts up to date

>
> You can't really blame the user. There shouldn't be a system in place
> on a shared server that would allow the compromise of other user's
> accounts.
>
> At first glance, the blame lies squarely at the feet of IServe.
>
> <troll>
> Is this the "security" that Linux offers, Lennier?
> </troll>


You can blame the user, if they are using scripts that have known secuirty
holes in them, and they don't update their scripts. It is hardly the hosts
job to individually check their customers websites to make sure that they
are using upto date scripts. That said, yes their systems shouldn't have
allowed other users accounts to be affected by one persons website.


 
Reply With Quote
 
Steven H
Guest
Posts: n/a
 
      08-07-2006
Hello Fred,

> <troll>
> Is this the "security" that Linux offers, Lennier?
> </troll>


personally i dont compleatly agree that this is a 'linux security' issue,
but rather a nasty series of events.

let me understand this thing ... mabye somebody can explain how it could
happen.

if i am not mistaken, each user would have their own 'sandpit' (so nobody
else can see everybody elses stuff) but the HTTPD service will need to have
full access to them sandpits.

so, is my nasty ass script is being run as a user that has access to everybody
elses documents - could my nasty ass script do bad things to other users
documents ?

whose fault would it be, the interpreter / compiler / engine of my nasty
ass script (which in fairness would be executing within the httpd user context),
httpd for executing it, or the web-host ?

would it be soo simple as to make httpd service a request using the user-context
of the owner of a particular script, if that script is acl'd as root then
god help us all but if that script is acl'd as a particular user it couldnt
cause massive havoc.

----------------
Steven H

the madGeek

> On 6 Aug 2006 18:57:31 -0700, "XPD" <> exclaimed:
>
>> Just in case anyone who uses Iserve hasnt read their email
>> lately..... Iserve got hit by a PHP-Nuke exploit which resulted in
>> files/pages being compromised and they have had to restore from a
>> backup meaning any changes made to Iserve based sites over the past
>> few days may no longer be valid.
>>
>> Personally my own site seems ok except for missing its index.htm,
>> however I have shut it down until Iserve can let users know what the
>> outcome is after their investigation.....
>>
>> Fingers crossed they dont pull PHP support altogether because of one
>> user who dosent keep their 3rd party scripts up to date
>>

> You can't really blame the user. There shouldn't be a system in place
> on a shared server that would allow the compromise of other user's
> accounts.
>
> At first glance, the blame lies squarely at the feet of IServe.
>
> <troll>
> Is this the "security" that Linux offers, Lennier?
> </troll>



 
Reply With Quote
 
jasen
Guest
Posts: n/a
 
      08-07-2006
On 2006-08-07, Steven H <> wrote:
> Hello Fred,
>
>> <troll>
>> Is this the "security" that Linux offers, Lennier?
>> </troll>

>
> personally i dont compleatly agree that this is a 'linux security' issue,
> but rather a nasty series of events.
>
> let me understand this thing ... mabye somebody can explain how it could
> happen.
>
> if i am not mistaken, each user would have their own 'sandpit' (so nobody
> else can see everybody elses stuff) but the HTTPD service will need to have
> full access to them sandpits.
>
> so, is my nasty ass script is being run as a user that has access to everybody
> elses documents - could my nasty ass script do bad things to other users
> documents ?
>
> whose fault would it be, the interpreter / compiler / engine of my nasty
> ass script (which in fairness would be executing within the httpd user context),
> httpd for executing it, or the web-host ?
>
> would it be soo simple as to make httpd service a request using the user-context
> of the owner of a particular script, if that script is acl'd as root then
> god help us all but if that script is acl'd as a particular user it couldnt
> cause massive havoc.


yeah, I don't understand why it isn't done that way.

--

Bye.
Jasen
 
Reply With Quote
 
Vista
Guest
Posts: n/a
 
      08-08-2006

"XPD" <> wrote in message
news: oups.com...
> Just in case anyone who uses Iserve hasnt read their email lately.....
> Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
> being compromised and they have had to restore from a backup meaning
> any changes made to Iserve based sites over the past few days may no
> longer be valid.
>
> Personally my own site seems ok except for missing its index.htm,
> however I have shut it down until Iserve can let users know what the
> outcome is after their investigation.....
>
> Fingers crossed they dont pull PHP support altogether because of one
> user who dosent keep their 3rd party scripts up to date
>


More info here

http://computerworld.co.nz/news.nsf/...F?OpenDocument


 
Reply With Quote
 
Matthew Poole
Guest
Posts: n/a
 
      08-08-2006
On Mon, 07 Aug 2006 14:32:17 +1200, someone purporting to be Vista didst
scrawl:

> "XPD" <> wrote in message

*SNIP*
>> Fingers crossed they dont pull PHP support altogether because of one
>> user who dosent keep their 3rd party scripts up to date
>>

Unfortunately it's not just one user. My experience is that most users
don't keep their scripts updated, and it's just good luck that this scale
of intrusion hasn't happened to them before.
iServe has shown remarkable forbearance, really, in still allowing phpBB
and PHP-Nuke to be installed. They're both horribly insecure.

> I would doubt they would pull it. It does make you wonder why one persons
> website, could cause that type of damage to other peoples accounts.


It's a limitation of the Unix permissions model, mostly. The joys of the
ugo restrictions, and how it affects Apache, are well known to anyone
who's run such systems for any real length of time. There are ways around
it, but they pose other problems for administration of such a massively
distributed architecture.

--
Matthew Poole
"Don't use force. Get a bigger hammer."

 
Reply With Quote
 
Vista
Guest
Posts: n/a
 
      08-16-2006

"XPD" <> wrote in message
news: oups.com...
> Just in case anyone who uses Iserve hasnt read their email lately.....
> Iserve got hit by a PHP-Nuke exploit which resulted in files/pages
> being compromised and they have had to restore from a backup meaning
> any changes made to Iserve based sites over the past few days may no
> longer be valid.
>
> Personally my own site seems ok except for missing its index.htm,
> however I have shut it down until Iserve can let users know what the
> outcome is after their investigation.....
>
> Fingers crossed they dont pull PHP support altogether because of one
> user who dosent keep their 3rd party scripts up to date
>


Interesting followup article on Stuff.co.nz about this

http://www.stuff.co.nz/stuff/0,2106,3762991a28,00.html







 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-20-2006
In message < .com>, XPD
wrote:

> Fingers crossed they dont pull PHP support altogether because of one
> user who dosent keep their 3rd party scripts up to date


Getting rid of PHP /would/ be the most cost-effective way of solving the
problem
<http://groups.google.co.nz/groups?selm=ldo->.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iserve hosting XPD NZ Computing 2 11-25-2003 06:27 PM
cgi and perl scripts on iserve servers... Lennier NZ Computing 1 11-21-2003 10:25 AM
Orcon to iServe mail issue madknoxie NZ Computing 5 09-05-2003 04:44 AM
Re: iserve for hosting art NZ Computing 2 08-17-2003 12:02 AM
Re: iserve for hosting T.N.O NZ Computing 2 08-11-2003 09:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57