PhpBB: the recently found vulnerability concerns those who
enabled "avatar uploading" in the avatar settings. By default, it is disabled in H-Sphere. To fix the vulnerability,
disable the "avatar uploading" setting.
Sudo: to fix the vulnerability:
- Log into your control panel server as root:
su -
- Remove files of the previous patch:
rm -f fix_sudo*
- Download the patch package from our site:
Linux:
FreeBSD:
- Unpack the archive:
gunzip fix_sudo.gz
- Run the script:
/bin/sh fix_sudo
|