15 Mar 2005
H-Sphere versions: All
This document explains how to update all MySQL packages to 4.024.
MySQL update is performed on the control panel server as root and affects all H-Sphere boxes running MySQL.
This update fixes MySQL vulnerability to damaging
actions performed by malicious, local users with escalated privileges.
References:
-
http://secunia.com/advisories/14547/
Update Procedure
- Log into the control panel server as root:
su -
- Download the archive:
Linux:
# wget http://www.psoft.net/shiv/HS/u-mysql4024.tgz
FreeBSD:
# fetch http://www.psoft.net/shiv/HS/u-mysql4024.tgz
- Untar the archive:
# tar xfz u-mysql4024.tgz
- Enter the u-mysql4024 directory:
# cd u-mysql4024
- Run the update script
# sh update.sh
|