🚀 Introducing the CloudSEK MCP Server!
Read more
A zero-day vulnerability is a software, hardware, or firmware flaw that is unknown to the vendor at the time attackers discover it, giving defenders zero days to patch before exploitation begins.Â
The Google Threat Intelligence Group recorded 90 zero-day vulnerabilities exploited in the wild in 2025, and Mandiant M-Trends 2025 reports exploits as the leading initial infection vector for the fifth consecutive year, at 33 percent of investigated intrusions.Â
This article defines a zero-day vulnerability, separates it from related terms, explains the lifecycle, lists current examples, identifies who exploits them, and covers detection and prevention.
A zero-day vulnerability is a flaw in software, hardware, or firmware that the vendor does not know about, has not patched, and cannot defend against using existing signatures. The term "zero-day" refers to the number of days the vendor has had to fix the flaw: zero. From the moment an attacker discovers the vulnerability to the moment a patch ships, the window is open.
Three characteristics make a vulnerability a true zero-day. The flaw is unknown to the vendor. No patch exists. Signature-based security tools cannot detect exploitation because no prior indicator has been built into their detection logic. Once any one of these three changes occurs, the vulnerability stops being a zero-day and becomes a known vulnerability with a different defense posture.
The defining feature is the discovery-to-patch window, not the type of flaw. A SQL injection bug, a memory corruption flaw, or a command injection issue can each be a zero-day. The category that matters is timing: the vendor has had zero days to respond.
These three terms are not interchangeable, and conflating them blurs the security conversation. The table below separates the flaw, the weaponized code, and the use of that code against a target.
Getting the terminology right matters operationally. A vulnerability disclosure does not always mean an exploit exists. An exploit in a research lab is not the same as an attack in the wild. Security teams act on each differently.
Three timing categories describe a vulnerability's public status, and each carries a different defense posture.
Most exploited CVEs in any given year are N-days, not zero-days. The CISA Known Exploited Vulnerabilities catalog tracks both categories and serves as the authoritative public source for active-exploitation prioritization.
A zero-day vulnerability moves through six phases from discovery to remediation. Defenders have different intervention points at each phase.
A researcher, attacker, or bug-bounty hunter identifies the flaw. Discovery can happen through fuzzing, reverse engineering, source-code review, or accidental observation. If a researcher finds it first and reports responsibly, the flaw enters coordinated disclosure. If an attacker finds it first, the next phase begins immediately.
The attacker writes code that weaponizes the flaw into a working exploit. Development effort varies from hours to months, depending on flaw complexity and exploitation difficulty. Mature threat actors maintain libraries of partial exploits they refine when a new vulnerability surfaces.
The attacker uses the exploit against real targets while the vendor remains unaware. This is the true zero-day window, where signature-based defenses fail, and behavioral detection becomes the primary control. Targets are often chosen for intelligence value, financial return, or strategic access into downstream environments.
The vendor learns of the flaw through a researcher's report, an incident response investigation, threat intelligence, or public proof-of-concept code. Disclosure may be coordinated with the vendor or forced by an in-the-wild incident. A CVE identifier is assigned, and the flaw enters public catalogs, including the CISA KEV list if active exploitation is observed.
The vendor develops, tests, and ships a fix. Time-to-patch ranges from emergency same-day releases to weeks for complex flaws. The vulnerability now transitions from a zero-day to a one-day, then to an N-day as time passes since disclosure.
Attackers reverse-engineer the patch to confirm the flaw and target organizations that have not yet applied the fix. Mandiant observed more than a dozen separate threat groups exploiting CVE-2024-3400 within two weeks of disclosure, including a RansomHub affiliate that used it as an initial access vector. The N-day window often produces more victims than the original zero-day window.
Five characteristics make zero-day vulnerabilities the most severe class of software flaws enterprises face.
Six recent zero-day incidents show how exploitation patterns have shifted toward enterprise edge devices, file-transfer platforms, and security appliances.
Four actor categories drive zero-day discovery and exploitation, and the 2025 GTIG data shifted significantly between them.
Zero-day detection cannot rely on signatures because no signature exists. Five methods together give security teams meaningful early warning.
EDR and XDR platforms detect exploitation behavior rather than the specific exploit. Process injection, unexpected child processes, privilege escalation, and unusual outbound connections from trusted processes all indicate exploitation regardless of whether the underlying vulnerability is known. Behavioral detection is the single most effective control during the zero-day window.
Threat intelligence feeds track zero-day exploitation campaigns and emerging proof-of-concept code, often providing warning days before a patch ships. The CISA Known Exploited Vulnerabilities catalog is the authoritative public source for confirmed in-the-wild exploitation.
Continuous scanning of an organization's internet-facing assets identifies which systems are exposed to a newly disclosed vulnerability within hours of disclosure. Knowing the exposure scope is the prerequisite for emergency patching decisions.
Underground forums, encrypted channels, and exploit marketplaces surface zero-day chatter and proof-of-concept code before broad disclosure. Monitoring these sources gives advance warning of weaponization that public threat feeds will not show.
Anomalies in firewall, proxy, DNS, and authentication logs catch exploitation traffic that bypasses endpoint controls. Volume spikes, unusual destinations, protocol misuse, and authentication outliers each indicate possible exploitation.
Seven controls form the modern zero-day defense framework. No single control prevents exploitation; a layered application narrows the window and limits the blast radius.
Apply patches the day they ship to close the N-day window. Automated patch deployment with ring-based approval workflows balances speed against stability testing.
Behavioral detection catches exploitation patterns before signatures exist for the specific vulnerability. EDR is the primary technical control during the true zero-day window.
Segmentation limits the blast radius when a zero-day succeeds. An attacker who exploits a zero-day in a workstation should not gain automatic access to domain controllers, file servers, or backup systems.
Continuous discovery and scanning identify which exposed assets a new CVE affects within hours of disclosure. The speed of exposure assessment determines the speed of remediation.
Feed actively exploited CVE data into vulnerability prioritization so security teams patch the flaws attackers are actually using, not just the highest CVSS scores. Exploit prediction outperforms theoretical severity ranking.
The CISA Known Exploited Vulnerabilities catalog provides the authoritative list of vulnerabilities under active exploitation. KEV-driven prioritization aligns remediation with real-world attacker behavior.
Allowlisting reduces the impact when an exploit lands by restricting which code can execute. Least-privilege access limits what a compromised process can reach.
CloudSEK Threat Intelligence tracks exploited CVEs, monitors dark web and underground discussion of zero-day proof-of-concept code, and delivers AI-curated intelligence on which vulnerabilities threat actors are weaponizing in real time. The platform tracks more than 30,000 threat actors and their TTPs, surfaces ransomware-group activity, and answers a direct question for SOC and threat-intelligence teams: which zero-days are attackers exploiting against my industry right now?
BeVigil identifies which of an organization's external assets are exposed to a newly disclosed CVE across web applications, mobile applications, APIs, cloud, DNS, SSL, and network surfaces. CloudSEK Nexus AI correlates threat intelligence with external attack surface data into validated attack paths, showing exactly how an attacker would chain a zero-day exploit into enterprise systems before execution.
A zero-day vulnerability is a security flaw in software, hardware, or firmware that the vendor does not know about yet. Because no patch exists, attackers can exploit it before any defense is available.
A zero-day vulnerability is the flaw itself. A zero-day exploit is the code or technique that takes advantage of the flaw. The vulnerability is the door; the exploit is the key that opens it.
Zero-day vulnerabilities are discovered through fuzzing, reverse engineering, source-code review, bug-bounty research, accidental observation, and incident response investigations. Attackers and researchers use the same techniques; intent determines what happens next.
A zero-day stays unknown from hours to years, depending on flaw complexity, attacker operational security, and detection capability. The Heartbleed flaw existed for two years before public disclosure; some commercial spyware zero-days remain undetected for similar spans.
Signature-based antivirus software cannot detect a zero-day attack because no signature exists for the unknown exploit. Behavioral EDR, XDR, and anomaly detection catch exploitation patterns even when the specific vulnerability is unknown.
A zero-day is unknown to the vendor, with no patch available. An N-day is a known vulnerability disclosed N days ago for which a patch exists but has not yet been deployed everywhere. Most exploited CVEs in any year are N-days.
Commercial surveillance vendors, government intelligence agencies, exploit brokers, and bug-bounty programs make up the zero-day market. GTIG 2025 attributed 34.9 percent of attributable zero-day exploitations to commercial surveillance vendors and 27.9 percent to state-sponsored groups.
A vulnerable web applications can open the door to your critical assets. Stay protected with CloudSEK BeVigil Enterprise Web App Scanner module.
Schedule a Demo