- Joined
- Apr 15, 2016
- Messages
- 612
- Points
- 28
Currently, VestaCP is having an extremely serious and zero-day vulnerability that could cause your server to become a tool for denial of service attacks (DDoS).
Information about this security bug appeared on the forum of VestaCP and is interested by more people because of its severity.
If you are using VestaCP, immediately stop the Vesta Control Panel service using the command below and wait for the fix (Websites on the VestaCP server are still working properly):
And run the following command if the VestaCP information has been fixed
If the directory /etc/cron.hourly/ has a gcc.sh file then your server has been exploited for attack.
VestaCP released the latest update - 0.9.8-20 - patched and enhanced security.
If you are using VestaCP, immediately update your control panel to the latest version in one of two ways:
Method 1: Accessing VestaCP web hosting panel on your server (Updates section)
Method 2: via SSH
Recheck
Note: if you turned off VestaCP service then you need to restart and run the upgrade.
Hope this info is useful to you.
Information about this security bug appeared on the forum of VestaCP and is interested by more people because of its severity.
If you are using VestaCP, immediately stop the Vesta Control Panel service using the command below and wait for the fix (Websites on the VestaCP server are still working properly):
Code:
systemctl stop vesta && systemctl disable vesta
Code:
systemctl enable vesta && systemctl start vesta
VestaCP released the latest update - 0.9.8-20 - patched and enhanced security.
If you are using VestaCP, immediately update your control panel to the latest version in one of two ways:
Method 1: Accessing VestaCP web hosting panel on your server (Updates section)
Method 2: via SSH
Code:
# v-update-sys-vesta-all
Code:
#v-list-sys-vesta-updates
PKG VER REL ARCH UPDT DATE
--- --- --- ---- ---- ----
vesta 0.9.8 20 x86_64 yes 2018-04-09
vesta-php 0.9.8 19 x86_64 yes 2018-04-09
vesta-nginx 0.9.8 19 x86_64 yes 2018-04-09
vesta-ioncube 0.9.8 19 x86_64 yes 2018-04-09
vesta-softaculous 0.9.8 19 x86_64 yes 2018-04-09
Code:
# systemctl enable vesta && systemctl start vesta