escapebox logo title
 
Information
Introduction
Specifications
MODUS technology
Domain registration
Prices
Billing
B2B reseller options
Consulting
Contact
About us
Imprint · Impressum
Business terms · AGB
Press room
Customer gallery
Glossary
Search


Action
Test-drive a box!
Order
· First box
· Additional box
· Domain registration
· Domain transfer
· Subdomain
· SSL certificate
· Cust. gallery entry
· Something else
Update CC info
Send auth'ed message
Get help
Talk back to us


Box Docs
Introduction
First steps
User accounts
Email/News service
Web service
Other software
Server protection
News/Changes
· Recent
· Archive


Recent Changes
· Security upgrade to libxml2 2.6.32 + patches
· Security upgrade to SquirrelMail 1.4.16
· Maintenance upgrade to Wget 1.11.2
· Security patches for PHP 5.2.6
· Maintenance upgrade to PHP 4.4.9
· Security patches for Python 2.4.5 & 2.5.2
· Maintenance upgrade to Python 2.3.7
· Maintenance upgrade to Bash 3.2.39
· Maintenance upgrade to Ruby 1.8.6p287
· Maintenance upgrade to cURL 7.18.0


Statistics
Active boxes 522  
Net I/O (30d) 362  GB
Disk space 274  GB


Latest Awards
webhostlist availability logo


modus technology logo

cauce member logo


Copyright © 2002-2008
EscapeBox Germany
     
Security fixes for PHP-Nuke 6.0 2002-12-22
Patches for a couple of recently discovered security holes in the popular PHP-Nuke 6.0 web portal software have been applied, dealing with illicit code execution and XSS as well as CRLF injection vulnerabilities. There were no changes in functionality we know of.


Security upgrade to MySQL 3.23.54 2002-12-15
There is a newly discovered remotely exploitable security hole in MySQL prior to revision 3.23.54, which we fixed now. Fortunately, in our setup, if MySQL runs at all (disabled by default) it does so on a port number not directly accessible from the Internet (firewalled). So, as long as there were no untrusted users in a box since this became public, it is unlikely that there has been any abuse. This is a bug fix release, and there were no changes in functionality we know of.

For more information please refer to
  http://security.e-matters.de/advisories/042002.html


Python upgrade 2002-12-14
We upgraded Python to revision 2.2.2, which is a pure bug fix release. There were no changes in functionality we know of.


Multiple security fixes 2002-12-14
A number of packages became due for a security update in quick succession. In detail, these were Exim (patches), Cyrus IMAPD (upgrade to 2.0.17), Fetchmail (upgrade to 6.2.0) and Wget (patches). These were bug fix upgrades, and there were no changes in functionality we know of.

For more information on the Fetchmail and Wget vulnerabilities, please refer to
  http://security.e-matters.de/advisories/052002.html
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344


Upgrade to Bind 8.3.4 2002-11-21
For the sake of revision number clarity we upgraded to Bind 8.3.4, which is basically 8.3.3 with the recent security fix installed. There were no changes in functionality.


Bind 8 security fix, too 2002-11-14
In the wake of yesterday's security update of the Bind resolver libs a fix of the actual Bind utilities ('named', 'host' etc.) had to follow suit. There were no changes in functionality.

For more information please refer to
  http://www.isc.org/products/BIND/bind-security.html


DNS resolver vulnerabilities again 2002-11-13
A new bunch of remotely exploitable buffer overrun vulnerabilities has been discovered in the ubiquitous Bind package which is also part of FreeBSD. Since the problem is in the respective libraries, and various core system utilities are linked statically, we had to recompile and reinstall the whole base system.

To the user this major update was invisible since we basically replaced the programs with binaries of exactly the same version, only with the fix installed. There were no changes in functionality.

Due to the severity of the problem we had to reboot all of our servers right away once we had the fixed binaries in place. We apologize for the short service interruption (less than 5 minutes).

For more information please refer to
  http://www.kb.cert.org/vuls/id/738331


Sendmail 'smrsh' fix 2002-11-13
There has been a security problem with the 'smrsh' utility that comes with Sendmail. Although we do not use Sendmail in our setup, it is installed as part of the FreeBSD base distribution and therefore needed to be fixed.

For more information please refer to
  http://www.idefense.com/advisory/10.01.02.txt


OpenSSH 3.5p1 with Privilege Separation 2002-10-21
We saw fit to upgrade OpenSSH because there is a fix available for the new version that solves the problems we experienced some time ago with the Privilege Separation mechanism. OpenSSH has had its share of security vulnerabilities in the past, so this is a feature one should have if at all possible.

Privilege Separation works by letting the process that deals with the incoming user connection during the login phase run as an unprivileged user (not 'root'), additionally confined to an empty chroot() environment. So in case of newly discovered security vulnerabilities in OpenSSH (buffer overflows etc.) an intruder cannot break into the system any more. Privilege Separation is enabled by default now.


PHP4 upgrade 2002-10-10
Well, the grace period is over. We stayed at mod_php4 revision 4.1.2 for a while to give our users a chance to upgrade their scripts to versions which are compatible with revision 4.2.x. New security fixes that are available only for the current version of PHP4 forced us to upgrade to mod_php4-4.2.3 now.

The change that makes upgrading such a pain is the variable 'register_globals', whose default switched from 'on' to 'off'. This can break older scripts. Hopefully, by now most script maintainers should have upgraded their software to deal with this. We at least made sure that our preinstalled PHP4 packages work with the current mod_php4 revision.

In case this upgrade really broke some of our user's scripts, the quick fix would be to put the line
  php_flag register_globals on
into a '.htaccess' file in the respective directory. Note, however, that this should be only a temporary solution since setting this variable to 'on' poses a security risk in its own right. This is why the default changed to 'off' in the first place.


Upgrade to Apache 1.3.27 2002-10-05
The Apache folks have released a new revision of their popular web server, which, among some minor improvements, closes a few recently discovered security gaps. Since this was primarily a bug fix upgrade, it is believed that the minor changes will not break any existing installation.

For more information please refer to
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0839
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0840
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0843


Fetchmail security upgrade 2002-10-04
Another couple of buffer overflows and a broken boundary check have been discovered in the ongoing security audit for fetchmail. This time we were forced to do a major revision upgrade (5.9.11 -> 6.1.0) in order to fix the problem. We apologize for any unexpected functional changes this might have introduced.

For more information please refer to
  http://security.e-matters.de/advisories/032002.html


Webmail upgrade 2002-09-20
Due to several Cross Site Scripting (XSS) problems discovered in SquirrelMail 1.2.7 we upgraded to release 1.2.8, which is believed to fix these security holes. This was a bug fix upgrade, and there were no changes in functionality we know of.


Another upgrade of OpenSSL 2002-08-14
While we had the security fixes that came out after OpenSSL 0.9.6e installed already, for the sake of version number clarity we upgraded to revision 0.9.6g now. This was a bug fix upgrade, and there were no changes in functionality we know of.


Trojan horse in OpenSSH 3.4p1 2002-08-01
We just learned that the source code archive of OpenSSH 3.4p1 on its official FTP server ftp.openbsd.org contains a trojan horse which is capable of allowing potential intruders shell access to affected systems. Apparently someone broke into the FTP server and replaced the archive with a tainted version. This definitely tops it off ...

However, we would like to reassure our users that, although we installed exactly this release on 2002-06-30, the source code archive we downloaded is not affected.

We use the FreeBSD Ports system which kind of automagically fetches all relevant source archives and subsequently builds the respective package from them. This system is protected with an MD5 verification mechanism, where the MD5 checksums come from a different place than the source archives. So an archive file that has been tampered with gets detected immediately and stops the building process.

For more information please refer to
  http://www.cert.org/advisories/CA-2002-24.html


Multiple vulnerabilities in OpenSSL 2002-07-31
OpenSSL is the underlying freeware package (mostly libraries) that enables our various services to work with SSL encryption. A security alert has been released pointing out multiple buffer overflow vulnerabilities.

We swiftly upgraded our system to version 0.9.6e and rebooted all servers in order to ensure that currently running daemon processes actually start using the fixed libraries. This was a bug fix upgrade, and there were no changes in functionality we know of.

For more information please refer to
  http://www.cert.org/advisories/CA-2002-23.html


PHP4 exploit 2002-07-22
We would like to reassure our users that the PHP4 exploit currently in the news does not apply to the version installed in our base system. Because of the serious functional changes in the 4.2.x releases we plan to stick with the latest (bug fix) releases of 4.1.x for a while in order to give PHP software authors all over the Internet a chance to adapt their scripts to the semantics of the new PHP4 version.


Bind 8 security fix 2002-07-01
Related to the DNS resolver lib fix that forced us to recompile the entire base system on 2002-06-27 there was also a fix of the resolver libs that come with Bind 8, the DNS server installed in our boxes.

The new version (bind-8.3.3) we installed today is just a bug fix release with no changes in functionality we know of.


OpenSSH upgrade 2002-06-30
Due to recently discovered exploitable security bugs in OpenSSH we upgraded to release 3.4p1 today. In order to keep the functional differences at a minumum we disabled the new Privilege Separation feature for now. It apparently needs some additional time to mature enough for production use. When we tried it that feature actually broke our server health monitoring. Cause unknown, but probably a bug. We learned that Sun disabled it on their Solaris OS, too, apparently for the same reasons.


Whole base system rebuilt 2002-06-27
Due to a buffer overflow bug in the DNS resolver lib we had to recompile and reinstall the whole base system. Since various core system utilities are linked statically (so they work even when the dynamic libraries are broken or gone for some reason) just replacing the affected library was not an option.

To the user this major update was invisible since we basically replaced the programs with binaries of exactly the same version, only with the fix installed. There were no changes in functionality.

For more information please refer to
  ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:28.resolv.asc


Accept filter fix 2002-05-29
As some of our users might know, our boxes use so-called Accept Filters for web connections. This feature makes the UNIX kernel wake up the web server, or in our case the web accelerator, only when the complete HTTP header has arrived. This makes for less process context switches and therefore increases the overall efficiency of our system.

There was a bug discovered that would make this feature vulnerable to DoS attacks. We would like to reassure our users, however, that we fixed that problem long before the actual security advisory was published. We closely monitor all relevant FreeBSD mailing lists in order to learn about potential problems in time.

For more information please refer to
  ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:26.accept.asc


Fetchmail security fix 2002-05-28
We leared about a security problem with the fetchmail program installed in our base system. We upgraded to the bug fix release 'fetchmail-5.9.11'. There are no changes in functionality we know of.

For more information please refer to
  ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SN-02:03.asc


Bzip2 security upgrade 2002-05-20
Bzip2 is part of the FreeBSD distribution itself, not an add-on port in our case. By fetching the relevant patches from the FreeBSD CVS repository we were able to fix the problem some weeks ahead of the official security advisory released today. So all is well for our users.

For more information please refer to
  ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:25.bzip2.asc


Webalizer security upgrade 2002-04-19
Due to a buffer overflow in the DNS resolver code we upgraded to 'webalizer-2.1.10' today. This is just a bug fix release, so there are no changes in functionality we know of.

For more information please refer to
  http://online.securityfocus.com/archive/1/267551


News/Changes archive  
For the respective set of archived articles, please select a year:

2008
2007
2006
2005
2004
2003
2002