The cybersecurity community is grappling with an unprecedented surge in software vulnerability discoveries, largely driven by advancements in artificial intelligence. This rapid increase has prompted the U.S. government to establish Gold Eagle, a new clearinghouse designed to coordinate research, mitigation, and fixes for vulnerabilities. The scale of the problem is evident in recent Microsoft Patch Tuesday releases, which included 169 CVEs in April, 118 in May, a total of 571 in June (with 208 directly from Microsoft), and 622 in July, some of which were zero-days under active exploitation.
A keynote presentation at Black Hat USA 2026 highlighted research by Associate Professor Yan Shoshitaishvili and his undergraduate students at Arizona State University, focusing on the expanding role of AI models in vulnerability discovery. The team used a June Washington Post article as a benchmark, which reported that Anthropic's Claude Mythos model had identified 479 vulnerabilities in the Linux kernel.
The Arizona State team's own research demonstrated the significant impact of AI. While earlier GPT models yielded around 300 flaws, integrating workflows similar to those used by Mythos into three GPTs boosted their discovery count to approximately 600 vulnerabilities. Further training these GPTs with properties of known vulnerabilities led to the identification of roughly 1,000 flaws.
This accelerated rate of discovery has created a bottleneck in the responsible disclosure process, which the research team believes is already strained. Reporting a vulnerability involves detailed research and proposing fixes, a process that cannot keep pace with AI-driven discovery. The sheer volume of new vulnerabilities threatens to overwhelm cybersecurity teams, potentially leading to more unpatched software, increased opportunities for cybercriminals, or patches deployed without adequate testing, which could introduce compatibility issues.
The shift from human-centric vulnerability research, which has traditionally been resource-intensive and produced a steady, albeit increasing, stream of discoveries, to AI-driven methods is akin to a quantum leap. AI models are still in a learning phase, and as the Arizona team demonstrated, refining models and workflows can uncover even more vulnerabilities.
This new paradigm also raises questions about legacy software. The vast amount of code written over the past three decades contains an unknown number of vulnerabilities that human effort alone could never fully uncover. AI-assisted discovery, however, could potentially exhaust this "back catalog" of flaws, leading to a future where new discoveries are primarily driven by improvements in the AI models themselves.
Looking forward, there is an optimistic view that this surge in discovery could eventually lead to a peak, followed by a period of greater stability. As AI models improve, they could also be integrated into the software development lifecycle to proactively identify and eliminate vulnerabilities before products are released. This could theoretically lead to the creation of virtually flaw-free software, significantly reducing the number of new vulnerabilities found. However, this remains a speculative outcome, and the immediate challenge is managing the current explosion of discoveries.






