Attackers executed a sophisticated supply chain attack targeting Virtualizor, a popular hypervisor management platform, by hijacking Border Gateway Protocol routing to intercept and poison software updates. The attack delivered malicious code that granted persistent root access to compromised systems.
The incident occurred around August 28 at 20:57 UTC. Attackers exploited BGP vulnerabilities to redirect traffic destined for Softaculous, a web hosting automation platform, toward infrastructure they controlled. When Virtualizor administrators requested legitimate updates through Softaculous, the diverted traffic served a trojanized Virtualizor package instead. This attack vector bypassed traditional security controls because victims believed they were downloading authentic software from legitimate channels.
Virtualizor serves as a hosting control panel deployed across thousands of web hosting companies and datacenter operators worldwide. It manages virtual machines, containers, and cloud infrastructure at scale. Compromise at this layer exposes not just individual hosts but entire customer bases relying on affected providers.
A hosting provider conducting forensic analysis discovered that 5 of 34 Virtualizor hypervisors it examined had been compromised with root-level access. Root privileges on a hypervisor represent catastrophic compromise. Attackers gain ability to access all virtual machines running on that physical host, steal customer data, install persistence mechanisms, modify billing systems, and pivot deeper into hosting infrastructure.
BGP hijacking remains one of the most dangerous yet underdetected attack vectors in internet infrastructure. BGP, the routing protocol that directs traffic across the internet backbone, operates on trust. When an attacker announces ownership of IP address ranges they do not legitimately control, poorly configured routers may accept and propagate the false announcement. Traffic then flows through attacker-controlled infrastructure before reaching its intended destination. This window of vulnerability can persist for minutes or hours before detection.
The Virtualizor attack chain demonstrates how BGP hijacking enables man-in-the-middle attacks at internet scale. The attackers needed no vulnerabilities in Virtualizor itself, no compromised credentials, and no phishing. They simply poisoned the route between legitimate users and legitimate update servers, injecting malware into the update stream.
This incident mirrors the SolarWinds supply chain compromise of 2020, though executed through different means. Rather than infiltrating the vendor directly, attackers intercepted the delivery channel. Both approaches achieve identical results: trusted software becomes a weapon distributing malware to thousands of organizations simultaneously.
Hosting providers must immediately audit Virtualizor installations for unexpected accounts, suspicious processes, and unauthorized SSH keys. Organizations should verify the integrity of any Virtualizor updates installed between August 28 and the time patches became available. BGP hijacking detection requires coordination with internet service providers to monitor for unauthorized route announcements. The Shadowserver Foundation and similar organizations provide free BGP monitoring services that hosting providers should implement.
This attack exposes the fragility of internet routing security. BGP authentication mechanisms exist but remain unevenly deployed. Organizations controlling critical infrastructure should pressure their transit providers to implement RPKI (Resource Public Key Infrastructure) and implement route filtering to reject suspicious announcements. The hosting industry's dependence on a weakly protected routing layer creates systemic risk affecting thousands of downstream customers.
