Every time a major cyberattack makes headlines, the word zero-day appears somewhere in the coverage. Zero-day exploits. Zero-day vulnerabilities. Zero-day attacks. The term carries weight — it implies sophistication, inevitability, and the unsettling idea that you can be compromised through a flaw that no defense in the world could have stopped.
That impression is partly accurate and partly misleading. Zero-days are real, they are dangerous, and they are used in some of the most significant attacks on record. But the mythology around them often obscures what they actually are, how they are discovered and deployed, and — most importantly — what you can actually do in the face of them.
The definition — what zero-day actually means
A zero-day vulnerability is a security flaw in software, hardware, or firmware that is unknown to the party responsible for fixing it. The term zero-day refers to the number of days the developer has had to address the issue: zero. They do not know it exists, which means they have had no time to develop a patch, issue an advisory, or warn users.
A zero-day exploit is the attack code or technique that takes advantage of a zero-day vulnerability. A zero-day attack is an actual intrusion carried out using a zero-day exploit.
The critical element that makes a zero-day so dangerous is timing. In normal vulnerability management, a flaw is discovered, reported to the vendor, a patch is developed and released, and users apply the patch. The window of exposure can be days, weeks, or months depending on how quickly each step happens — but it is a window with a beginning and an end. A zero-day has no beginning from the defender's perspective. You are exposed from the moment the flaw is introduced into the software until the moment a patch is available and applied — and you have no way of knowing you are exposed.
A zero-day is not just an unpatched vulnerability. It is a vulnerability for which no patch exists because the developer does not know about it. The distinction matters enormously for how you think about defense.
How the zero-day lifecycle works
Who finds zero-days and what they do with them
The zero-day ecosystem involves a range of actors with very different motivations and very different approaches to what they do with the vulnerabilities they find.
Independent security researchers. Many zero-days are found by security researchers working independently or for security firms. Most follow responsible disclosure practices — reporting directly to the vendor and giving them time to develop a patch before going public. Bug bounty programs from major vendors like Google, Microsoft, and Apple pay researchers for responsible disclosures, creating a financial incentive for the responsible path.
Government intelligence agencies. Nation-state intelligence agencies — the NSA, GCHQ, China's MSS, and equivalents globally — invest heavily in finding and stockpiling zero-days for offensive operations. These are used for espionage, disruption of adversary systems, and in some cases destructive attacks. The most sophisticated zero-days in existence are typically held by nation-states and never disclosed publicly.
The zero-day market. A commercial market exists for zero-day vulnerabilities. Companies like Zerodium and government contractors pay significant sums for high-quality zero-days targeting widely used software. Prices range from tens of thousands to millions of dollars depending on the target software and the reliability of the exploit. A zero-day for a fully updated iPhone has sold for over $2.5 million.
Criminal organizations. Sophisticated ransomware groups and other criminal actors use zero-days, though less commonly than nation-states due to cost. Criminal groups typically buy exploits from the market or from nation-state actors whose zero-days have been exposed through other means.
Notable zero-day attacks
The zero-day market — what vulnerabilities are worth
These prices reflect why zero-days are primarily a nation-state weapon. Most criminal organizations cannot afford to spend $1 million on a single exploit when known vulnerabilities with available patches are routinely left unpatched by their targets. The criminal calculus favors the cheaper option — and the cheaper option works because patching remains a persistent organizational failure.
What you can actually do
Here is the honest answer: if a sophisticated nation-state with a genuine zero-day decides to target your specific organization, there is limited defense available. That is the nature of an unknown, unpatched vulnerability.
But two things make this less alarming than it sounds. First, the vast majority of organizations are never targeted by nation-state actors with zero-days. Second, the controls that limit zero-day impact are largely the same controls that prevent all other attacks — and they work.
"Defending against zero-days is not about stopping the initial exploit — it is about limiting what an attacker can do after they get in. Assume breach. Build your defenses around that assumption."
Zero-days and the intel feed
When you see a zero-day reported on intel.mycyberbrief.com, the coverage will typically include the CVE identifier if one has been assigned, the affected software and versions, whether active exploitation has been confirmed, and whether a patch is available.
The most important signal in any zero-day report is whether exploitation is confirmed in the wild. A zero-day that is theoretical or limited to targeted attacks against specific high-value targets requires a different response than a zero-day being mass-exploited by criminal groups. The threat level, the urgency of response, and the actions you need to take differ significantly based on this distinction.
CISA's Known Exploited Vulnerabilities catalog is the authoritative source for vulnerabilities with confirmed active exploitation. When a zero-day is added to this catalog, it carries a remediation deadline for federal agencies and serves as a strong signal for all organizations about which vulnerabilities require urgent attention.