Free Consultation
#cybercrime
#cloud security

Can a Ransomware Attack Start With a Zero-Day Vulnerability?

August 20, 2026

In May 2023, the Cl0p ransomware group exploited a Structured Query Language (SQL) injection zero-day vulnerability, tracked as CVE-2023-34362, in Progress Software's MOVEit Transfer platform. The group used the flaw to install a web shell named LEMURLOOT on MOVEit Transfer web applications. The campaign eventually compromised more than a thousand organizations and exposed data belonging to tens of millions of people.

Ransomware attacks can start with a zero-day vulnerability, and MOVEit proves it happens at scale. The more useful answer for a founder or IT manager budgeting security spend is more nuanced. Researchers studying cyberattack patterns note that most cyberattacks likely use known vulnerabilities, not zero-days. This article explains how ransomware operators weaponize zero-days once they find them. It also breaks down how a zero-day differs from an unpatched known flaw sitting in production, and what an organization can do while waiting for a vendor fix.

Zero-Day vs. Known, Unpatched Vulnerability: The Distinction That Matters

A zero-day vulnerability is a software flaw the vendor has not yet identified or fixed, meaning no official patch exists at the moment attackers begin using it. A known, unpatched vulnerability is different: it already has a public Common Vulnerabilities and Exposures (CVE) identifier and, in most cases, a vendor-issued patch, but the patch has not yet been applied inside a particular organization's environment. Security researchers consider zero-day exploits inherently more dangerous than known-vulnerability exploits, because no signature, patch, or workaround exists yet.

The gap between disclosure and remediation is where most ransomware risk concentrates. Recent Verizon Data Breach Investigations Report (DBIR) analysis found that only 26% of critical vulnerabilities listed in the Cybersecurity and Infrastructure Security Agency (CISA) Known Exploited Vulnerabilities (KEV) catalog were fully remediated by organizations in 2025, a drop from 38% the previous year. Median remediation time is also moving in the wrong direction: organizations now take a median of 43 days to remediate a known-exploited vulnerability, up from 32 days in the prior year. A known flaw with a patch sitting unapplied for six weeks creates almost the same window of exposure as an undisclosed zero-day.

How Ransomware Operators Turn One Flaw Into a Full Breach

A single exploited vulnerability rarely causes a ransom demand by itself. It opens a door, and the operator walks through a fairly consistent sequence:

The MOVEit campaign followed this pattern closely. Beginning on May 27, 2023, the Cl0p ransomware group exploited a previously unknown SQL injection vulnerability in Progress Software's managed file transfer (MFT) solution known as MOVEit Transfer. The group infected internet-facing web applications with a web shell named LEMURLOOT, which was then used to steal data from underlying MOVEit Transfer databases. The Kaseya VSA incident in 2021 followed similar logic through a Remote Monitoring and Management (RMM) platform. Attackers exploited CVE-2021-30116, a zero-day authentication bypass and arbitrary code execution vulnerability in Kaseya VSA, and used it to send malicious commands to VSA servers, which then distributed those commands as legitimate management tasks to every endpoint managed through that VSA instance. In both cases, the zero-day was the entry point, not the entire attack. The damage came from what operators did afterward: persistence, lateral movement, and mass deployment.

Do Zero-Days Actually Drive Most Ransomware Attacks?

The data suggests known, unpatched vulnerabilities still cause more breaches than undisclosed zero-days, even though zero-days generate the biggest headlines. Recent DBIR findings show vulnerability exploitation has become the leading initial access vector for the first time in the report's history, accounting for 31% of all initial access, up from 20% the year before. The CISA KEV catalog itself blends both categories: it tracks zero-days and N-days together, meaning many "actively exploited" flaws on that list already had patches available for months or years before attackers used them.

Zero-days do carry outsized weight in specific incident types. An earlier DBIR edition found breaches involving third parties rose to 15% of all breaches, a 68% increase from the previous year, driven in large part by zero-day exploits used in ransomware and extortion attacks. Managed file transfer tools, VPN gateways, and edge appliances tend to draw this kind of concentrated zero-day attention because a single flaw can reach thousands of downstream customers at once.

The Vulnerability Management Lifecycle: Where Zero-Days Fit

A vulnerability management lifecycle is a structured, ongoing process for identifying, assessing, and remediating software weaknesses before attackers can exploit them. The National Institute of Standards and Technology (NIST) frames enterprise patch management around three core phases. The final stage of NIST's Software Vulnerability Management Lifecycle is execution of the selected risk response. For risks an organization chooses to reduce, this stage adds preparation, implementation, verification, and continuous monitoring of that response. Within execution, NIST identifies four possible risk responses: an organization can accept, mitigate, transfer, or avoid an identified risk.

A zero-day disrupts this lifecycle at the planning stage, because there is no patch to schedule. The organization is forced into "mitigate" mode using compensating controls rather than "remediate" mode using a vendor fix, at least temporarily. That distinction matters for budgeting and staffing: teams that already run a mature lifecycle with current asset inventories can pivot to compensating controls within hours, while teams still building basic patch cadence tend to discover exposure only after an incident.

Threat Modeling and Intrusive Testing: Preparing for the Flaw Nobody Has Found

Threat modeling cannot predict a specific zero-day, but it narrows the blast radius before one appears. NIST defines threat modeling as a form of risk assessment that models the attack and defense sides of a logical entity, such as a piece of data, an application, a host, a system, or an environment. By mapping data flows, trust boundaries, and internet-facing assets ahead of time, a security team already knows which systems matter most when an emergency advisory drops, rather than scrambling to build that inventory during an active incident. CISA has pointed to this same discipline as a way to shrink the software industry's overall zero-day exposure, noting that stronger testing environments combined with threat modeling throughout the product development lifecycle are likely to reduce overall product vulnerabilities.

An intrusive test complements that modeling work by actually attempting exploitation rather than just cataloging weaknesses. A penetration test is a common example of intrusive testing, where ethical hackers or security professionals simulate attacks on a network or system to uncover potential vulnerabilities. A vulnerability scan, by contrast, is a non-intrusive test that identifies existing vulnerabilities and the steps needed to eliminate them without attempting to breach anything. Intrusive testing will not surface an undisclosed vendor flaw, but it regularly uncovers custom application logic errors, exposed management interfaces, and weak authentication paths that behave exactly like a zero-day for that specific organization until someone finds and fixes them.

What to Do When a Patch Doesn't Exist Yet

When a vendor confirms a zero-day and has not yet shipped a fix, response shifts entirely to compensating controls. Federal guidance around recent VPN and edge-device zero-days offers a useful template. When CISA addressed one actively exploited Check Point VPN flaw tied to ransomware activity, the recommended interim measures included disabling support for legacy remote access clients, enforcing IKEv2-only authentication, requiring machine certificate authentication for all VPN connections, and enabling updated Intrusion Prevention System (IPS) signatures to detect exploitation attempts.

Similar guidance applies broadly whenever no patch exists yet:

These measures buy time, not permanent security. CISA's guidance on a separate Zimbra Collaboration Suite zero-day made the limitation explicit, stating that such measures should be considered temporary only, since determined attackers may find ways around them. The agency emphasizes that patching remains the only definitive solution to eliminate the vulnerability. Once a patch does appear, the organization needs a workflow ready to test and deploy it immediately rather than waiting for the next scheduled maintenance window.

Moving Forward

Ransomware operators will keep using zero-days whenever the payoff justifies the effort of finding or buying one, and incidents like MOVEit and Kaseya confirm the damage can be severe. For most organizations, though, the bigger day-to-day risk sits in the gap between a patch's release and its actual deployment. A disciplined vulnerability management lifecycle, realistic threat modeling, and periodic intrusive testing close that gap faster and leave less room for either kind of exploit to matter.

Planet 9 is a Bay Area cybersecurity consulting firm specializing in SOC 2, HIPAA, and CMMC readiness for SMBs in healthcare, SaaS, and technology. Our vCISOs and compliance managers help organizations choose the right approach, configure GRC tools if needed, and get audit-ready without wasted time.

Book a Free Consultation

Schedule a free consultation today to explore how Planet 9 can help you achieve your security and compliance goals.
Book Free Consultation

FAQs

How does a vCISO service differ from hiring a full-time CISO?
A part-time CISO offers the same strategic oversight and expertise as a full-time CISO but on a flexible, cost-effective basis. It’s ideal for small to mid-sized businesses that need executive-level guidance without the overhead.
Is a virtual CISO service suitable for regulated industries like healthcare or finance?
Yes, virtual CISOs (or fractional CISOs) are especially valuable for industries with strict compliance requirements such as HIPAA, PCI DSS, or GLBA. They help ensure your organization meets regulatory standards and is prepared for audits.
What can I expect during a vCISO engagement?
Our vCISO service typically includes cybersecurity assessments, program development, compliance planning, incident response strategy, vendor risk management, and ongoing executive reporting tailored to your business.
How do I know if my business needs a CISO-as-a-Service?
If you lack in-house security leadership, struggle with compliance, or face growing cyber risks, a vCISO can fill that gap, providing strategic direction, improving resilience, and helping you make smarter security investments.

FAQs

What is the difference between a zero-day vulnerability and a known vulnerability?
A zero-day vulnerability has no vendor patch available at the time it is first exploited, because the vendor does not yet know it exists. A known vulnerability already has a public identifier and typically a patch, but remains exploitable in any environment where that patch has not yet been applied.
Can ransomware really exploit a vulnerability before a patch exists?
Yes. The Cl0p ransomware group's 2023 exploitation of a zero-day in MOVEit Transfer and the 2021 exploitation of a zero-day in Kaseya VSA both compromised the affected software before any patch was available, leading to breaches at over a thousand downstream organizations in each case.
How long does it typically take organizations to patch known vulnerabilities?
Recent industry analysis of the Verizon Data Breach Investigations Report found a median remediation time of 43 days for known-exploited vulnerabilities, and fewer than three in ten such vulnerabilities were fully remediated within the reporting period. That lag creates a window of exposure comparable in some cases to an actual zero-day.
What compensating controls help when no patch is available?
Common interim measures include restricting internet exposure, applying vendor workarounds, adding web application firewall rules targeting known exploit signatures, increasing monitoring for indicators of compromise, and segmenting the affected system from the rest of the network. These reduce risk temporarily but do not eliminate the underlying flaw.
Does penetration testing find zero-day vulnerabilities?
An intrusive penetration test attempts active exploitation rather than passive scanning, which makes it effective at finding custom application flaws and misconfigurations unique to an organization. It will not reliably surface an undisclosed vendor-level zero-day, since that flaw is unknown even to the software maker at the time of testing.

Related blog posts