AI is changing how vulnerability research gets done, but most of the conversation is still theoretical: what a model might eventually be capable of, rather than what it can actually find today. We wanted to answer a more practical question: using the models already available to us right now, how far can AI take us in finding real, exploitable vulnerabilities in production software? This piece details how the team at Intruder is using LLMs to find novel vulnerabilities using code scanning frameworks alongside current, pre-Mythos models. We walk through a remote, multi-stage SQL injection zero-day we discovered in a WordPress plugin with over 300,000 users — fully automated from discovery through exploitation, with no human in the loop. The big problem when pairing AI with a code scanner is focus. LLMs are excellent at taking small segments of code, or a description of a specific problem, and finding an interesting solution. But point one at a large codebase and ask it to find security issues, and it will try to ingest every file in the repo. That's expensive in tokens, and worse for accuracy: by the time the model is halfway through, its context is full of irrelevant code, and the bug you actually want is buried in noise. For more complex bugs that require chaining several steps together, you're then relying on the framework to keep the right context in memory, or retrieve it intelligently when needed. In our experience, that produces poor output rather than real and interest...
We built a vulnerability vending machine: AI tokens in, zero-days out
BleepingComputer
·Sponsored by Intruder
·Published Jul 15, 2026
·Updated
Affected Software
2 affected components
WordPress Creative Mail plugin=not specified
WordPress WooCommerce=not specified
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses the development of a vulnerability vending machine that uses AI to identify zero-day vulnerabilities.
2
What security implications are discussed?
The article highlights the potential for AI to uncover zero-days, which can lead to exploited vulnerabilities in software.
3
What specific products or software are affected?
The affected products mentioned are the WordPress Creative Mail plugin and WordPress WooCommerce.
4
What type of vulnerabilities are being addressed in this research?
The research is focused on zero-day vulnerabilities that can be exploited before being publicly disclosed.
5
What is the significance of the term 'KEV-listed' in the context of this article?
'KEV-listed' refers to vulnerabilities that are included in the Known Exploited Vulnerabilities catalog, which indicates they are actively exploited in the wild.