June 16, 2026

PBX Science

VoIP & PBX, Networking, DIY, Computers.

The 2026 Vulnerability Explosion:Why Are So Many CVEs Being Discovered?



Why So Many Vulnerabilities Were Discovered in 2026?
~/security/nvd-crisis-2026.html ⚠ Critical Analysis
Cybersecurity CVE / NVD | June 2026 | 8 min read

The 2026 Vulnerability Explosion:
Why Are So Many CVEs Being Discovered?

Vulnerability disclosures have shattered every previous record in 2026. AI tools that find bugs, AI tools that write bugs, and a decades-deep pile of legacy code have converged into a perfect storm — one that NIST’s National Vulnerability Database was not built to survive.

263% CVE submission growth
2020 → 2025
42,000 CVEs enriched by NIST
in 2025 (a 45% record)
50,000+ CVEs projected for 2026
(FIRST.org forecast)

🤖 AI Is Now a Vulnerability-Finding Machine

The single biggest new force reshaping the CVE landscape in 2026 is artificial intelligence deployed specifically to hunt for security bugs. What previously required dozens of skilled researchers working for months can now be accomplished in hours by a well-prompted language model scanning a codebase.

The most dramatic demonstration came in April 2026. Anthropic’s Project Glasswing, using its frontier Claude Mythos model, announced it had discovered thousands of high and critical severity vulnerabilities across the open source ecosystem in what security journalists described as a watershed moment for AI-driven disclosure.

Real-world example: In January 2026, AI autonomously discovered 12 zero-day vulnerabilities in OpenSSL — one of the most heavily scrutinized codebases in existence — including one flaw that had gone undetected for 15 years. Traditional fuzzing had missed it entirely.

The timeline of AI-driven security events in early 2026 illustrates how quickly this changed:

January 2026
AI Finds 12 OpenSSL Zero-Days
Including a 15-year-old undetected flaw, demonstrating AI’s ability to audit code at depths traditional tools could not reach.
April 7, 2026
Anthropic Announces Project Glasswing
Claude Mythos Preview, made available to select organizations, begins scanning open source software and surfaces thousands of previously unknown CVEs.
Late April 2026
Copy Fail, Dirty Frag, Fragnesia
A wave of AI-discovered Linux kernel vulnerabilities arrive in quick succession, straining patch pipelines and responsible disclosure processes simultaneously.
April 15, 2026
NIST Overhauls NVD Policy
Unable to keep pace, NIST formally abandons universal CVE enrichment and moves to a risk-based triage model — a direct consequence of the volume surge.

⚙️ AI-Generated Code Is Creating Bugs at Industrial Scale

The problem is not only that AI finds more vulnerabilities — it is that AI-assisted development produces more vulnerabilities to be found. Developers using AI coding assistants write code significantly faster, but that speed comes with a hidden cost: the code contains security flaws at a dramatically higher rate.

Commit rate of AI-assisted developers vs. peers 3–4× faster
Security finding rate of AI-assisted developers vs. peers 10× higher
AI-generated code samples introducing OWASP Top 10 flaws (Veracode, 100+ LLMs tested) 45%
Monthly security findings in Fortune 50 repos after AI adoption (Apiiro, Dec 2024–Jun 2025) ~1,000 → 10,000+

Veracode tested over 100 large language models on security-sensitive coding tasks and found that 45% of AI-generated code samples introduce OWASP Top 10 vulnerabilities — a failure rate that has not improved across multiple testing cycles from 2025 through early 2026, despite vendor claims to the contrary.

The result is a compounding loop: AI writes more code, faster; that code contains more flaws per unit time; AI then scans that code and finds those flaws at scale — producing a flood of new CVEs that no human-staffed enrichment operation can process.


🌐 The Attack Surface Has Never Been Larger

Beyond AI, the sheer scale of modern software infrastructure is an independent driver. The connected surface exposed to potential exploitation in 2026 is orders of magnitude larger than it was a decade ago.

Cloud-native architectures, containerized microservices, internet-of-things devices, operational technology (OT) systems now linked to corporate networks, and the proliferation of APIs have collectively created millions of new attack entry points. Since 2016, the annual volume of new CVE records has risen 520%. In 2024 alone, new CVE publications jumped 38% year-on-year to a then-record 40,009 — a figure that 2025 and 2026 have since exceeded.

Open source amplification: Because modern software stacks are built on shared open source libraries, a single vulnerability in a foundational package — a JSON parser, a TLS library, a logging framework — can generate dozens or hundreds of downstream CVEs across the products that depend on it.

🔬 Better Tools, More Researchers, More Bug Bounties

The security research community itself has expanded and professionalized significantly. Bug bounty programs operated by major vendors and independent platforms now pay researchers substantial sums for valid vulnerability reports, providing direct financial incentive to find and disclose flaws rather than hoard or sell them.

Automated tooling has improved dramatically as well. Traditional fuzzing — feeding random or malformed inputs to a program until it crashes — was already producing results. Google’s Big Sleep AI agent demonstrated in 2025 that it could discover a previously unknown zero-day in SQLite that 150 CPU-hours of traditional fuzzing had missed. The marginal cost of finding a new vulnerability has fallen sharply, which means more vulnerabilities get found.


📦 More CVE Numbering Authorities (CNAs)

The administrative structure of the CVE program has also expanded. More organizations have been authorized as CVE Numbering Authorities (CNAs) — entities permitted to assign CVE identifiers directly, without routing through MITRE. On a single day in April 2026, the Linux kernel CNA (kernel.org) published 100 CVE records, numbered sequentially, within a 24-hour period.

This decentralization speeds up disclosure but adds volume. More CNAs reporting independently means fewer coordination bottlenecks — and fewer natural filters on the rate at which new CVEs enter the system.


🗄️ The Consequence: NIST’s NVD Can No Longer Keep Up

The National Vulnerability Database was designed for an era of dozens of disclosures per week. It now faces hundreds per day. On April 15, 2026, NIST formally acknowledged that the old model of enriching every CVE with severity scores, affected product lists, and weakness classifications had become unsustainable.

CVEs enriched by NIST in 2025 ~42,000 (record high, +45% YoY)
Q1 2026 CVE submissions vs. Q1 2025 +~33%
CVEs projected for full year 2026 (FIRST.org) >50,000
Backlogged CVEs moved to “Not Scheduled” (published before Mar 1, 2026) ~29,000

Under the new policy, NIST now prioritizes only three categories for full enrichment: CVEs in CISA’s Known Exploited Vulnerabilities (KEV) catalog (target: enriched within one business day); CVEs affecting software used by U.S. federal agencies; and CVEs for critical software as defined under Executive Order 14028. Everything else is labeled Lowest Priority — Not Scheduled and may never receive CVSS scores or product mapping from NIST at all.

Industry analysts estimate that only 15–20% of anticipated 2026 CVE volume will fall into any of these priority categories — meaning the vast majority of newly discovered vulnerabilities will arrive without the metadata that vulnerability management tools depend on.

🔭 What Comes Next

There is no consensus on whether the current surge represents a temporary spike — frontier AI models being pointed at legacy codebases for the first time — or a permanent new baseline. The honest answer is probably both: an initial burst of discovering old, latent bugs followed by a sustained elevated rate as AI becomes standard practice in security research and development alike.

What is clear is that the industry’s vulnerability management infrastructure was built for a different era. The combination of AI-powered discovery, AI-generated flawed code, and a vastly expanded software attack surface has rendered the previous paradigm — a central public database that scores, classifies, and maps every vulnerability before it enters organizational workflows — structurally unworkable.

Organizations can no longer outsource vulnerability prioritization entirely to NIST. The burden has shifted to individual security teams, commercial enrichment vendors, and threat intelligence feeds to fill the gaps that the NVD no longer covers. That is not inherently bad — but it is a fundamental change in how vulnerability risk is managed, and most teams have not yet adapted to it.

The 2026 Vulnerability Explosion:  Why Are So Many CVEs Being Discovered?

The 2026 Vulnerability Explosion: Why Are So Many CVEs Being Discovered?


Windows Software Alternatives in Linux


Disclaimer of pbxscience.com

PBXscience.com © All Copyrights Reserved. | Newsphere by AF themes.