Visualização de leitura

Google Released Gemini 3.5 Flash Cyber AI, a Specialized AI Model for Vulnerability Hunting

Google DeepMind unveiled Gemini 3.5 Flash Cyber, an AI model for vulnerability discovery and patching, available only to governments and trusted partners.

Google DeepMind announced Gemini 3.5 Flash Cyber on Tuesday, a security-focused AI model built on top of the existing 3.5 Flash architecture and designed specifically to find, validate, and patch software vulnerabilities. It won’t be available to the general public.

“Given the dual-use nature of this technology, we have taken an intentional approach to deploying 3.5 Flash Cyber. The model will be exclusively available to governments and trusted partners via CodeMender soon as part of a limited-access pilot program.” reads the announcement. “This will give frontline defenders a head start in finding and fixing critical vulnerabilities before they can be exploited, while mitigating against broader misuse.”

The access restriction is deliberate and explicitly tied to the dual-use risk of a model this capable at offensive security work.

The model is designed to be fast and cheap to run, not just accurate.

“Flash’s performance and efficiency makes it an ideal foundation to detect, validate, and patch code security issues at scale.” continues the announcement. “Gemini 3.5 Flash Cyber is built on top of 3.5 Flash, and fine-tuned for finding and fixing cybersecurity vulnerabilities at a lower price per token than larger models.”

Because CodeMender runs multiple 3.5 Flash Cyber agents working in parallel to produce a single combined report, the cost-per-token advantage compounds into significantly more code coverage per session.

Within CodeMender’s multi-agent setup, 3.5 Flash Cyber reaches competitive performance at the frontier on the CyberGym benchmark, the standard evaluation for this class of capability.

Google’s announcement frames the product design in terms that reflect what’s actually changed in the threat landscape.

“AI models have become capable of finding security vulnerabilities faster than current systems can fix them. Tackling this growing threat requires an approach to securing software that is highly capable and efficient.” states Google.

That framing acknowledges something the industry has been circling around: the offensive capability of these models is now outpacing the speed at which defenders can respond to what they find.

The restricted deployment is designed to close that gap from the defensive side first. Governments and trusted partners get early access to the model, giving defenders a head start on finding and fixing critical vulnerabilities before they can be exploited. A DeepMind spokesperson confirmed plans to add red-teaming features and end-to-end enterprise defense capabilities over time.

3.5 Flash Cyber ships alongside two additional model releases. Gemini 3.6 Flash is the updated workhorse model, delivering better coding, knowledge work, and multimodal performance while consuming 17% fewer output tokens than 3.5 Flash according to the Artificial Analysis Index.

“Gemini 3.6 Flash builds directly on developer and customer feedback from 3.5 Flash. 3.6 Flash not only delivers a step up in coding and knowledge work, but it does this while meaningfully improving token efficiency.” states Google. “This enhanced efficiency is also combined with a lower price than 3.5 Flash. At $1.50/1M input tokens and $7.50/1M output tokens, 3.6 Flash reduces the overall cost per agentic task, making agents more cost-effective to build and run.”

It’s priced at $1.50 per million input tokens and $7.50 per million output tokens. On benchmarks like DeepSWE it shows up to 65% token reduction in some configurations, and it outperforms 3.5 Flash on software engineering (49% vs. 37% on DeepSWE), machine learning research (63.9% vs. 49.7% on MLE Bench), and computer use tasks (83.0% vs. 78.4% on OSWorld-Verified).

Gemini 3.5 Flash-Lite is built for speed and scale. It runs at 350 output tokens per second according to Artificial Analysis, priced at $0.30 per million input tokens and $2.50 per million output tokens.

“3.5 Flash-Lite is the fastest model in the 3.5 series. As measured by Artificial Analysis, it runs at 350 output tokens/s. Priced at $0.3/1M input tokens and $2.5/1M output tokens and with significantly better quality than 3.1 Flash-Lite, 3.5 Flash-Lite offers a strong price-to-performance ratio for developers and customers running high throughput production traffic.” continues the report.

It now also includes computer use as a built-in tool, and on several agentic benchmarks it outperforms the older 3 Flash model outright.

3.6 Flash and 3.5 Flash-Lite are available immediately through Google AI Studio, the Gemini API, the Gemini Enterprise Agent Platform, and the Gemini app. Google separately noted that Gemini 3.5 Pro is currently being tested with partners and will be made broadly available when ready, and that pre-training has already started on Gemini 4.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, newsletter)

Google Unveils Gemini 3.5 Flash Cyber to Find and Fix Software Vulnerabilities Faster

Flash Cyber

Google has introduced Gemini 3.5 Flash Cyber, a lightweight AI model designed to improve cybersecurity by helping defenders identify, validate, and patch software vulnerabilities more efficiently. Built on Gemini 3.5 Flash and optimized for security tasks, Flash Cyber aims to deliver a cost-effective alternative to larger AI models while supporting large-scale vulnerability analysis. The company said it has invested in cybersecurity research for years, including automated vulnerability discovery through CodeMender, its code security agent that can detect and fix critical software flaws. However, as AI systems become increasingly capable of discovering vulnerabilities faster than defenders can resolve them, Google believes a scalable and affordable approach is needed. 

Gemini 3.5 Flash Cyber Focuses on Scalable Cybersecurity 

According to Google, Gemini 3.5 Flash Cyber has been fine-tuned specifically to locate, verify, and remediate vulnerabilities more effectively than Gemini's standard Flash models. Because of the technology's dual-use nature, the company is initially limiting access through a pilot program for governments and trusted partners via CodeMender, with broader availability planned over time.  Google also confirmed that CodeMender's core capabilities will be made available through generally available Gemini models on the Gemini Enterprise Agent Platform. 

Flash Cyber Improves Large-scale Code Analysis 

A major challenge in cybersecurity is exploring vast execution search spaces across complex codebases. Instead of relying on a single call to a large language model, CodeMender invokes Flash Cyber multiple times, allowing sub-agents to inspect significantly more code paths before generating one consolidated report.  Google said the model's speed and lower operating cost make it suitable for continuous code scanning, software launch processes, and commit-scanning pipelines at scale. 

Benchmark Results Show Competitive Performance 

Google evaluated Gemini 3.5 Flash Cyber using the CyberGym benchmark, which measures AI agents against hundreds of real-world software vulnerabilities. Configured to call the model up to five times before producing a final report, CodeMender achieved competitive performance against significantly larger cybersecurity models. Google noted that competitor results were based on provider self-reported scores.  The model also outperformed Gemini 3.5 Flash and 3.6 Flash during Google's internal Big Sleep evaluation, which tested vulnerability discovery in complex projects such as Chrome and Safari without safety guardrails.  In Chrome's production commit-scanning pipeline, where vulnerabilities remained undisclosed to prevent benchmark contamination, Flash Cyber again delivered a significant improvement over Gemini 3.5 Flash. Google added that competitor models released after Opus 4.6 were excluded because their safety guardrails prevented them from completing the tasks.  Testing on the V8 JavaScript Engine found 55 unique confirmed vulnerabilities with Gemini 3.5 Flash Cyber, compared with 47 for Gemini 3.5 Flash and 36 for Opus 4.6, including 10 issues missed by both competing models. 

Real-world Cybersecurity Deployment 

Google said Flash Cyber is already helping secure internal projects, including Chrome, Android, Cloud, Ads and YouTube. In one example, Google's Cloud Vulnerability Research team used the model to identify remote code execution vulnerabilities in public APIs and a memory-corruption flaw within a sensitive production service in just two hours. The model also generated a 100% reliable remote code execution exploit capable of bypassing Address Space Layout Randomization (ASLR) and Write XOR Execute (W^X).  Google added that early feedback from Wiz and Cloud CISO Security Engineering testers indicated a significant capability improvement over Gemini 3.5 Flash. The company also highlighted resources such as OSV.dev, which tracks more than 700,000 open-source vulnerabilities, and over a decade of OSS-Fuzz data as key training assets supporting its cybersecurity models. 
❌