The $3 Exploit: AI Agents Just Collapsed the Economics of Vulnerability Weaponization
For thirty years, the primary defense against the vast majority of software vulnerabilities has been economic scarcity. Exploiting a flaw was a high-friction, human-intensive endeavor that required specialized expertise and significant time. This reality allowed security teams to rely on prioritization signals like the Exploit Prediction Scoring System (EPSS) and the CISA Known Exploited Vulnerabilities (KEV) catalog to filter the noise. These tools were designed to answer a specific human question: will a human attacker take the time and effort to weaponize this specific flaw? However, the Quantro Security report, The Economics of Vulnerability Exploitation with AI, published on July 21, 2026, suggests that this economic barrier has been dismantled by autonomous agents.
The core finding is that AI agents have collapsed the cost of developing a verified proof-of-concept (PoC) to a median of $2.83 in compute expenses. Within a controlled research setting, these agents achieved a median development time of just 11 minutes per exploit. The $2.83 figure represents compute cost to generate a verified PoC, not the total cost of a real-world attack. Nevertheless, the shift is structural. The bottleneck that once protected the long tail of vulnerabilities — those deemed too costly or time-consuming to weaponize — has been removed. The agents are not necessarily smarter than human researchers, but they are infinitely more patient and significantly faster, operating at a scale that renders traditional human-speed prioritization signals structurally inadequate.
The mismatch between current defensive tools and the new reality is best illustrated by the gap in coverage. Quantro’s analysis of 3,029 disclosed CVEs found that AI agents could produce verified exploits for 2,183 of them, a 72% success rate within their specific, OSS-heavy, container-reproducible dataset. Of these AI-exploitable vulnerabilities, 73% carry an EPSS score below 0.25, and 89% are entirely absent from the CISA KEV catalog. These are the vulnerabilities that enterprise security teams are trained to ignore or deprioritize. By relying on these lists, organizations are effectively filtering for human-driven threats while leaving the door wide open for automated, agent-driven exploitation.
While vendor-originated research often invites skepticism, the methodology behind the Quantro report is unusually rigorous. The study, which covers the period from April to June 2026, utilized the Quantro Exploit Harness — an autonomous system incorporating deterministic verification, negative controls, and sham controls to ensure the validity of the outputs. The harness builds a vulnerable target, launches it, fires the exploit, and observes a pre-declared success marker. Every verified result clears two controls: a negative control requiring the patched build does not fire the marker, and a sham control requiring a benign input does not fire it. Furthermore, the methodology and 998 of the CVE outputs were independently verified by Loginsoft. This is not a study of zero-day research, but rather a systematic look at how agents handle known vulnerabilities. It provides a capability snapshot of where the technology stood during that three-month window, rather than a universal constant for all software environments.
To address this new landscape, Quantro has released two free tools: AI-XI, an exploitability index ranging from 1 to 5 that assesses any CVE’s susceptibility to AI weaponization, and AI-Recon, an AI-native exposure scanner that maps an organization’s external attack surface through the lens of an AI adversary. Both are available now at vulnerabilityresearchlabs.ai. They remain unproven at enterprise scale, but they represent an attempt to shift the focus from human-centric signals to AI-native, exploitability-first metrics. As Sasan Padidar, CEO of Quantro, noted, EPSS and KEV are not broken; they are simply answering a question that is no longer the most relevant one. AI-exploitability must now be treated as a first-class, standalone prioritization signal.
The implications for remediation are equally stark. If an agent can generate an exploit in 11 minutes, the current industry standard of periodic, human-managed patching cycles is insufficient. The report highlights that AI-generated fixes can be produced in a median of 14 minutes, suggesting that the only viable defense is a transition to continuous, automated remediation loops. When the cost of weaponization drops to the price of a cup of coffee, the real question for security practitioners is no longer whether a vulnerability is critical, but whether it is reachable by an agent.
