Famous Vulnerabilities: 15 Incidents That Changed Security
Fifteen famous vulnerabilities selected by reach, exploitability, consequence, and response difficulty, with current KEV evidence and operating lessons.


Famous vulnerabilities matter because they expose repeatable operating failures. Their names do not make them your highest priority. Product presence, exposure, exploitation, consequence, and repair state do.
Lists of famous vulnerabilities often mix bugs, malware, breaches, and branding without saying why one case belongs. That makes good trivia and weak security guidance. This list uses a clear test: each CVE changed how defenders think about reach, exploitation, consequence, or response.
The point is not to memorize 15 IDs. It is to recognize the failure pattern when a new name appears, then check actual systems before a logo or critical score controls the queue.
This scope excludes major breaches that cannot be tied to one public vulnerability, malware names that describe the payload rather than the flaw, and weakness classes such as SQL injection. Those subjects matter, but mixing them makes the list impossible to audit. Every entry below has one CVE ID and one distinct operating lesson.
Why one vulnerability becomes famous
Fame usually combines broad reach, usable exploitation, serious consequence, and a difficult response.
What makes famous vulnerabilities famous?
Four forces usually overlap. The vulnerable product or component has wide reach. Attackers can reproduce the exploit under common conditions. Consequences include code execution, secret loss, control of identity, or broad disruption. Response is hard because ownership, dependencies, legacy systems, or replacement steps are unclear.
Branding can help a case travel, but a catchy name is not the selection rule. BlueKeep had coordinated warnings and a memorable name. ProxyLogon described a chain around a major enterprise product. EternalBlue became famous through malware impact. Each case changed operating behavior beyond its immediate patch.
Selection also favors cases that still help a defender make a decision. Some flaws were technically novel but changed little about inventory, containment, or closure. The 15 below keep earning attention because the same conditions still appear in modern fleets.
Start with the CVEs and vulnerability intelligence pillar guide for why a CVE identifier is only the shared name for a case. This article uses that identifier to keep each lesson tied to an official record.
Why historical fame is a bad priority score
Scale makes any landmark list a poor work queue. The CVE Program report published May 12, 2026 says 15,176 CVE Records were published in the first quarter of 2026, 19 percent more than the prior quarter. It also reported 502 participating CNA organizations as of March 31.
No team can treat each new record as an equal emergency. The 2026 Verizon DBIR says vulnerability exploitation accounted for 31 percent of breach initial access. Its manufacturing snapshot says organizations fully repaired 26 percent of critical KEV vulnerabilities, with median full resolution at 43 days. The constraint is not awareness. It is decision and repair capacity.
Which 15 famous vulnerabilities changed security operations?
SQL Slammer
CVE-2002-0649A small UDP request reached a buffer overflow in Microsoft SQL Server Resolution Service on port 1434. The worm showed how a connectionless service and a compact payload could turn vulnerable hosts into rapid scanning infrastructure.
Conficker
CVE-2008-4250A crafted RPC request could exploit the Windows Server service and execute code remotely. Conficker paired that flaw with several propagation methods. Its persistence made service retirement and legacy inventory part of the lesson.
Stuxnet LNK
CVE-2010-2568Windows Shell could execute code while displaying the icon for a crafted shortcut. Stuxnet used the flaw in a campaign against industrial systems. Removable media and file browsing crossed boundaries that network controls did not cover.
Heartbleed
CVE-2014-0160OpenSSL failed to validate a heartbeat length, which allowed remote memory reads. Repair meant more than updating a library because exposed memory could contain credentials, session data, or private keys that also needed replacement.
Shellshock
CVE-2014-6271Bash processed commands placed after an exported function definition. Services that copied remote values into environment variables could reach the flaw. An incomplete first fix also showed why teams must track revisions during a live event.
Dirty COW
CVE-2016-5195A race in the Linux copy on write path let a local user write to a read only memory mapping and gain privilege. The name helped defenders remember it, but kernel and distribution package evidence still determined the affected state.
EternalBlue
CVE-2017-0144Crafted packets could execute code through Windows SMBv1. WannaCry made the operating lesson unavoidable: old protocols, flat reachability, slow repair, and unsupported hosts can turn one remote flaw into a business outage.
Meltdown
CVE-2017-5754Speculative execution could expose protected memory through a side channel. The fix crossed processor, operating system, cloud, and performance concerns, so product scope and benchmark evidence mattered as much as the CVE headline.
Spectre variant 2
CVE-2017-5715Branch target injection could influence speculative execution and disclose information. Hardware design, firmware, compiler, operating system, and application choices all shaped mitigation. One patch status could not describe the result.
BlueKeep
CVE-2019-0708An unauthenticated request to Remote Desktop Services could execute code before login. Internet exposure and network reach separated an urgent remote service from an isolated system, while legacy Windows ownership slowed durable repair.
Zerologon
CVE-2020-1472A cryptographic flaw in the Netlogon protocol let an attacker establish a vulnerable secure channel and move toward domain control. The response required domain controller repair, staged enforcement, and checks for incompatible systems.
ProxyLogon
CVE-2021-26855A server side request forgery flaw let an unauthenticated attacker act as the Exchange server. Attackers chained it with other Exchange flaws. Internet exposure, web shell hunting, and credential response mattered after patching.
Log4Shell
CVE-2021-44228Attacker controlled log text could trigger a JNDI lookup and code execution in affected Log4j Core versions. Hidden transitive dependencies made inventory, build evidence, and deployed artifact verification the defining response problems.
MOVEit Transfer
CVE-2023-34362An unauthenticated SQL injection in the MOVEit Transfer web application could expose or alter database content. Exploitation at scale showed the risk concentrated in exposed file transfer systems holding data from many organizations.
Citrix Bleed
CVE-2023-4966Affected NetScaler ADC and Gateway configurations could disclose sensitive information, including session material. Repair also required terminating active and persistent sessions because a software update could not revoke secrets already taken.
Descriptions and publication dates were checked against records from the official CVE List download service on August 29, 2026. The list deliberately focuses on distinct operating lessons. It does not rank losses or claim that these are the only cases that mattered.
What changed in the last 12 months?
An old CVE produced the sharpest current lesson. CISA added CVE-2008-4250, the Windows flaw associated with Conficker, to its Known Exploited Vulnerabilities Catalog on May 20, 2026. The CVE was published in October 2008. Age did not remove exposure or exploitation.
The live CISA KEV JSON catalog released August 27, 2026 held 1,685 entries, 352 marked for known ransomware campaign use. Twelve of the 15 CVEs in this article were in that catalog when checked. SQL Slammer, Meltdown, and Spectre variant 2 were not. That does not declare them safe. It shows why historical impact, current exploitation evidence, and local exposure are separate fields.
How can you check an old CVE against current exploitation data?
Query the official catalog instead of relying on a copied list. This command was run successfully on August 29, 2026 and returned the current Conficker entry, date added, required action, and due date.
curl -fsSL \
'https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json' \
| jq --arg cve 'CVE-2008-4250' \
'.vulnerabilities[] | select(.cveID == $cve)'Keep catalog version and retrieval time with the result. Absence from KEV means CISA has not published evidence that meets its catalog criteria. It does not prove no exploitation exists. Presence means the organization should accelerate a confirmed affected case.
What patterns repeat across the famous cases?
Shared infrastructure multiplies reach. OpenSSL, Bash, Log4j, processor behavior, Windows services, Exchange, and NetScaler sit below many business workflows. Teams often know the application name while the vulnerable component or protocol remains hidden.
Secret loss also changes the repair. Heartbleed, ProxyLogon, and Citrix Bleed could leave useful material with an attacker after the software changed. Patch plus credential, certificate, session, or persistence response is a different job from version replacement alone.
Several cases punished weak network boundaries. Slammer used UDP. EternalBlue used SMBv1. BlueKeep exposed RDP. Log4Shell could use outbound callbacks. Inventory should therefore include listening interfaces, reachable routes, egress rules, and the business reason a service is exposed.
Finally, the first repair can be incomplete. Shellshock and the Log4j incident both produced fast follow up work. A closed ticket that ignores source revisions gives leaders false confidence.
How should teams use this history in a live queue?
Use a hypothetical queue of 12,000 findings. At two minutes per finding, a manual first review costs 400 hours. If exact product matching, runtime state, reachability, and exploit evidence narrow the immediate review band to 240 findings, that first pass costs eight hours at the same rate.
The filter must remain inspectable. One team may prioritize known exploitation plus internet exposure. Another may raise identity systems or regulated data. Every rule should show its source, observation time, owner, and exception path. Fame can trigger a check. It should not bypass the check.
Start with the vulnerability intelligence decision contractfor the source and local evidence model. Use the CVE, CWE, and CVSS guide to keep identity, root cause, and severity in their proper roles.
What should the next landmark vulnerability trigger?
- Verify the official identifier, affected products, revisions, and current vendor action.
- Search builds, artifacts, packages, services, and vendor products for exact affected state.
- Join runtime, network, privilege, data, control, owner, and business function evidence.
- Contain exposed paths while owners test supported repairs and rollback.
- Hunt for effects when the vulnerable condition was reachable during exploitation.
- Verify the deployed state and rotate secrets or sessions when exposure could outlive the patch.
Deep endpoint context with AI driven analysis can compress the evidence gathering and produce exact remediation commands. Artemes uses that approach. The decision still needs a visible chain from public source to local proof, owner, action, and closure.
Frequently asked questions about famous vulnerabilities
What is the most famous vulnerability?
There is no objective winner. Heartbleed changed how teams handle secret exposure, EternalBlue showed the reach of legacy network services, and Log4Shell exposed dependency inventory failure. The useful answer depends on the lesson you are trying to apply.
Are all famous vulnerabilities zero days?
No. A zero day concerns defender knowledge or fix availability at a point in time. A vulnerability can become famous through later exploitation, branding, broad reach, or operational impact.
Does a named vulnerability deserve emergency patching?
A name deserves prompt validation, not automatic change. Confirm the affected product, observed version, reachable condition, exploit evidence, consequence, and repair risk. Then set the action band.
Why do old vulnerabilities remain exploitable?
Unsupported systems, forgotten services, appliances, weak ownership, compatibility constraints, and restored old images keep vulnerable code alive. Conficker's 2026 KEV addition is a current example.
The executive takeaway
Test your process with three cases from this list: one shared library, one exposed service, and one flaw that can leak secrets. Prove inventory, ownership, containment, repair, and closure for each. The gaps you find are more useful than any ranking of famous names.
Put more evidence behind vulnerability decisions
Artemes AI combines endpoint telemetry, sourced vulnerability intelligence, and analysis with practitioner review so teams can examine the evidence, missing context, and recommended next step together. We are accepting early access requests now.

Chris Seymour
Chris writes about vulnerability prioritization, exploitability, remediation supported by AI, and the engineering realities of turning scanner output into remediation decisions.
Related Reading
Get articles like this in your inbox.
Security research and occasional Artemes AI product updates.


