Page 32 of 55
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:08 pm
by headlong
AnimusAstralis wrote: Mon Apr 09, 2018 11:58 am
It seems that my CP autoupdated and now I can't access web UI. All services are active. What should I do?
Same bug :( Updated to latest, all services working, except WEB UI
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:08 pm
by RevengeFNF
Never forget to block the port with a whitelist to certain ip's you use.
I have port 8083 blocked in iptables and i was not a victim of this exploit.
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:09 pm
by vesta_mtl
AnimusAstralis wrote: Mon Apr 09, 2018 11:58 am
It seems that my CP autoupdated and now I can't access web UI. All services are active. What should I do?
DigitalOcean (and perhaps Vultr and others) have recently blocked the default Vesta port (8083). Follow these steps to change the port (and optionally add IP firewall) and then see if you can access Vesta GUI at the new port:
viewtopic.php?f=10&t=16556&start=280#p68935
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:11 pm
by bruce7890
RevengeFNF wrote: Mon Apr 09, 2018 12:08 pmNever forget to block the port with a whitelist to certain ip's you use.
That's easier said than done if you're selling access to your server as a web host would...
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:13 pm
by kobo1d
or limit access to port 8083 using firewall
no thats not working. i got infected while this port was only available to my ip !!
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:13 pm
by snakom23
have problem on debian 9 with update. News about?
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:16 pm
by kobo1d
RevengeFNF wrote: Mon Apr 09, 2018 12:08 pm
Never forget to block the port with a whitelist to certain ip's you use.
I have port 8083 blocked in iptables and i was not a victim of this exploit.
i did the same and i got hacked anyway. the port was only available to my ip !!
ACCEPT TCP/ VESTA 8083 xxx.xxx.xxx.xxx (myip)
default policy is drop
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:17 pm
by pipoy
vesta_mtl wrote: Mon Apr 09, 2018 12:09 pm
AnimusAstralis wrote: Mon Apr 09, 2018 11:58 am
It seems that my CP autoupdated and now I can't access web UI. All services are active. What should I do?
DigitalOcean (and perhaps Vultr and others) have recently blocked the default Vesta port (8083). Follow these steps to change the port (and optionally add IP firewall) and then see if you can access Vesta GUI at the new port:
viewtopic.php?f=10&t=16556&start=280#p68935
I can confirm that vultr did not block port 8083.
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:18 pm
by bruce7890
kobo1d wrote: Mon Apr 09, 2018 12:13 pm
or limit access to port 8083 using firewall
no thats not working. i got infected while this port was only available to my ip !!
Are you sure? I thought this was all about 8083 being publicly available?
Re: Got 10 VestaCP servers exploited
Posted: Mon Apr 09, 2018 12:21 pm
by RevengeFNF
bruce7890 wrote: Mon Apr 09, 2018 12:11 pm
RevengeFNF wrote: Mon Apr 09, 2018 12:08 pmNever forget to block the port with a whitelist to certain ip's you use.
That's easier said than done if you're selling access to your server as a web host would...
In those cases, password protect the access to it in nginx or apache configuration, and give the pass to your customer.
