Ground Truth.
AI, checked against the source.

News · 2026-07-26

Google's Lightweight Cyber Model Found 55 Unique Bugs in V8, Beating Models Far Larger

Google DeepMind has released a small language model fine-tuned purely to hunt software vulnerabilities, and it outperformed much larger general-purpose models at the job. Tested on Chrome's V8 JavaScript engine across a fixed number of invocations, Gemini 3.5 Flash Cyber found 55 unique confirmed issues, against 47 for mainline Gemini 3.5 Flash and 36 for Claude Opus 4.6, including 10 issues neither of the others caught. Google is not selling it: the model will go only to governments and trusted partners.

Key facts

The interesting part is not that an AI found bugs. It is the shape of the bet. Most of the industry has assumed that harder security work needs bigger, more expensive models. Google went the other way and explains why in plain terms: "Finding deep-seated flaws requires exploring an immense execution search space. Relying on a single, expensive call to a massive language model can create a bottleneck."

Think of auditing a large codebase as searching a city for one unlocked door. You can hire one brilliant detective who reasons carefully about which neighbourhood is most suspicious, or you can send a hundred competent people to try every door on every street. For this particular problem, the hundred competent people win, and they only win if each one is cheap. CodeMender invokes Flash Cyber repeatedly and has its sub-agents consolidate their findings into a single report, which is how a model built on Google's economy tier ends up ahead of a frontier model on unique-issue count. Google's framing is blunt: "Basic cybersecurity models can get stuck in a loop, finding the same issue repeatedly while missing critical vulnerabilities. A strong model casts a wider net."

The real-world result Google discloses is the one that should make readers sit up. Its Cloud Vulnerability Research team pointed the model at Google's own systems and, in two hours, it "uncovered remote code execution vulnerabilities in public APIs and found a memory-corruption vulnerability in a sensitive production service. It then generated a 100% reliable remote-code execution exploit that bypassed standard mitigation techniques like Address Space Layout Randomization (ASLR) and Write XOR Execute (W^X)." That is not a scanner flagging a suspicious pattern. That is the full chain from discovery to a working, mitigation-defeating exploit, unsupervised, inside a working day's lunch break.

Which is exactly why nobody outside a government is getting it. Google writes that "given the dual-use nature of this technology, we have taken an intentional approach to how we deploy 3.5 Flash Cyber," restricting it to a pilot in order to give "frontline defenders a head start in finding and fixing critical vulnerabilities before they can be exploited, while mitigating against broader misuse." Google is separately bringing CodeMender's underlying capabilities to customers through its generally available models, so the ordinary developer path exists; the sharpened tool does not travel.

Buried in a benchmark footnote is the most quietly damning line in the whole post. On Chrome's production commit-scanning pipeline, Google notes: "More recent competitor model versions after Opus 4.6 refuse to fulfill the tasks due to built-in safety guardrails, and therefore are not shown." Google could not benchmark newer frontier models against its own because those models declined to do defensive security work. That is the same failure mode we covered when safety guardrails blocked defenders during a real incident - a refusal trained to stop attackers landing squarely on the people trying to fix things. Google's answer is a specialist model held behind an access list; it is a solution, but it is one only a company with Google's distribution can implement.

The honest caveats are real. Every number here is Google measuring Google, on benchmarks Google chose, with a harness Google built, and the company acknowledges that its Big Sleep evaluation ran "without safety guardrails" - so the comparison is partly a comparison of what each model was willing to attempt, not only what each could do. The Chrome commit-pipeline results are drawn from undisclosed vulnerabilities, which usefully rules out benchmark contamination but also means nobody outside Google can check them. And a model that cannot be independently evaluated cannot be independently criticised.

Still, the direction is clear enough. The economics of automated vulnerability discovery now favour many cheap passes over one expensive one, which means the cost of scanning a large codebase is falling fast for whoever holds the tools. Google is betting that keeping this particular tool scarce keeps that advantage on the defenders' side. Attackers, for their part, do not need Google's permission to build the same thing.


Primary source, verified: read the paper →

Key questions

What is Gemini 3.5 Flash Cyber?

It is a lightweight Google DeepMind model built on Gemini 3.5 Flash and fine-tuned specifically to find, validate, and patch software vulnerabilities, deployed inside Google's CodeMender agent rather than sold as a general chat model.

Why would a smaller model beat a bigger one at finding bugs?

Because vulnerability hunting is a search problem rather than a single hard reasoning problem: a cheap model can be called many times over many code paths, and Google configured CodeMender to invoke Flash Cyber up to five times per report.

Can I use Gemini 3.5 Flash Cyber?

No. Google says it will be exclusively available to governments and trusted partners through CodeMender as part of a limited-access pilot, citing the dual-use nature of a model that is good at writing working exploits.
Cite this

APA

Ground Truth. (2026, July 26). Google's Lightweight Cyber Model Found 55 Unique Bugs in V8, Beating Models Far Larger. Ground Truth. https://groundtruth.day/news/googles-small-cyber-model-found-more-bugs-than-larger-rivals.html

BibTeX

@misc{groundtruth:googles-small-cyber-model-found-more-bugs-than-larger-rivals,
  title  = {Google's Lightweight Cyber Model Found 55 Unique Bugs in V8, Beating Models Far Larger},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {jul},
  url    = {https://groundtruth.day/news/googles-small-cyber-model-found-more-bugs-than-larger-rivals.html}
}

Topics: cybersecurity · ai-security · vulnerabilities · google · red-teaming · defensive-security

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.