CyberGlossary

Vulnerabilities

Zero-Day Vulnerability

Also known as: 0-day vulnerability, Zero-day flaw

Definition

A security flaw that is unknown to the vendor (or for which no patch yet exists) at the moment it is discovered or exploited.

A zero-day vulnerability gets its name because defenders have had "zero days" to prepare a fix when it surfaces. Such flaws are highly prized: governments, brokers, and criminal groups pay large sums for working exploits, and they are routinely used by advanced persistent threat actors for stealthy intrusions. Defending against zero-days relies on layered controls — exploit mitigations (ASLR, CFG, sandboxing), behavioural EDR/XDR detection, network segmentation, virtual patching via WAFs/IPS, and rapid coordinated disclosure once researchers find them. Once a vendor publishes a fix, the issue becomes an n-day vulnerability.

Examples

  • Stuxnet leveraged multiple Windows zero-days against Iranian centrifuges.
  • CVE-2023-23397 — Outlook NTLM zero-day exploited by Russia-linked APT28.

Related terms