Kaseya VSA allowed managed service providers to push software updates to client endpoints at scale. REvil located an unauthenticated code path that let an attacker upload and execute arbitrary payloads without valid credentials or session tokens. The vulnerability sat in the update ingestion and distribution logic, so the malicious binary was treated exactly like a legitimate patch.

Once the payload reached customer devices through the normal update channel, it executed with the same privileges as any other VSA-delivered update. Victims had no interactive login to inspect, no prompt to approve, and no separate authentication step. The trust relationship between the MSP console and its agents had already been hijacked at the server.

According to Kaseya's own incident disclosure, the initial compromise occurred through this zero-day auth bypass rather than stolen credentials or phishing. The attackers never needed to satisfy any MFA policy because they never reached an authentication boundary.

Supply-Chain Execution and Victim Impact

The ransomware spread to more than 1,500 organizations because the malicious update traversed the existing MSP distribution graph. Each MSP customer received the payload automatically; their own endpoints then propagated it further to client networks. The blast radius came from the architecture of trusted updates, not from any stolen session cookie or SAML assertion.

On affected customer systems the malware ran with whatever rights the VSA agent already held. No fresh authentication occurred, so there was no opportunity for device-bound keys or origin-bound signatures to intervene. The same pattern appears in other supply-chain incidents where the initial foothold is a software flaw rather than a phished credential.

According to Verizon's 2022 DBIR, 80 percent of breaches involved external actors and credentials remained a top compromised data type, yet this incident shows the limits of that framing. When the entry point is a code-execution vulnerability inside the update service itself, credential theft never happens and MFA policies never trigger.

Why Passwords and One-Time Codes Offered No Defense

Passwords and one-time codes only protect phases that still require a credential or token presentation. The Kaseya VSA attack never reached that phase on the vendor side. The zero-day allowed direct code deployment, and the supply-chain trust model ensured the code ran without further checks.

On victim networks the situation was the same: once the update executed, any subsequent lateral movement or ransomware deployment used already-established trust relationships. Stolen tokens or session replay were not required. The attack therefore happened before any authentication step, so neither legacy factors nor device-bound credentials could intervene.

The same playbook hit SolarWinds three years earlier. The full technical breakdown of what actually works is at mfa2point0.com.

FAQ

How did REvil initially access Kaseya VSA without credentials?

The REvil operators exploited a zero-day vulnerability in Kaseya VSA that permitted unauthenticated upload and execution of code through the update distribution path, bypassing any login or MFA requirement entirely.

Did the ransomware need stolen passwords or session tokens on customer networks?

No. The malicious update arrived as a legitimate VSA patch, executed with the agent's existing privileges, and deployed ransomware without any additional authentication step on the victim side.

Would device-bound credentials have changed the outcome at Kaseya?

Device-bound credentials would not have affected the initial zero-day auth bypass in the VSA software itself, because the flaw existed before any authentication check occurred.

What made the supply chain so effective in this breach?

Kaseya VSA's design trusted updates from the central server and pushed them automatically to thousands of downstream endpoints, so one compromised vendor instance reached more than 1,500 organizations without further attacker effort.

How does this incident differ from credential-based supply-chain attacks?

Unlike incidents that start with stolen VPN or RDP credentials, the Kaseya breach required no credential theft at the vendor; the zero-day removed the authentication surface before any MFA or password check could apply.